笨笨啊 发表于 2006-8-22 00:25

【笨笨出品】PW_Hack——无聊作品:主题列表快速搜索

原帖地址:http://www.phpwind.net/read-htm-tid-242345-keyword-.html


起因:http://www.phpwind.net/read-htm-tid-242332.html

做都已经做了,就放出来了
不过个人感觉可能会有些影响布局。可以自行调整


打开template/风格目录/thread.htm

找到


<table cellspacing=1 cellpadding=4 width=&#39;$tablewidth&#39; align=center $i_table id="ajaxtable">$trd_adminhide
<tr align=center class=head>
<td width=5% >状态</td>
<td width=56% align=center>文章</td>
<td width=10%>作者</td>
<td width=5%>回复</td>
<td width=5%>人气</td>
<td width=19%>最后发表</td></tr>



在其前面加上



<table cellspacing=1 cellpadding=4 width=&#39;$tablewidth&#39; align=center $i_table id="search">
<tr align=right class=head>
<td width=50% >
<form action=&#39;search.php?&#39; method=post onSubmit="this.submit.disabled=true;">
<input type=&#39;hidden&#39; name=&#39;method&#39; value=&#39;OR&#39;>
<input type="hidden" name="step" value="2">
<input type=&#39;text&#39; name=&#39;keyword&#39; size=30>
<select name=&#39;sch_area&#39;>
<option value=&#39;0&#39;>标题</option>
<option value=&#39;1&#39;>内容</option>
<option value=&#39;2&#39;>回复</option>
</select>
<input type=&#39;hidden&#39; name=&#39;f_fid&#39; value=&#39;$fid&#39;>
<select name=&#39;s_type&#39;>
<option value=&#39;all&#39;>全社区</option>
<option value=&#39;forum&#39;>本版区</option>

</select>
<input type=submit value="搜索">
</form>
</td>
</tr>
</table>
页: [1]
查看完整版本: 【笨笨出品】PW_Hack——无聊作品:主题列表快速搜索