home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 December
/
PCWorld_2004-12_cd.bin
/
software
/
komercni
/
netgenium
/
NETGenium.msi
/
_B4A5F9DE730F039E0CBFC30C1A8A8467
/
_B89C130BD4FA4961993F8FD1146B4164
< prev
next >
Wrap
Text File
|
2004-10-01
|
3KB
|
52 lines
<%@ Register TagPrefix="uc1" TagName="ComboBox" Src="ComboBox.ascx" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Login.ascx.cs" Inherits="NETGenium.Login" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<LINK href="NETGenium.css" type="text/css" rel="stylesheet">
<TABLE id="TableFrame" cellSpacing="0" cellPadding="0" border="0" runat="server" style="MARGIN-BOTTOM: 15px">
<TR>
<TD><TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" runat="server" width="100%">
<TR>
<TD class="WindowTitleTD">
<asp:label id="lblTitle" runat="server" CssClass="WindowTitle" Font-Bold="True" EnableViewState="False"></asp:label></TD>
</TR>
<TR>
<TD class="WindowBodyTD">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" border="0">
<TR>
<TD>
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0" runat="server">
<TR>
<TD style="PADDING-RIGHT: 8px; WIDTH: 62px">
<asp:label id="lblLoginName" runat="server" EnableViewState="False">login</asp:label></TD>
<TD>
<uc1:ComboBox id="cb" runat="server"></uc1:ComboBox></TD>
</TR>
<TR>
<TD style="PADDING-RIGHT: 10px; WIDTH: 60px">
<asp:label id="lblPassword" runat="server" EnableViewState="False">pwd</asp:label></TD>
<TD>
<asp:textbox id="tbPassword" runat="server" CssClass="TextBox" Width="160px" MaxLength="50" TextMode="Password"></asp:textbox></TD>
</TR>
</TABLE>
<asp:Literal id="br" runat="server" EnableViewState="False"></asp:Literal>
<asp:LinkButton id="lbtLogin" runat="server" CssClass="Link" Font-Bold="True" EnableViewState="False"></asp:LinkButton>
</TD>
</TR>
<TR>
<TD>
<asp:label id="lblLoginMessage" runat="server" ForeColor="#FF8080" EnableViewState="False"></asp:label>
<asp:Literal id="lJavaScript" runat="server" EnableViewState="False"></asp:Literal></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
<TD class="ShadowRight" vAlign="top" width="6"><IMG id="imShadowTopRight" height="6" src="Images/ShadowTopRight.gif" width="6" runat="server"></TD>
</TR>
<TR>
<TD class="ShadowBottom"><IMG id="imShadowBottomLeft" height="6" src="Images/ShadowBottomLeft.gif" width="6" runat="server"></TD>
<TD height="6"><IMG id="imShadowBottomRight" height="6" src="Images/ShadowBottomRight.gif" width="6"
runat="server"></TD>
</TR>
</TABLE>