📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Debug ="true" CodeFile="Default.aspx.cs" Inherits="_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>
<TITLE>重庆大学研究生院综合管理信息系统</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=GBK">
<link href="inc/main.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<style type="text/css">
<!--
.style3 {
font-size: 18px;
font-weight: bold;
}
.style5 {font-size: 20px}
.style6 {font-size: 18px}
-->
.sec1 {
background-color: #406CB0;
cursor: hand;
color: #FFFFFF;
border-left: 1px solid #406CB0;
border-top: 1px solid #406CB0;
border-right: 1px solid gray;
border-bottom: 1px solid #406CB0;
font-weight: bold;
}
.sec2 {
background-color: #FFFFFF;
cursor: hand;
color: #000000;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-right: 1px solid gray;
font-weight: bold;
}
</style>
</HEAD>
<script language=javascript>
function secBoard(n)
{
i = 0;
for(;i<secTable.cells.length;i++)
secTable.cells[i].className="sec1";
if (n <= i)
secTable.cells[n].className="sec2";
switch (n){
case 0 :
form1.userType.value="advisor";
break;
case 1 :
form1.userType.value="student";
break;
case 2 :
form1.userType.value="stuff";
break;
case 3 :
form1.userType.value="examinee";
break;
}
}
</script>
<!--note:This system has nothing to do with the innovative base -->
<BODY BGCOLOR=#FFFFFF background="images/cx_bg.gif" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!--
会话过期时间3600秒
-->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><TABLE WIDTH=758 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 style="border:1px solid #cccccc">
<TR bgcolor="#FFFFFF">
<TD COLSPAN=3 style="height: 91px"> </TD>
</TR>
<TR>
<TD COLSPAN=3 style="height: 16px"> </TD>
</TR>
<TR>
<TD colSpan=3 style="height: 33px">
<table border=0 cellspacing=0 cellpadding=0 width=100% id=secTable>
<tr align=center>
<td class=sec2 onclick="secBoard(0)"> <img src="images/bid.gif" height="15" align="absmiddle">
<span style="font-size: 10pt">研究生导师</span></td>
<td class=sec1 onclick="secBoard(1)" ><img src="images/bid.gif" height="15" align="absmiddle">
<span style="font-size: 10pt">
学生入口</span></td>
<td class=sec1 onclick="secBoard(2)" ><img src="images/bid.gif" height="15" align="absmiddle">
<span style="font-size: 10pt">工作人员</span></td>
<td class=sec1 onclick="secBoard(3)" > <img src="images/bid.gif" height="15" align="absmiddle">
<span style="font-size: 10pt">考生</span></td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD style="height: 199px"> <IMG SRC="images/cx_3.gif" WIDTH=92 HEIGHT=205 ALT=""></TD>
<TD style="height: 199px"> <IMG SRC="images/cx_4.gif" WIDTH=294 HEIGHT=205 ALT=""></TD>
<TD background="images/cx_5.gif" style="width: 419px; height: 199px"><table width="100%" height="205" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="36%"> </td>
<td width="64%" valign="bottom">
<script>
function check(){
if (form1.userId.value==''){
alert ('请输入用户编号');
form1.userId.focus();
return false;
}
if (form1.password.value==''){
alert ('请输入用户密码');
form1.password.focus();
return false;
}
}
</script><form name="form1" method="post" action="login.aspx" onSubmit="return check()">
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30" style="width: 63px">
<span style="font-size: 9pt">编 号:</span></td>
<td width="74%" height="30"> <input name="userId" type="text" id="userId" value="" style="width: 130px" maxlength="20"></td>
</tr>
<tr>
<td height="30" style="width: 63px">
<span style="font-size: 9pt">密 码:</span></td>
<td height="30"> <input name="password" type="password" id="password" size="20" style="width: 130px" maxlength="20"></td>
</tr>
<tr>
<td style="width: 63px; height: 30px">
<span style="font-size: 9pt">登录类型:</span></td>
<td style="height: 30px">
<select name="userType" id="userType" onChange="secBoard(this.selectedIndex)" style="width: 135px">
<option value="advisor" selected>研究生导师</option>
<option value="student" >学生</option>
<option value="stuff" >工作人员</option>
<option value="examinee" >考生</option>
</select></td>
</tr>
<tr>
<td height="0" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"> <input name="imageField" type="image" src="images/cx_dl.gif" width="85" height="26" border="0"></td>
<td width="50%"> <a href="#"><img src="images/cx_qx.gif" width="85" height="26" border="0" onClick="form1.reset()"></a></td>
</tr>
</table></td>
</tr>
</table>
</form>
</td>
</tr>
</table></TD>
</TR>
<TR>
<TD COLSPAN=3> <IMG SRC="images/cx_6.gif" WIDTH=758 HEIGHT=25 ALT=""></TD>
</TR>
<TR bgcolor="#FFFFFF">
<TD height="91" COLSPAN=3 align=center><span class="style3"> <font color=red>注意:请不要使用屏蔽了弹出窗口或JAVASCRIPT的浏览器(如MYIE、腾讯浏览器)<BR>学生、导师密码遗忘请找学院秘书挂失。<BR>
</font></span></TD>
</TR>
</table></td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -