模板標(biāo)簽里面

網(wǎng)站全站搜索插件 想改為 指定模塊搜索
<form action="{SITE_URL}index.php" id="searchform" method="get">
<input name="s" type="hidden" value="so">
<input type="text" id="keyword" name="keyword" autocomplete="off" placeholder="請(qǐng)輸入關(guān)鍵詞..." />
<button type="submit" class="search-submit"> <img src="picture/search.png" alt="查詢"></button>
</form>
<form action="{SITE_URL}index.php" id="searchform" method="get">
<input name="s" type="hidden" value="news">
<input name="c" type="hidden" value="search">
<input type="text" id="keyword" name="keyword" autocomplete="off" placeholder="請(qǐng)輸入關(guān)鍵詞..." />
<button type="submit" class="search-submit"> <img src="picture/search.png" alt="查詢"></button>
</form>
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!