#foreach($v in $view_list)
#if($!v.doi && $!v.doi != "") $stringUtils.convertMathHtml($!{v.title}) #else $stringUtils.convertMathHtml($!{v.title}) #end
#set($auSize = $v.authorList.size()) #foreach($au in $v.authorList) $au#if($velocityCount != $auSize), #end #end
#if($!stringUtils.isShow("ABSTRACT_STATUS",$!{v.accessCtrl}) == "Y") #if($!v.doi && $!v.doi != "") [摘要]($!{v.viewCount}) #else [摘要]($!{v.viewCount}) #end #end #if($!stringUtils.isShow("FULLTEXT_STATUS",$!{v.accessCtrl}) == "Y") #if(${v.htmlSource} == 1) #if($!v.doi && $!v.doi != "") [HTML全文]($!{v.htmlCount}) #else [HTML全文]($!{v.htmlCount}) #end #elseif(${v.htmlSource} == 2 && $!{v.htmlFileName} && $!{v.htmlFileName} != '') #if($!v.latestState && $v.latestState != "") [HTML全文]($!{v.htmlCount}) #else [HTML全文]($!{v.htmlCount}) #end #elseif(${v.htmlSource} == 3 && $!{v.htmlFileName} && $!{v.htmlFileName} != '') [HTML全文]($!{v.htmlCount}) #else #end #end #if($!stringUtils.isShow("PDF_VIEW_STATUS",$!{v.accessCtrl}) == "Y") [PDF $!{v.pdfSizeInt}KB]($!{v.pdfDownCount}) #end
摘要:
##$!{v.abstractInfo} $stringUtils.convertMathHtml($!{v.abstractInfo})
#end