(>DedeCMS 4,DedeCMS 5)
名称:infoguide
功能:获取分类信息的地区和小分类搜索的表单,本标签需要在分类信息模型下使用
语法:
{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'>关键字:</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='发布信息' class="btn-2" onclick="location='/member/archives_sg_add.php?channelid=-8';" style='cursor:pointer' /> </form> {/dede:infoguide}
文件:
\include\taglib\infoguide.lib.php
function lib_infoguide(&$ctag,&$refObj)
默认底层模板:
info_guide.htm
参数:
无
底层字段:
nativeplace,infotype,typeid
范例:
可以查看分类信息页面模板list_info.htm文件。