📄 default.aspx
字号:
<%@ page AutoEventWireup="false" Inherits="px._Default" %>
<!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>
<script type="text/jscript" src="js/prototype.js"></script>
<script type="text/jscript" src="js/common.js"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.STYLE1 {font-size: 14px}
.STYLE2 {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}
.STYLE3 {color: #FFFFFF}
.STYLE4 {
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
}
.STYLE5 {color: #FFFFFF; font-size: 16px; }
.STYLE7 {color: #FFFFFF; font-size: 36px; }
-->
</style>
</head>
<body style="text-align: center">
<div>
<form id="form1" runat="server">
<table width="100%" height="521" border="0" cellpadding="0" cellspacing="0" style="background:#003873">
<tr>
<td height="221" colspan="2"><div align="center"><span class="STYLE7">学生品行诚信电子档案与综合素质测评系统 V1.0 </span></div></td>
</tr>
<tr>
<td width="54%" valign="top"><p align="left" class="STYLE4"> </p>
<p align="left" class="STYLE4">学生登陆方法:</p>
<p align="left" class="STYLE5">学生请通过自己的学号来登录查看自己的品行信息情况。<BR>
初始 默认密码为:1
您可以进入后修改自己的密码。</p> <p class="STYLE3"> </p>
<p align="left" class="STYLE4">外单位人员登陆方法:</p>
<p align="left" class="STYLE5">外单位人员、招聘人员请先和学工处咨询获得授权密码后,便可以登录查看所有用户的品行记录。<BR>
电话号码:XXXX-XXXXXXXX</p></td>
<td width="46%" align="left" valign="bottom">
<table width="433" height="300" border="0" cellpadding="0" cellspacing="0" background="images/bg.gif">
<tr>
<td width="433" valign="top" background="bg.gif"><table width="99%" height="220" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" rowspan="5"> </td>
<td height="55" colspan="2"> </td>
</tr>
<tr>
<td width="15%" height="27"><span class="STYLE1">用 户:</span></td>
<td width="65%" style="text-align:left"><asp:TextBox ID="username" runat="server" MaxLength="24" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td height="34"><span class="STYLE1">密 码:</span></td>
<td style="text-align:left"><asp:TextBox ID="password" runat="server" MaxLength="24" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td height="34"><span class="STYLE1">类 别:</span></td>
<td style="text-align:left"><asp:DropDownList ID="DropDownList1" runat="server" Width="149px">
<asp:ListItem Value="student">学生</asp:ListItem>
<asp:ListItem Value="teacher">教师</asp:ListItem>
<asp:ListItem Value="guest">外校人员</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td height="30"><span class="STYLE1">验证码:</span></td>
<td height="30" style="text-align:left; vertical-align:middle"><asp:TextBox ID="TextBox2" runat="server" MaxLength="4" Columns="4" Width="42px"></asp:TextBox><asp:Image ID="Image1" runat="server" ImageUrl="~/imagecode.aspx"/></td>
</tr>
<tr>
<td height="34" colspan="3" bordercolor="#FFFFFF" style="text-align:center; vertical-align:bottom"><asp:Button ID="login" runat="server" Text="登录" />
<span class="STYLE2">(验证码请输入阿拉伯数字)</span></td>
</tr>
</table> </td>
</tr>
</table><br /><br /></td></tr></table>
<div style="pADDING-RIGHT: 8px; pADDING-LEFT: 8px; pADDING-BOTTOM: 8px; BORDER-TOp-STYLE: dotted; pADDING-TOp: 8px; height:197">
CopyRight
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br />
Powered By
<asp:HyperLink ID="HyperLink1" runat="server">HyperLink</asp:HyperLink></div></form>
</div></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -