20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="unauthorized.aspx.cs" Inherits="GPW.A4.unauthorized" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_unauthorized.ascx" TagPrefix="uc1" TagName="mod_unauthorized" %>
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<uc1:mod_unauthorized runat="server" ID="mod_unauthorized" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|