Files
XPS/XPS/unauthorized.aspx
T
2017-03-16 16:27:53 +01:00

11 lines
532 B
Plaintext

<%@ Page Language="C#" MasterPageFile="~/Bootstrap.master" AutoEventWireup="true" Inherits="unauthorized" CodeBehind="unauthorized.aspx.cs" %>
<%@ Register Src="WebUserControls/mod_unauthorized.ascx" TagName="mod_unauthorized" TagPrefix="uc1" %>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="Main">
<div class="row" style="margin-top: -10px;">
<div class="col-xs-12">
<uc1:mod_unauthorized ID="Mod_unauthorized1" runat="server"></uc1:mod_unauthorized>
</div>
</div>
</asp:Content>