?? ts_managerlogin.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TS_ManagerLogin.aspx.cs" Inherits="TS_ManagerLogin" %>
<!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 id="Head1" runat="server">
<title>管理員登錄,哈爾濱師范大學(xué)歡迎您!</title>
<link href="CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px; text-align: center;" class="css">
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
<br />
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" style="width: 600px; height: 400px">
<tr style="height: 100px">
<td colspan="3" style="background-image: url(image/system/login_head.jpg); height: 100px">
</td>
</tr>
<tr style="height: 210px">
<td colspan="3" style="background-image: url(image/system/login_center.jpg); height: 250px; text-align: center; vertical-align: middle;">
<table border="0" cellpadding="0" cellspacing="0" class="css" style="width: 600px;
height: 210px">
<tr style="height: 20px">
<td colspan="4">
</td>
</tr>
<tr>
<td colspan="4" style="vertical-align: top; text-align: center">
<table border="0" cellpadding="0" cellspacing="0" class="css" style="font-size: 10pt;
width: 600px; color: #0000cc; height: 160px">
<tr style="height: 40px">
<td style="width: 50px">
</td>
<td colspan="5" style="text-align: left">
請(qǐng)您輸入用戶名和密碼:</td>
</tr>
<tr style="height: 40px">
<td style="width: 50px">
</td>
<td style="width: 80px">
用戶名:</td>
<td style="width: 170px">
<asp:TextBox ID="userName" runat="server" Width="150px"></asp:TextBox></td>
<td style="width: 80px">
密 碼:</td>
<td style="width: 170px">
<asp:TextBox ID="passWord" runat="server" Width="150px" TextMode="Password"></asp:TextBox></td>
<td style="width: 50px">
</td>
</tr>
<tr style="height: 40px">
<td style="width: 50px">
</td>
<td colspan="5" style="text-align: center">
<asp:RadioButton ID="superManager" runat="server" Text="超級(jí)管理員" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="stairManager" runat="server" Text="一級(jí)管理員" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="secondManager" runat="server" Text="二級(jí)管理員" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="collegeManager" runat="server" Text="院系管理員" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="unitManager" runat="server" Text="部門管理員" GroupName="manager" AutoPostBack="True" /></td>
</tr>
<tr style="height: 40px">
<td style="width: 50px">
</td>
<td style="width: 80px">
驗(yàn)證碼:</td>
<td style="width: 170px">
<asp:TextBox ID="validateCode" runat="server" Width="150px"></asp:TextBox></td>
<td style="width: 80px">
<asp:Label ID="Label1" runat="server" BackColor="#C0C0FF" BorderStyle="None" Font-Bold="False"
Font-Italic="False" Font-Size="14pt" ForeColor="Blue" Text="Label"></asp:Label></td>
<td colspan="2" style="text-align: center">
<asp:Button ID="login" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="登 錄" OnClick="login_Click" />
<asp:Button ID="cancel" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="取 消" /></td>
</tr>
</table>
</td>
</tr>
<tr style="height: 10px">
<td colspan="4">
</td>
</tr>
</table>
</td>
</tr>
<tr style="height: 50px">
<td colspan="3" style="background-image: url(image/system/login_foot.jpg); height: 50px; color: #0000cc; text-align: right;">
<asp:CheckBox ID="CheckBox1" runat="server" Text="記住用戶名" /> |
<asp:HyperLink ID="HyperLink2" runat="server">注冊(cè)新用戶</asp:HyperLink> |
<asp:HyperLink ID="HyperLink1" runat="server">找回密碼</asp:HyperLink>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -