- Timestamp:
- 05/25/11 15:00:44 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Detail.aspx ¶
r6271 r6290 5 5 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> 6 6 Detail 7 </asp:Content> 8 <asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent"> 9 <% Html.RenderAction("Menu", "Admin"); %> 7 10 </asp:Content> 8 11 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> -
TabularUnified branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx ¶
r6271 r6290 4 4 <%@ Import Namespace="HLWebOKBAdminPlugin.OKBAdministrationService" %> 5 5 6 7 6 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> 8 7 Index 9 8 </asp:Content> 10 9 <asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent"> 10 <% Html.RenderAction("Menu", "Admin"); %> 11 </asp:Content> 11 12 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 12 13
Note: See TracChangeset
for help on using the changeset viewer.