01 |
<form action= "{dede:field name='phpurl'/}/search.php" name= "formsearch" > |
07 |
<input type = "hidden" name= "kwtype" value= "0" /> |
09 |
<input name= "keyword" type = "text" class= "search-keyword" id = "search-keyword" /> |
11 |
< select name= "searchtype" class= "search-option" id = "search-option" > |
13 |
<option value= "titlekeyword" selected= '1' >智能模糊搜索</option> |
15 |
<option value= "title" >仅搜索标题</option> |
19 |
<button type = "submit" class= "search-submit" >搜索</button> |
27 |
修改为<form action= "/plus/advancedsearch.php" method= "post" > |
33 |
<input type = "hidden" name= "mid" value= "1" /> |
35 |
<input type = "hidden" name= "dopost" value= "search" /> |
37 |
关键词:<input type = "text" name= "q" /> <input type = "submit" name= "submit" value= "开始全文搜索" /></div> |
|