操作步驟:
Step1:創(chuàng)建搜索模板---不可自定義:so_product.html(產(chǎn)品) so_article.html(文章)
Step2:填充模板代碼---模板代碼復(fù)制對(duì)應(yīng)文章、產(chǎn)品列表代碼即可
Step3:調(diào)用標(biāo)簽---指定頁(yè)面調(diào)用搜索標(biāo)簽:
##form action="/so" id="searchform" method="get">
<input type="text" id="s" name="keyword" value="請(qǐng)輸入關(guān)鍵詞">
<div class="chose_search_box" style="display: none;">
<label>
<input name="type" type="radio" value="1">文章</label>
<label>
<input name="type" type="radio" value="2">產(chǎn)品</label>
</div>
<input id="searchsubmit" type="submit" value="">
##/form>
最終效果,如圖
注:由于每個(gè)網(wǎng)站css樣式不同,需根據(jù)自身網(wǎng)站做必要調(diào)整。