-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 896 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 896 Bytes
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
<!Doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>搜索框特效</title>
<link rel="stylesheet" href="css/base.css"/>
</head>
<body>
<div class="search radius6">
<form name="searchform" method="post" action="/e/search/index.php">
<input name='ecmsfrom' type='hidden' value='9'>
<input type="hidden" name="show" value="title,newstext">
<select name="classid" id="choose">
<option value="0">搜索全部</option>
<option value="1">新闻中心</option>
<option value="4">技术文档</option>
<option value="22">下载中心</option>
</select>
<input class="inp_srh" name="keyboard" placeholder="请输入您要搜索的作品" >
<input class="btn_srh" type="submit" name="submit" value="搜索">
</form>
</div>
</body>
</html>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery.select.js"></script>