index.php

来自「简单的学生成绩管理系统~实现了学生成绩的登记」· PHP 代码 · 共 53 行

PHP
53
字号
<!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">&nbsp;</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"> 密&nbsp;&nbsp;码:</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">&nbsp;</p>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?