[#noescape]${bbcode(title)}[/#noescape]
${info.publishDate?string('yyyy-MM-dd HH:mm')}
[#if info.sourceUrl??]
${info.source}
[#else]
${info.source}
[/#if]
${info.author!info.creator.realName!info.creator.username}
次阅读
[#if info.getCommentStatus(user,groups)!=0]
条评论
[/#if]
[#noescape]${text}[/#noescape]
[#if pagedList.totalPages>1]
[#include 'page.html'/]
[/#if]
|
[@ScoreGroup number='mood';sg]
[#if sg??]
[#list sg.items as item]
-
0人
${item.name}
[/#list]
[/#if]
[/@ScoreGroup]
|
[@InfoPrev id=info.id;bean]
[#if bean??]
- 上一条: ${bean.title!} ${bean.publishDate?string('yyyy-MM-dd')}
[#else]
- 上一条: 没有了
[/#if]
[/@InfoPrev]
[@InfoNext id=info.id;i]
[#if i??]
- 下一条: ${i.title!} ${i.publishDate?string('yyyy-MM-dd')}
[#else]
- 下一条: 没有了
[/#if]
[/@InfoNext ]
[@InfoFulltextList q=info.title excludeId=info.id limit=5;list]
[#list list as fulltextInfo]
- [@A bean=fulltextInfo target="_blank" class="a"/] ${fulltextInfo.publishDate?string('yyyy-MM-dd')}
[/#list]
[/@InfoFulltextList]