📄 style2-3.ftl
字号:
[#--
--]
[#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> [#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -