POST TIME:2017-11-13 00:25
标签名称:infoguide
标签功能:获取分类信息的地区和小分类搜索的表单
适用范围:全局使用
适用版本:DedeCMS V5.5/V5.6/V5.7
底层字段:nativeplace,infotype,typeid
标签文件:\include\taglib\infoguide.lib.php
标签说明:织梦infoguide标签是用于获取分类信息的地区和小分类搜索的表单,本标签需要在分类信息模型下使用,这个标签能够获取分类信息的地区、类型的联动表单。
标签语法:
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{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} |

下一篇:织梦cms自定义宏标记标签使用