dede织梦函数详解介绍:
[1] typeid='' 表示栏目ID,在列表模板和档案模板中一般不需要指定,在封面模板中允许用","分开表示多个栏目
[2] row='' 表示返回文档列表总数
[3] col='' 表示分多少列显示(默认为单列);
[4] titlelen='' 表示标题长度
[5] infolen='' 表示内容简介长度
[6] imgwidth='' 表示缩略图宽度
[7] imgheight='' 表示缩略图高度
[8] type='' 表示档案类型,其中空值、不使用这个属性或type='all'时为普通文档
type='commend'时,表示推荐文档,等同于 {dede:coolart}{/dede:coolart}
type='image'时,表示必须含有缩略图片的文档,等同于{dede:imglist}{/dede:imglist}
{d ede:imginfolist}{/dede:imginfolist}
type='spec'时,表示专题,等同于标记{dede:specart}{/dede:specart}
以上属性值可以联合使用,如: type='commend image' 表示推荐的图片文档
[9] orderby='' 表示排序方式,默认值是 senddate 按发布时间排列。
orderby='hot'或orderby='click'表示按点击数排列
orderby='pubdate'按出版时间排列(即是前台允许更改的时间值)"
orderby='sortrank'按文章的新排序级别排序(如果你想使用置顶文章则使用这个属性)
orderby='id'按文章ID排序
orderby='postnum'按文章评论次数排序)
orderby='rank'随机获得指定条件的文档列表
[10] orderway='' 值为 desc 或 asc ,指定排序方式是降序还是顺向排序,默认为降序。
[11] keyword='' 表示含有指定关键字的文档列表,多个关键字用","分开
[12] channelid='' 表示特定的频道模型ID,内置的频道:专题(-1)、文章(1)、图集(2)、Flash(4)、软件(3)
[13] limit='起始,结束' 表示限定的记录范围,row属性必须等于"结束 - 起始",mysql的limit语句是由0起始的,如
“limit 0,5”表示的是取前五笔记录,“limit 5,5”表示由第五笔记录起,取下五笔记录,使用了本属性后,row属性将无效。
[14] att='数值' 表示自定义属性值
[15] subday='天数' 表示在多少天以内的文档,通常用于获取指定天数的热门文档、推荐文档、热门评论文档等
[16] partsort='排列位数' 表示自动获得父栏目的所有子数中排列在第几位的栏目ID,
标记为 {dede:autolist}{/dede:autolist} 时,使用本属性才有效。
-----------------------------------------------------------------------------
function CheckLogin(){
var taget_obj = document.getElementById('_loginform')
myajax = new DedeAjax(taget_obj,false,false,"","","");
myajax.SendGet2("{dede:global name="cfg_memberurl"/}/loginsta.php");
DedeXHTTP = null;}
以下放在调用位置相应
-----------------------------------------------------------------------------------------------
常用标签:
1.
[field:arcurl /] 文章地址
2.
[field:title /] 文章标题
常用于首页、栏目、文章列表页
3.
[field:imglink/]
显示缩略图及链接地址
4
[field:info/] 文章简介
5
[field:description/] 文章简介 多用于文章列表页
6.
[field:textlink/] 等价于[field:title /]
7.
[field:pubdate function=strftime('%m-%d',@me)/] 显示文章发布时间,形式为月-日 例如:03-07
8.
[field:pubdate function="GetDateTimeMK(@me)"/] 详细时间,形式为年-月-日 时-分-秒
9.
[field:filename /]等价于[field:arcurl /] 常用于栏目、文章列表页
10.
[field:typelink /] 栏目地址.
11
[field:typename /] 栏目名称
12
[field:postnum/] 评论条数
13.[field:source/] 来源
14.
[field:writer/] 作者
j15.
[field:litpic function="CkLitImageView(@me,120)"/] 提取文章缩略图
16.
[field:click/] 文章点击次数
17.
[field:phpurl/]/stow.php?arcID=[field:id/] 相应文章加入收藏路径 常用于栏目、文章列表页2 }
18.
[field:phpurl/]/recommend.php?arcID=[field:id/] 推荐文章路径 常用于栏目、文章列表页)
文章正文页常用调用标签::
19.
{dede:field name="title"/} 文章标题 多用于正文页
20.
{dede:field name='pubdate' function='GetDateMk(@me)'/}显示文章发布时间 多用正文页
21.
{dede:field name='phpurl'/}/stow.php?arcID={dede:field name=ID/}相应文章加入收藏路径 多用于正文
22.
{dede:field name='phpurl'/}/recommend.php?arcID={dede:field name=ID/}推荐文章路径多用于正文
23.
{dede:field name='source'/} 来源: }
24
{dede:field name='writer'/} 作者
25.
{{dede:field name='postnum'/}评论条数
26.
{dede:field name='phpurl'/}/feedback.php?arcID={dede:field name=ID/} 相应文章所有评论链接
27.
{dede:field name='body'/} 文章内容
28.
document.body.oncopy =function () {setTimeout(function () {var text =clipboardData.getData("text");if (text) {text =text + "/r/n参考链接:"+location.href;clipboardData.setData("text",text);} },100 ) }
4.文章正文评论调用
5.调用收藏夹,添加文章到各大网站收藏夹
收
color=#58c600>藏
color=#c00012>网
color=#327f00>:
href='javascript:u=location.href;t=document.title;c%20=%20""%20+%20(window.getSelection%20? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);var url="http://cang.baidu.com/do/add?it="+encodeURIComponent(t)+"&iu="+encodeURIComponent(u)+"&dc="+encodeURIComponent(c)+"&fr=ien#nw=1";window.open(url,"_blank","scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes"); void 0'>
alt=Baidu搜藏 src="/wm_img/baidu.gif" border=0>
href="javascript:window.open('http://shuqian.qq.com/post?title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=960,height=600,left=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)">
title=QQ书签 alt=QQ书签 src="/wm_img/qq.gif" border=0>
href="javascript:location.href='http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)">
alt=Google书签 src="/wm_img/google.gif" border=0>
href="javascript:location.href='http://del.icio.us/post?&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)">
title=Del.icio.us alt=Del.icio.us src="/wm_img/delicious.gif" :
border=0>
href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(keyit=window.open('http://my.poco.cn/fav/storeIt.php?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t)+'&img=http://www.h-strong.com/blog/logo.gif','keyit','scrollbars=no,width=475,height=575,status=no,resizable=yes'));keyit.focus();">
alt=POCO 网摘 src="/wm_img/poco.gif" border=0>
alt=Yahoo书签 src="/wm_img/yahoo.gif" border=0>
href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=28&title='+escape(d.title)+'&url='+escape(d.location.href)+'&desc='+escape(t),'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));vivi.focus();">
alt=新浪ViVi src="/wm_img/vivi.gif" border=0>
href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();">
alt=365Key网摘 src="/wm_img/365key.gif" border=0>
href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(yesky=window.open('http://hot.yesky.com/dp.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t)+'&st=2','yesky','scrollbars=no,width=400,height=480,left=75,top=20,status=no,resizable=yes'));yesky.focus();">
href="javascript:t=document.title;u=location.href;e=document.selection?(document.selection.type!='None'?document.selection.createRange().text:'')document.getSelection?document.getSelection():'');void(open('http://bookmark.hexun.com/post.aspx?title='+escape(t)+'&url='+escape(u)+'&excerpt='+escape(e),'HexunBookmark','scrollbars=no,width=600,height=450,left=80,top=80,status=no,resizable=yes'));">
alt=和讯网摘 src="/wm_img/hexun.gif" border=0>
href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(live=window.open('https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url='+escape(d.location.href)+'&title='+escape(d.title)+'&top=1','live','scrollbars=no,status=no,resizable=yes'));live.focus();">
alt="Windows Live" src="/wm_img/live.gif" border=0>
# m8 O* S9 j2 f+ l2 @: U$ N$ ~3 y4 B5 m) `' U
title=鼠标选中部分作为描述,提交到diglog.com
onclick="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'')d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.diglog.com/submit.aspx?title='+escape(d.title)+'&url='+escape(d.location.href)+'&description='+escape(t),'keyit','scrollbars=yes,width=500,height=500,left=65,top=20,status=no,resizable=yes'));keyit.focus();"
href="javascript://">
border=0>
其他调用:
{dede:mynews row='7' titlelen='30'}
{/dede:mynews}
{dede:group row="8" orderby='threads'}
[field:groupname/]
{/dede:group}
"
图片调用:{dede:flink type='image' row='1' col='9' titlelen='22'/}
文字调用:{dede:flink type='text' row='2' col='9' titlelen='24'/}
[
{dede:hotwords num='20' subday='30'/}
{dede:loop table='pw_threads' sort='tid' row='8' if=''}
·[field:subject function="cn_substr('@me',30)"/]
([field:lastpost function="date('m-d H:M','@me')"/])
{dede:loop}
-----------------------------------文章图片幻灯片显示------------------------------------>
linkarr = new Array();
picarr = new Array();
textarr = new Array();
var focus_width=240;
var focus_height=180;
var text_height=24;
var pics = "";
var links = "";
var texts = "";
var swf_height = focus_height+text_height;
var defJpeg = "{dede:global name='cfg_phpurl'/}/img/jpeg.jpg";
{dede:arclist type='image' att='3' row='5' function='FormatScript(@me)'}
linkarr[[field:global name=autoindex/]] = "[field:arcurl/]
picarr[[field:global name=autoindex/]] = "[field:picname/]
textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arclist}
for(i=1;i
if(picarr.indexOf("jpg")==-1 && picarr.indexOf("JPG")==-1) picarr = defJpeg;
if(pics=="") pics = picarr;
else pics += "|"+picarr;
}
for(i=1;i
if(links=="") links = linkarr;
else links += "|"+linkarr;
}
for(i=1;i
if(texts=="") texts = textarr;
else texts += "|"+textarr;
}
document.write(''
Copyright@ 2011-2017 版权所有:大连仟亿科技有限公司 辽ICP备11013762-1号 google网站地图 百度网站地图 网站地图
公司地址:大连市沙河口区中山路692号辰熙星海国际2215 客服电话:0411-39943997 QQ:2088827823 42286563
法律声明:未经许可,任何模仿本站模板、转载本站内容等行为者,本站保留追究其法律责任的权利! 隐私权政策声明