source:
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx
@
6097
Last change on this file since 6097 was 6097, checked in by mjesner, 14 years ago | |
---|---|
File size: 379 bytes |
Line | |
---|---|
1 | <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> |
2 | |
3 | <ul> |
4 | <li <% if(Session["SelectedSubMenu"] == "Filter") {%> class="selected" <%}%>> |
5 | <%: Html.ActionLink("Filter", "Index", "Filter") %> |
6 | </li> |
7 | <li <% if(Session["SelectedSubMenu"] == "Results") {%> class="selected" <%}%>> |
8 | <%: Html.ActionLink("Results", "Results", "Query") %> |
9 | </li> |
10 | |
11 | </ul> |
Note: See TracBrowser
for help on using the repository browser.