Files
XPS/project/XPS_deploy/Release/mod_main_help.ascx
T
samuele a953cbf7fd Update x logging/zipping/cancellazione
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@83 43c8e981-f90d-406c-a89a-24a2c4268d51
2008-11-13 16:06:13 +00:00

17 lines
550 B
Plaintext

<%@ control language="C#" autoeventwireup="true" inherits="mod_main_help, XPS" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td class="UnauthAppTitle"><asp:Label id="lblAppl" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label id="lblTitle" CssClass="UnauthTitle" runat="server"></asp:Label></td>
</tr>
<tr>
<td>
<asp:Label id="lblMess" CssClass="UnauthMess" runat="server"></asp:Label></td>
</tr>
</table>