- Timestamp:
- 05/27/11 18:15:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Menu.ascx
r6271 r6310 2 2 3 3 <ul> 4 <li <% if(Session["SelectedSubMenu"] == "Platform") {%> class="selected" <%}%>> 5 <%: Html.ActionLink("Platform", "Index", "Platform")%> 6 </li> 4 7 <li <% if(Session["SelectedSubMenu"] == "AlgorithmClass") {%> class="selected" <%}%>> 5 8 <%: Html.ActionLink("AlgorithmClass", "Index", "AlgorithmClass")%>
Note: See TracChangeset
for help on using the changeset viewer.