📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="style/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<table width="300" border="0" cellpadding="0" cellspacing="1" bgcolor="#51bfe0" align="center">
<tr>
<td colspan="2">
<div align="center"><font color="#ffffff">操作: 确认身份</font></div>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<br>
<br>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="149">
<table width="291" height="150" border="0" align="center" cellpadding="0" cellspacing="0"
style="WIDTH: 386px; HEIGHT: 120px">
<tr>
<td height="28">登陆类型:</td>
<td style="WIDTH: 184px">
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="WorkKinds" DataValueField="WorkKindListId">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:csmagConnectionString2 %>"
SelectCommand="SELECT [WorkKindListId], [WorkKinds] FROM [WorkKindList]"></asp:SqlDataSource>
</td>
</tr>
<tr>
<td width="104" height="28">
用户名:</td>
<td style="WIDTH: 184px" width="282"><asp:textbox id="AdminName" runat="server" Width="130px"></asp:textbox></td>
</tr>
<tr>
<td style="HEIGHT: 20px" height="20">
密码:</td>
<td style="WIDTH: 184px; HEIGHT: 20px" height="20"><asp:textbox id="Adminpass" runat="server" Width="130px" TextMode="Password"></asp:textbox></td>
</tr>
<TR>
<TD height="37"><FONT face="宋体"> 验证码:</FONT></TD>
<TD style="WIDTH: 184px" height="37">
<asp:TextBox id="Crnd" runat="server" Width="72px"></asp:TextBox><FONT face="宋体"> </FONT>
<asp:Label id="Label1" runat="server" ForeColor="Red"></asp:Label></TD>
</TR>
<tr>
<td height="37"> </td>
<td style="WIDTH: 184px" height="37">
<asp:button id="Button1" runat="server" Text="提交" onclick="Button1_Click"></asp:button><FONT face="宋体"> </FONT>
<asp:button id="Button2" runat="server" Text="重置"></asp:button></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -