Last change
on this file since 6440 was
5910,
checked in by cfleisch, 14 years ago
|
#1439 Query tool as plugin implemented, added submenu items
|
File size:
390 bytes
|
Rev | Line | |
---|
[5910] | 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 Us
|
---|
| 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.