📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>首页|毕业设计选题系统</title>
<script language="jscript">
<!--
function Check1()
{
var NotNull
NotNull=true
if (document.form1.textfield1.value=="")
{
window.alert("请输入学号")
NotNull=false
}
if (document.form1.textfield2.value=="")
{
window.alert("请输入密码")
NotNull=false
}
return NotNull
}
function Check2()
{
var NotNull
NotNull=true
if (document.form2.textfield1.value=="")
{
window.alert("请输入编号")
NotNull=false
}
if (document.form2.textfield2.value=="")
{
window.alert("请输入密码")
NotNull=false
}
return NotNull
}
function Check3()
{
var NotNull
NotNull=true
if (document.form3.textfield1.value=="")
{
window.alert("请输入帐号")
NotNull=false
}
if (document.form3.textfield2.value=="")
{
window.alert("请输入密码")
NotNull=false
}
return NotNull
}
//-->
</script>
<link href="css/Style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style></head>
<BODY leftMargin=0 topMargin=0 marginwidth="0">
<div align="center">
<table cellspacing="0" cellpadding="0" width="770" border="0">
<tbody>
<tr>
<td width="450" background="image/logo.jpg"
height="80"> </td>
<td width="320"
background="image/logo_right.jpg"><div align="center"><font
color="#ffffff"><span class="STYLE1">当前时间:<%=Now()%></span></font></div></td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table width="770" height="34" border="0" background="image/dh_bj.jpg">
<tr>
<td><div align="right">
<a href="http://www.wh.cn/"><FONT color=#ffffff>邮电与信息工程学院 |</FONT></a><a href="http://10.2.2.2/"><FONT color=#ffffff> 图书馆 |</FONT></a><a href="http://www.tjcu.edu.cn/zsjy/index.htm"><FONT color=#ffffff> 招生就业 |</FONT></a><a href="http://www.tjcu.edu.cn/zsjy/index.htm"><font color="#ffffff"></font></a><a href="mailto:jiaxin_li08@163.com"><FONT color=#ffffff> 联系我们</FONT></a>
</div></td>
</tr>
</table>
</div>
<div align="center">
<td><table width="768" border="0" bgcolor="#FFFFFF">
<tr>
<td><div align="left">欢迎使用毕业设计选题系统。学生、教师、管理员请使用不同入口进行登录。</div></td>
</tr>
<tr>
<td><div align="left"><form id="form1" name="form1" method="post" action="student/login.asp" onsubmit="return Check1()">
学生登录
学号
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="text" name="textfield1" />
<label>密码
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="password" name="textfield2" />
</label>
<label>
<input type="submit" name="Submit1" value="提交" />
</label>
<label>
<input type="reset" name="Submit2" value="重置" />
</label>
<a href="student/reg.asp"> <img src="image/cc.jpg" width="11" height="11" border="0" /> 注册新学生用户</a>
</form>
<form id="form2" name="form2" method="post" action="teacher/login.asp" onsubmit="return Check2()">
教师登录 编号
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="text" name="textfield1" />
密码
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="password" name="textfield2" />
<input type="submit" name="Submit1" value="提交" />
<input type="reset" name="Submit2" value="重置" />
</label>
</form>
<form id="form3" name="form3" method="post" action="admin/login.asp" onsubmit="return Check3()">
管理登录
<label>帐号
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="text" name="textfield1" />
</label>
<label>密码
<input class="input_kuang" onmouseover="this.style.background='#D6DFF7';" onfocus="this.select(); " onmouseout="this.style.background='#FFFFFF'" type="password" name="textfield2" />
</label>
<label>
<input type="submit" name="Submit1" value="提交" />
</label>
<label>
<input type="reset" name="Submit2" value="重置" />
</label>
</form> </div></td>
</tr>
</table>
</td>
</div>
<div align="center">
<table width="770" height="55" border="0" background="image/boot.jpg">
<tr>
<td></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -