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自定義宏標記標簽使用