⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.ascx

📁 采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Login.ascx.cs" Inherits="Socut_Ver3.xx.Skin.Sys_UC.Login" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<!--主页面占位符开始-->
<p><FONT face="宋体"></FONT>&nbsp;</p>
<table width="350" height="200" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td width="7" height="23"><img src="images/login/login_top_left.gif" width="7" height="23"></td>
		<td background="images/login/login_top_bg.gif"><img src="images/login/login_title.gif" width="136" height="23"></td>
		<td width="7"><img src="images/login/login_top_right.gif" width="7" height="23"></td>
	</tr>
	<tr>
		<td background="images/login/login_m_l.gif">&nbsp;</td>
		<td bgcolor="#ffffff">
				<table width="300" border="0" align="center" cellPadding="0" cellSpacing="0" class="set">
					<tr>
						<td height="28">学名:<asp:textbox id="UserName" Width="50px" CssClass="inputTitle" runat="server"></asp:textbox></td>
						<td><label for="_ctl1_CheckBox1">密码:<asp:textbox id="PassKey" Width="50px" CssClass="inputTitle" runat="server" TextMode="Password"></asp:textbox>
							</label>
						</td>
					</tr>
					<tr>
						<td height="28">保存:<asp:checkbox id="CheckBox1" runat="server" Text="记住用户"></asp:checkbox></td>
						<td>&nbsp;验证:<asp:image id="Image2" runat="server" ImageUrl="../Admin/GetCode.aspx"></asp:image><asp:textbox id="GetCode" Width="50px" CssClass="inputTitle" runat="server"></asp:textbox></td>
					</tr>
					<tr>
						<td height="34" align="center"><FONT face="宋体"><INPUT id="Image1" type="image" src="../images/show/login.gif" border="0" name="imageField"
									runat="server"></FONT></td>
						<td align="center" class="fontContent"><asp:label id="Info" runat="server"></asp:label></td>
					</tr>
				</table>
			
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td>&nbsp;
					</td>
				</tr>
				<tr>
					<td align="center"><img src="images/login/login_end.gif" width="235" height="1"></td>
				</tr>
				<tr>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td align="center"><img src="images/login/load.gif" width="189" height="11"></td>
				</tr>
			</table>
		</td>
		<td background="images/login/login_m_r.gif">&nbsp;</td>
	</tr>
	<tr>
		<td><img src="images/login/login_down_left.gif" width="7" height="7"></td>
		<td background="images/login/login_down_bg.gif"><img src="images/login/login_down_bg.gif" width="1" height="7"></td>
		<td height="7"><img src="images/login/login_down_right.gif" width="7" height="7" border="0"></td>
	</tr>
</table>
<!--主页面占位符结束-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -