SiteFactoryCMS:多模型通用内容信息列表 表格式

来自站长百科
跳转至: 导航、​ 搜索

导航: 上一页 | 首页 | DedeCMS | 帝国CMS | Drupal | PHPCMS | PHP168 | Xoops | Joomla | SupeSite

Sf752.jpg


Sf753 1.jpg
Sf753 2.jpg
Sf753 3.jpg

调用例举:

<!—默认文章首页模板 -->
{PE.Label id="多模型通用内容信息列表_表格式" parentid="@Request_id" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum ="14" ishot="false" iselite="false" inputername="" datenum="0" ordertype="3" titlelen="20" shownodename="false" showpropertytype="3" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" opentype="_blank" cols="1" hits="0" elitelevel="0" /}

<!—默认网站首页模板 -->
PE.Label id="多模型通用内容信息列表_表格式" parentid="0" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="14" ishot="false" iselite="false" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="20" contentlen="0" shownodename="false" showpropertytype="2" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="false" showcommentlink="false" usepage="false" opentype="_blank" cols="1" hits="0" elitelevel="0" span="" class="" /}

我们先看看在网站首页模板里添加这个标签,添加时采用默认的标签设置:
模板代码如下:

{PE.Label id="多模型通用内容信息列表_表格式" parentid="1" arrnodeid="0" includechild="false" specialid="0" urltype="0" shownum="10" ishot="false" iselite="false" datenum="0" ordertype="1" titlelen="20" shownodename="false" showpropertytype="0" showincludepic="false" showauthor="false" showdatetype="0" showhits="false" showhotsign="false" shownewsign="false" showtips="false" showcommentlink="false" opentype="0" hits="0" elitelevel="0" span="" class="" /}

对应的图片显示如下:

Sf754 1.jpg
Sf754.jpg

前台效果

Sf755.jpg

标签架构

Sf756.jpg