POST TIME:2017-11-13 00:25
標(biāo)簽名稱:infoguide
標(biāo)簽功能:獲取分類信息的地區(qū)和小分類搜索的表單
適用范圍:全局使用
適用版本:DedeCMS V5.5/V5.6/V5.7
底層字段:nativeplace,infotype,typeid
標(biāo)簽文件:\include\taglib\infoguide.lib.php
標(biāo)簽說明:織夢infoguide標(biāo)簽是用于獲取分類信息的地區(qū)和小分類搜索的表單,本標(biāo)簽需要在分類信息模型下使用,這個標(biāo)簽?zāi)軌颢@取分類信息的地區(qū)、類型的聯(lián)動表單。
標(biāo)簽語法:
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' >關(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} |