@include("/common/front-style.html"){} @include("/common/front-script.html"){}
@include("/common/front-header-with-search.html"){} @include("/common/front-rit.html"){}
@if(isEmpty(topicList)){
暂无专题
@}else{ @for(topic in topicList){
${topic.topicName}
@if(strutil.length (topic.topicDesc) > 90){ ${strutil.subStringTo(topic.topicDesc,0,90)}... @}else{ ${topic.topicDesc} @}
创建时间
${topic.createTime,'yyyy-MM-dd'}
文档数
${topic.docCount}
浏览量
${topic.viewNum}
@} @}
@if(isEmpty(topicList)){ @}else{
@}
@include("/common/front-footer.html"){} @include("/common/front-script.html"){}