- Timestamp:
- 05/21/11 22:07:58 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Algorithm.aspx
r6117 r6246 1 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> 2 3 <asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">4 <% Html.RenderAction("Menu"); %>5 </asp:Content>6 2 7 3 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/AlgorithmClass.aspx
r6162 r6246 9 9 <h2> 10 10 AlgorithmClass</h2> 11 < asp:ListBox ID="lbxAlgorithmClasses" runat="server" DataTextField="Name" DataValueField="Id"11 <%--<asp:ListBox ID="lbxAlgorithmClasses" runat="server" DataTextField="Name" DataValueField="Id" 12 12 Height="350px" Style="margin-top: 0px" Width="240px" DataSourceID="odsAlgorithmClasses"> 13 13 </asp:ListBox> … … 19 19 <p> 20 20 <%: Html.ActionLink("Create New", "Create") %> 21 </p> 21 </p>--%> 22 22 23 23 </form> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Menu.ascx
r6213 r6246 3 3 <ul> 4 4 <li <% if(Session["SelectedSubMenu"] == "AlgorithmClass") {%> class="selected" <%}%>> 5 <%: Html.ActionLink("AlgorithmClass", " AlgorithmClass", "Admin")%>5 <%: Html.ActionLink("AlgorithmClass", "Index", "AlgorithmClassPlgin")%> 6 6 </li> 7 7 <li <% if(Session["SelectedSubMenu"] == "Algorithm") {%> class="selected" <%}%>> … … 9 9 </li> 10 10 <li <% if(Session["SelectedSubMenu"] == "ProblemClass") {%> class="selected" <%}%>> 11 <%: Html.ActionLink("ProblemClass", " ProblemClass", "Admin")%>11 <%: Html.ActionLink("ProblemClass", "Index", "ProblemClass")%> 12 12 </li> 13 13 <li <% if(Session["SelectedSubMenu"] == "Problem") {%> class="selected" <%}%>> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Problem.aspx
r6050 r6246 1 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> 2 2 3 4 <asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">5 <% Html.RenderAction("Menu"); %>6 </asp:Content>7 3 8 4 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/ProblemClass.aspx
r6050 r6246 1 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> 2 3 <asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">4 <% Html.RenderAction("Menu"); %>5 </asp:Content>6 2 7 3 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
Note: See TracChangeset
for help on using the changeset viewer.