首页 > CMS建站 > 织梦DEDE > 正文

dedecms infoguide 分类信息的地区与小分类搜索

2021-12-24 21:21:07
字体:
来源:转载
供稿:网友

infoguide 分类信息的地区与小分类搜索

>dedecms 4DedeCMS 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>关键字:</span><span><input type='text' name='keyword' value='' /></span>

    <input type='submit' value='搜索信息' style='cursor:pointer' />

    &nbsp;

    <input type='button' value='发布信息'

    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文件。

1.png


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表