-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.html
39 lines (32 loc) · 1.1 KB
/
input.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-cn" />
<meta name="author" content="www.yexingkong.com" />
<base target="_parent" />
<style type="text/css">
.input-youthink {
margin: 0 0 10px 0;
width: 70%;
min-height: 30px;
}
</style>
</head>
<body background="18.gif">
<form action="/cgi-bin/server" method="get" >
<h3 style="color: #1B53E6">请输入起点站和终点站名:</h3>
起点: <input class="input-youthink" type="text" name="org_name" placeholder="起点站名"/><br />
<br />
终点: <input class="input-youthink" type="text" name="ter_name" placeholder="终点站名"/><br />
<input type="image" src="anniu.png" alt="Submit" width="50" height="50"/>
<!-- <input type="submit" name="submit" value="È·¶š"> -->
</form>
<!--
<center>
<br />
<a href="index.html" target="_parent">上一页</a>
</center> -->
</body>
</html>