全站搜索寫法:
<form class="search-form" method="get" target="_blank" action="{SITE_URL}index.php">
<input name="c" type="hidden" value="so">
<input name="module" type="hidden" value="{MOD_DIR}">
<input type="text" class="form-control" placeholder="輸入搜索關(guān)鍵字" name="keyword">
<button class="btn" type="submit">搜索</button>
</form>某個模塊搜索寫法:
<form class="search-form" method="get" target="_blank" action="{SITE_URL}index.php">
<input name="s" type="hidden" value="{MOD_DIR}">
<input name="c" type="hidden" value="search">
<input type="text" class="form-control" placeholder="輸入搜索關(guān)鍵字" name="keyword">
<button class="btn" type="submit">搜索</button>
</form>{MOD_DIR}表示當前模塊,你也可以寫具體的模塊目錄
文檔最后更新時間:2017-05-27 15:34:47