📄 ts_managerlogin.aspx
字号:
<%@ 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>管理员登录,哈尔滨师范大学欢迎您!</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">
请您输入用户名和密码:</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="超级管理员" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="stairManager" runat="server" Text="一级管理员" GroupName="manager" AutoPostBack="True" />
<asp:RadioButton ID="secondManager" runat="server" Text="二级管理员" 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">
验证码:</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">注册新用户</asp:HyperLink> |
<asp:HyperLink ID="HyperLink1" runat="server">找回密码</asp:HyperLink>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -