style change
This commit is contained in:
parent
63f03a81c1
commit
9b937cd21e
|
@ -28,9 +28,11 @@
|
|||
|
||||
<div class="search">
|
||||
<form action="" method="get">
|
||||
<div class="input-prepend">
|
||||
<input type="hidden" name="search" value='1' />
|
||||
<input type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
|
||||
<input class="span2 search-query" type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
|
||||
<input type="submit" class="btn" value="搜索" />
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- search DIV -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue