SiteFactoryCMS:幻灯片效果显示图片 文章

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

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

Sf861.jpg


Sf862 1.jpg
Sf862 2.jpg

调用例举:

<!—默认文章首页模板 -->
{PE.Label id="幻灯片效果显示图片_文章" parentid="@Request_id" arrnodeid="0" includechild="true" specialid="0" shownum="10" ishot="false" iselite="false" datenum="0" ordertype="1" imgwidth="150" imgheight="150" titlelen="20" timeout="5000" effectid="23" hits="0" elitelevel="0" span="" class="" /}

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

{PE.Label id="幻灯片效果显示图片_文章" parentid="1" arrnodeid="0" includechild="false" specialid="0" shownum="10" ishot="false" iselite="false" datenum="0" ordertype="1" imgwidth="150" imgheight="150" titlelen="20" timeout="5000" effectid="23" hits="0" elitelevel="0" tablename="PE_U_Article" span="" class="" /}

对应的图片显示如下:

Sf863.jpg

前台显示样式:

Sf864.jpg

标签架构

Sf865.jpg