DedeCMS列表标签

织梦教程 0 来源:老K模板网 收藏

list 列表数据标签​

**名称:**list

**功能:**获取列表模板中的列表内容

语法:

<button title="Copy Code" class="copy" style="touch-action: manipulation; border: 1px solid var(--vp-code-copy-code-border-color); padding: 0px; background-image: var(--vp-icon-copy); direction: ltr; position: absolute; top: 12px; right: 12px; z-index: 3; border-radius: 4px; width: 40px; height: 40px; opacity: 0; background-position: 50% center; background-size: 20px; background-repeat: no-repeat; transition: border-color 0.25s, background-color 0.25s, opacity 0.25s;"></button>html
{dede:list  col='' titlelen='' infolen=''  imgwidth='' imgheight='' orderby='' pagesize=''}

{/dede:list}

文件:

\include\arc.listview.class.php

\include\arc.sglistview.class.php

function GetArcList($limitstart=0,$row=10,$col=1,$titlelen=30,$infolen=250,

$imgwidth=120,$imgheight=90,$listtype="all",$orderby="default",$innertext="",$tablewidth="100",$ismake=1,$orderWay='desc')

默认底层模板:

list_fulllist.htm

参数:

col=1 内容列数

titlelen=30 标题长度

infolen=250 内容摘要长度

imgwidth=120 缩略图宽

imgheight=90 缩略图高

orderby='default' 排序方式,有效的排序方式有 senddate、pubdate、id、click、lastpost、postnum ,默认为 sortrank

pagesize=20 分页大小

orderway='desc' 排序方式

底层字段:

ID(同 id),title,iscommend,color,typeid,ismake,description(同 info),postnum,lastpost,shorttitle

pubdate,senddate,arcrank,click,litpic(同 picname),typedir,typename,

arcurl(同 filename),typeurl,stime(pubdate 的"0000-00-00"格式),

textlink,typelink,imglink,image

范例:

<button title="Copy Code" class="copy" style="touch-action: manipulation; border: 1px solid var(--vp-code-copy-code-border-color); padding: 0px; background-image: var(--vp-icon-copy); direction: ltr; position: absolute; top: 12px; right: 12px; z-index: 3; border-radius: 4px; width: 40px; height: 40px; opacity: 0; background-position: 50% center; background-size: 20px; background-repeat: no-repeat; transition: border-color 0.25s, background-color 0.25s, opacity 0.25s;"></button>html
{dede:list pagesize='10'}
<li>
    [field:array runphp='yes']@me = (empty(@me['litpic']) ? "" : "<a href='{@me['arcurl']}' class='preview'><img src='{@me['litpic']}'/></a>"); [/field:array]
    
    [<b>[field:typelink/]</b>] <a href="[field:arcurl/]" class="title">[field:title/]</a> <span class="info"> <small>日期:</small>[field:pubdate function="GetDateTimeMK(@me)"/] <small>点击:</small>[field:click/] <small>好评:</small>[field:scores/] </span>
    
    <p class="intro"> [field:description/]... </p>

</li>
{/dede:list}

list标签同时也适用单表模型文档列表。

注:list标记除了支持档案表的基本模板变量外,还支持附加表的字段,你可以在模型管理中知道附加表支持列表使用的字段有哪些。

pagelist 列表分页标签​

**名称:**pagelist

**功能:**表示分页页码列表

语法:

文件:

\include\arc.listview.class.php

\include\arc.sglistview.class.php

function GetPageListDM($list_len,$listitem="index,end,pre,next,pageno")

function GetPageListST($list_len,$listitem="index,end,pre,next,pageno")

默认底层模板:

参数:

listsize=3 表示 [1][2][3] 这些项的长度 x 2

listitem='index,pre,pageno,next,end,option' 表示页码样式,可以把下面的值叠加

index 首页

pre 上一页

pageno 页码

next 下一页

end 末页

option 下拉跳转框

底层字段:

范例:

注:pagelist标签是同list一同使用来调用列表数据的。


免责声明:1.凡本站注明“来源:XXX(非老K模板网)”的作品,均转载自其它媒体,所载的文章、图片、音频视频文件等资料的版权归版权所有人所有,如有侵权,请联系laokcms#126.com处理;2.凡本站转载内容仅代表作者本人观点,与老K模板网无关。
0 条评论

网友留言