Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11291 was 6317, checked in by jwolfing, 14 years ago

#1433 code formatted

File size: 478 bytes
RevLine 
[6050]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">
[6317]4  <% Html.RenderAction("Menu"); %>
[6050]5</asp:Content>
6<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
[6317]7  Index
[6050]8</asp:Content>
9<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
[6317]10  <h2>
11    Index</h2>
[6050]12</asp:Content>
Note: See TracBrowser for help on using the repository browser.