Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx @ 6102

Last change on this file since 6102 was 6102, checked in by dhohl, 13 years ago

#1499 query filter
recursive layout of the filters

File size: 380 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.