Files
WebGIM/WebSites/WebGIM/mod_main_help.ascx
T
samuele e0a96794cc - Aggiunta cartella DB
- Aggiunti progetti deploy/install (completare customizzazione installer!!!)

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@2 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
2009-01-08 16:21:31 +00:00

16 lines
518 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_main_help.ascx.cs" Inherits="mod_main_help" %>
<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>