6 lines
436 B
Plaintext
6 lines
436 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimple.master" AutoEventWireup="true" CodeBehind="unauthorized.aspx.cs" Inherits="GPW.A1.unauthorized" %>
|
|
<%@ Register src="~/WebUserControls/mod_unauthorized.ascx" tagname="mod_unauthorized" tagprefix="uc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
|
|
<uc1:mod_unauthorized ID="mod_unauthorized1" runat="server" />
|
|
</asp:Content>
|