parent
930bb14838
commit
c510aa288a
@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Document</title>
|
||||||
|
<link rel="stylesheet" href="../css/css1.css">
|
||||||
|
<link rel="stylesheet" href="../css/css3.css">
|
||||||
|
<script src="../js/js2.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="box">
|
||||||
|
<form onsubmit="submitForm(event);">
|
||||||
|
<p>老师,请输入您的信息:</p>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>姓名</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="name">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>电话号</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="telephonenum">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>所带班级</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="class">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>用户名</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="username">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>密码</th>
|
||||||
|
<td>
|
||||||
|
<input type="password" name="password">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<input type="submit" value="提交">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue