add input name
This commit is contained in:
parent
83235644fc
commit
de7c362b25
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<form class="form-search" id="search" enctype="application/x-www-form-urlencoded" action="/knowledge/search" method="post">
|
||||
<div class="input-append">
|
||||
<input class="span2" id="q" type="text" value="<?php echo (empty($this->key))?'':$this->key; ?>" placeholder="搜索作者和标题">
|
||||
<input class="span2" id="q" name="q" type="text" value="<?php echo (empty($this->key))?'':$this->key; ?>" placeholder="搜索作者和标题">
|
||||
<div class="btn-group">
|
||||
<button class="btn dropdown-toggle" data-toggle="dropdown">
|
||||
库
|
||||
|
|
Loading…
Reference in New Issue