/source/app/NOS.Wiki/NavPath.aspx

http://github.com/agross/netopenspace · ASP.NET · 14 lines · 9 code · 5 blank · 0 comment · 0 complexity · ef65ef2fe7c021e07c2b4b2ad56b6803 MD5 · raw file

  1. <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" Inherits="ScrewTurn.Wiki.NavPath" Title="Untitled Page" Culture="auto" meta:resourcekey="PageResource1" UICulture="auto" Codebehind="NavPath.aspx.cs" %>
  2. <asp:Content ID="ctnNavPath" ContentPlaceHolderID="CphMaster" Runat="Server">
  3. <h1 class="pagetitlesystem"><asp:Literal ID="lblNavPath" runat="server" Text="Navigation Paths" meta:resourcekey="lblNavPathResource1" /></h1>
  4. <p><asp:Literal ID="lblDescription" runat="server" Text="Navigation Paths guide you through the contents of the Wiki." meta:resourcekey="lblDescriptionResource1" /></p>
  5. <br />
  6. <p><asp:Literal ID="lblInfo" runat="server" Text="Here you can start to browse a Path." meta:resourcekey="lblInfoResource1" /></p>
  7. <br />
  8. <asp:Literal ID="lblNavPathList" runat="server" />
  9. </asp:Content>