POST TIME:2019-09-30 11:16
(>DedeCMS 4,DedeCMS 5)
名稱:infoguide
功能:獲取分類信息的地區(qū)和小分類搜索的表單,本標(biāo)簽需要在分類信息模型下使用
語法:
{dede:infoguide} <form name='infoguide' method='get' action='/plus/list.php'> [field:nativeplace /] [field:infotype /] <input type='hidden' name='tid' value='[field:typeid /]' /> <input type='hidden' name='channelid' value='-8' /> <span class='infosearchtxt'>關(guān)鍵字:</span><span><input type='text' name='keyword' value='' class="ipt-txt" /></span> <input type='submit' value='搜索信息' class="btn-2" style='cursor:pointer' /> <input type='button' value='發(fā)布信息' class="btn-2" onclick="location='/member/archives_sg_add.php?channelid=-8';" style='cursor:pointer' /> </form> {/dede:infoguide}文件:
include aglibinfoguide.lib.php
function lib_infoguide(&$ctag,&$refObj)
默認(rèn)底層模板:
info_guide.htm
參數(shù):
無
底層字段:
nativeplace,infotype,typeid
范例:
可以查看分類信息頁面模板list_info.htm文件。