SiteFactoryCMS:文章信息列表 普通式 分页

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

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

Sf841.jpg


Sf842 1.jpg
Sf842 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" contentlen="0" shownodename="false" showpropertytype="3" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" opentype="_blank" cols="0" hits="{PE.Label id="取得栏目热门最小点击数" nodeid="@Request_id" /}" elitelevel="0" mypage="true" mypagesize="10" myurlpage="true" /}

{PE.Page id="url_动易后台风格" datasource="显示内容信息列表_普通式_分页_文章模型" /}

<!—默认网站首页模板 -->
{PE.Label id="文章信息列表_普通式_分页" parentid="1" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="14" ishot="false" iselite="false" datenum="0" ordertype="1" titlelen="20" contentlen="100" shownodename="false" showpropertytype="8" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="false" showcommentlink="false" opentype="0" hits="0" elitelevel="0" page="true" pagesize="10" urlpage="true" /}

{PE.Page id="url_动易后台风格" datasource="显示内容信息列表_普通式_分页_文章模型" /}

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

{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" contentlen="0" 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" mypage="true" mypagesize="10" myurlpage="true" span="" class="" /}

{PE.Page id="url_基本风格" datasource="显示内容信息列表_普通式_分页_文章模型" span="span"/}

对应的图片显示如下:

Sf843 1.jpg
Sf843.jpg

前台显示样式:

Sf844.jpg

标签架构

Sf845.jpg