Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/About.aspx @ 6050

Last change on this file since 6050 was 6050, checked in by wtollsch, 13 years ago

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

File size: 380 bytes
Line 
1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
4  About
5</asp:Content>
6
7<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
8<h2>About</h2>
9    <p>
10        Put content here.
11    </p>
12</asp:Content>
Note: See TracBrowser for help on using the repository browser.