Changeset 6118 for branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views
- Timestamp:
- 05/03/11 20:44:54 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Filters.ascx
r6102 r6118 9 9 <%: Html.DropDownList("filtersCombobox", new SelectList(((FilterModel)Model).Filters, "FilterTypeName", "Label"))%> 10 10 <input type="submit" value="add" /> 11 11 12 </p> 12 13 <ul> -
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx
r6102 r6118 8 8 <%: Html.ActionLink("Results", "Results", "Query") %> 9 9 </li> 10 <li <% if(Session["SelectedSubMenu"] == "Chart") {%> class="selected" <%}%>> 11 <%: Html.ActionLink("Chart", "Index", "Chart") %> 12 </li> 10 13 11 14 </ul> -
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Web.config
r5756 r6118 31 31 <remove name="BlockViewHandler"/> 32 32 <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode" type="System.Web.HttpNotFoundHandler" /> 33 34 33 35 </handlers> 34 36 </system.webServer>
Note: See TracChangeset
for help on using the changeset viewer.