21 lines
595 B
Plaintext
21 lines
595 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_unauthorized" Codebehind="mod_unauthorized.ascx.cs" %>
|
|
<% if (false)
|
|
{ %>
|
|
<link href="~/css/Style.css" rel="stylesheet" type="text/css" />
|
|
<% } %>
|
|
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
|
|
<tr>
|
|
<td class="UnauthAppTitle">
|
|
<asp:Label runat="server" ID="lblTitleMain" Text="GPW" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:Label id="lblTitle" CssClass="UnauthTitle" runat="server" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:Label id="lblMess" CssClass="UnauthMess" runat="server" /></td>
|
|
</tr>
|
|
</table>
|