📄 index.php
字号:
<!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>
<style type="text/css">
<!--
.STYLE3 {
font-size: 12px;
}
.STYLE4 {font-size: 16px; }
body {
background-image: url(image/200512319114114285.jpg);
repeat-x ;
}
.STYLE5 {color: #FFFFFF}
-->
</style>
</head>
<body>
<form action="u_login.php" method="post">
<div align="center">
<h1 class="STYLE1 STYLE5">学生成绩管理系统</h1>
<p class="STYLE1"> </p>
<table width="364" height="149" border="1" bordercolor="#000000" bgcolor="#FFFFFF">
<tr>
<td height="39" bordercolor="#993399" bgcolor="#0099CC"><div align="center" class="STYLE4">用户登录</div></td>
</tr>
<tr>
<td><p align="center" class="STYLE2"> <span class="STYLE2">用户ID:</span>
<input name="id" type="text" dir="ltr" /></p>
<p align="center" class="STYLE2"> <span class="STYLE2"> 密 码:</span>
<input name="passwd" type="password" dir="ltr" /></p>
<p align="center" class="STYLE2">
<label>
<input name="Submit" type="submit" class="STYLE3" value="登录" />
</label>
</p></td>
</tr>
</table>
<p class="STYLE1"> </p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -