Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Index.aspx @ 11799

Last change on this file since 11799 was 6317, checked in by jwolfing, 13 years ago

#1433 code formatted

File size: 478 bytes
Line 
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<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
7  Index
8</asp:Content>
9<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
10  <h2>
11    Index</h2>
12</asp:Content>
Note: See TracBrowser for help on using the repository browser.