Fixed help files.
This commit is contained in:
commit
b8f912cc79
1543 changed files with 395123 additions and 0 deletions
9
WebApplication/PageNotFound.aspx
Normal file
9
WebApplication/PageNotFound.aspx
Normal file
|
@ -0,0 +1,9 @@
|
|||
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" Inherits="ScrewTurn.Wiki.PageNotFound" Title="Untitled Page" Culture="auto" meta:resourcekey="PageResource1" UICulture="auto" Codebehind="PageNotFound.aspx.cs" %>
|
||||
|
||||
<asp:Content ID="ctnNotFound" ContentPlaceHolderID="CphMaster" Runat="Server">
|
||||
<h1 class="pagetitlesystem"><asp:Literal ID="lblTitle" runat="server" Text="Page Not Found" meta:resourcekey="lblTitleResource1" /></h1>
|
||||
<p><asp:Literal ID="lblDescription" runat="server" Text='The Page "##PAGENAME##" was not found.' meta:resourcekey="lblDescriptionResource1" /></p>
|
||||
<br />
|
||||
|
||||
<asp:Literal ID="lblSearchResults" runat="server" />
|
||||
</asp:Content>
|
Loading…
Add table
Add a link
Reference in a new issue