454a50ebf5
git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@147 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
10 lines
479 B
Plaintext
10 lines
479 B
Plaintext
<%@ Page Language="C#" MasterPageFile="~/AjaxSimple.master" AutoEventWireup="true" CodeFile="unauthorized.aspx.cs" Inherits="unauthorized" Title="Untitled Page" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_unauthorized.ascx" TagName="mod_unauthorized" TagPrefix="uc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
|
<uc1:mod_unauthorized id="Mod_unauthorized1" runat="server">
|
|
</uc1:mod_unauthorized>
|
|
|
|
</asp:Content>
|
|
|