📄 index.htm
字号:
b <html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎来到学生课程管理系统==登陆界面</title>
<style>
<!--
table { font-size: 9pt }
.inputText { font-size: 9pt;width: 150px;height : 20px }
.button { font-size: 9pt }
-->
</style>
<Script LANGUAGE="JavaScript">
if(self!=top){top.location=self.location;}
</script>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#C0C0C0">
<div align="center">
<table border="0" id="table1" cellspacing="0" cellpadding="0" width="650" height="496">
<tr>
<td height="71"> </td>
</tr>
<tr>
<td valign="top" height="200">
<img border="0" src="images/bgtop.jpg" width="650" height="200"></td>
</tr>
<tr>
<td valign="top" height="10">
<img border="0" src="images/bgmid.jpg" width="650" height="10"></td>
</tr>
<tr>
<td height="115" bgcolor="#EDECE6">
<table border="0" width="650" id="table2" cellspacing="0" cellpadding="0" height="131">
<tr>
<td width="76" height="23"> </td>
<td height="23" width="175"> </td>
<td height="23" width="386"> </td>
<td height="23" width="13"> </td>
</tr>
<form action="login.asp" method=post>
<tr>
<td width="76" height="27"> </td>
<td height="27" width="175" align="right">用户名:</td>
<td height="27" width="386">
<input type=text name="userID" class="inputText" size="20"></td>
<td height="27" width="13"> </td>
</tr>
<tr>
<td width="76" height="27"> </td>
<td width="175" height="27" align="right">密码:</td>
<td width="386" height="27">
<input type=password name="userPassword" size="20" class="inputText"></td>
<td width="13" height="27"> </td>
</tr>
<tr>
<td width="76" height="27"> </td>
<td width="175" align="right" height="27">登陆类型:</td>
<td width="386" height="27">
<select name="userType" class="inputText" size="1"><option value="student" selected="true">学生</option><option value="teacher">老师</option></select></td>
<td width="13" height="27"> </td>
</tr>
<tr>
<td width="76" height="27"> </td>
<td width="175" align="right" height="27"> </td>
<td width="386" height="27">
<button type=submit class="button" style="width: 50px; height: 20px">登 陆</button> <button type=button class="button" onClick="location.href='student/reg.htm'">新生请注册</button></td>
<td width="13" height="27"> </td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td valign="top" height="100" width="650">
<img border="0" src="images/bgbottom.jpg" width="650" height="100"></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -