style2-3.ftl

来自「jeecms网站管理系统,jeecms网站管理系统,jeecms网站管理系统」· FTL 代码 · 共 24 行

FTL
24
字号
[#--
--]
[#assign RLID = list.hashCode()/]
[#if RLID<0][#assign RLID = 0-RLID/][/#if]
<div id="roll-${RLID}" style="width:100%;overflow:hidden;" onmouseover="clearInterval(proll${RLID}.pevent)" onmouseout="proll${RLID}.pevent=setInterval(function(){proll${RLID}.roll.call(proll${RLID})},proll${RLID}.speed)">
	<table width="100%" align="left" cellpadding="0" cellspacing="0" border="0"><tr>
	<td id="roll-orig-${RLID}" style="white-space:nowrap;">
	[#list list as ctt]
[#--日期--]
[#if dateFormat!="0"]
${ctt.getDate(dateFormat?number)} [#rt/]
[/#if]
[#--链接--]
<a href="${ctt.url}" title="${ctt.tit(200)}"[#if target=="1"] target="_blank"[/#if]>[#rt/]
<span style="[#if ctt.titCol?has_content]color:${ctt.titCol};[/#if][#if ctt.titBold]font-weight:bold;[/#if]">${ctt.stit(titLen)}</span>[#rt/]
</a> &nbsp; [#rt/]
	[/#list]
	</td>
	<td id="roll-copy-${RLID}" style="white-space:nowrap;"></td>
	</tr></table>
</div>
<script type="text/javascript">
var proll${RLID}=new JCore.LeftRoller(${RLID},${rollSpeed},${rollSpan});
</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?