Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/11 16:08:27 (13 years ago)
Author:
msammer
Message:

#1520 Added the Run-detail-view which shows the properties and the values of a run. Property-values are shown in a AJAX-based extra view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx

    r6118 r6253  
    88    <%: Html.ActionLink("Results", "Results", "Query") %>
    99</li>
     10<% if (Session["QueryRunDetailId"] != null) { %>
     11<li <% if(Session["SelectedSubMenu"] == "Details") {%> class="selected" <%}%>>
     12    <%: Html.ActionLink("Details", "Details", "Query")%>
     13</li>
     14<% } %>
    1015<li <% if(Session["SelectedSubMenu"] == "Chart") {%> class="selected" <%}%>>
    1116    <%: Html.ActionLink("Chart", "Index", "Chart") %>
Note: See TracChangeset for help on using the changeset viewer.