change search style

This commit is contained in:
wlx 2013-04-29 01:43:33 +00:00
parent d50c0e9965
commit 63f03a81c1
1 changed files with 2 additions and 4 deletions

View File

@ -29,10 +29,8 @@
<div class="search">
<form action="" method="get">
<input type="hidden" name="search" value='1' />
<ul>
<li><label>搜索关键字</label><input type="text" name="keyword" value="<?php echo $this->keyword; ?>" /></li>
<li><input type="submit" class="searchbtn" value="搜索" /></li>
</ul>
<input type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
<input type="submit" class="btn" value="搜索" />
</form>
</div><!-- search DIV -->