Files
GPW/GPW_Commesse/unauthorized.aspx
2016-12-15 12:26:26 +01:00

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>