<div class="content">
[@cms_content_list channelId='93' typeId='1' styleList='1-1' titLen='10' append='…' count='7' lineHeight='2' bottomLine='0' dateFormat='MM-dd']
[#list tag_list as a]
[#if a_index = 0]
<div class="a1"><a href="${a.url}" target="_blank">${a.title} </a></div>
[/#if]
[#if a_index = 1]
<div class="a2">
<a href="${a.url}" target="_blank">${a.title} </a>
[/#if]
[#if a_index = 2]
<a href="${a.url}" target="_blank">${a.title} </a>
[/#if]
[#if a_index = 3]
<a href="${a.url}" target="_blank">${a.title} </a><br />
[/#if]
[#if a_index = 4]
<a href="${a.url}" target="_blank">${a.title} </a>
[/#if]
[#if a_index = 5]
<a href="${a.url}" target="_blank">${a.title} </a>
[/#if]
[#if a_index = 6]
<a href="${a.url}" target="_blank">${a.title} </a>
[/#if]
[/#list]
[/@cms_content_list]
</div>
<div class="a3">
[@cms_content_list lineHeight='2' bottomLine='0' headMark='3' dateFormat='MM-dd' datePosition='2' titLen='10' append='…' count='5' channelId='41' ]
[#list tag_list as a]
<div>
[@cms_channel id='40']<a href="${tag_bean.url}" class="t" target="_blank">[${tag_bean.name}]</a>[/@cms_channel]
<a href="${a.url}" target="_blank">${a.title}</a></span> <a href="${a.url}" title="${a.title}" target="_blank"></a>
</div>
[/#list]
[/@cms_content_list]
</div>
|
|