SiteFactoryCMS:图片信息列表 普通式
导航: 上一页 | 首页 | DedeCMS | 帝国CMS | Drupal | PHPCMS | PHP168 | Xoops | Joomla | SupeSite
调用例举:
<!—默认图片首页模板 -->
{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" hits="{PE.Label id="取得栏目热门最小点击数" nodeid="@Request_id" /}" elitelevel="0" /}
模板代码如下:
{PE.Label id="图片信息列表_普通式" parentid="@Request_id" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="5" ishot="false" iselite="true" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="20" contentlen="0" shownodename="false" showpropertytype="1" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="2" hits="0" elitelevel="0" /}
对应的图片显示如下:
前台显示样式:
现在我们修改几个参数,再看看前台显示效果
模板代码:
{PE.Label id="图片信息列表_普通式" parentid="@Request_id" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="20" ishot="false" iselite="true" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="10" contentlen="0" shownodename="false" showpropertytype="1" showincludepic="false" showauthor="true" showdatetype="yy-mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="2" hits="0" elitelevel="0" /}
对应的图片显示如下:
前台显示样式:
标签架构
附:以上只是简单的修改几个参数设置,即使同一个参数也还有很多不同的设置,演示如何运用系统标签,请大家自己多测试参数的修改并同时配合风格设置,这样才可以达到自己需要前台显示效果。