Files
gpw_testci/GPW_Admin/unauthorized.aspx
2021-03-26 17:17:28 +01:00

20 lines
503 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="unauthorized.aspx.cs" Inherits="GPW_Admin.unauthorized1" %>
<%@ 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>