## $Revision$ ## Velocity template to list "best" voting values. Differs from rating that it will simply show the vote-total text ##, but won't show the rating stars, as that does not make sense for voting. #if(${title}) #end #if (${bestContent}) #foreach(${objectRatingStats} in ${bestContent}) #trOpen() #trClose() #end #else #end
${title}
Content Vote summary
#linkReferableDto(${objectRatingStats.referencedObject}) #set ($cssClass = "") #if(${objectRatingStats.ratingTotal} > 0) #set ($cssClass = "vote-positive") #end #if(${objectRatingStats.ratingTotal} < 0) #set ($cssClass = "vote-negative") #end ${numberFormat.format(${objectRatingStats.ratingTotal})} by ${numberFormat.format(${objectRatingStats.numberOfRatings})} users.
No Data available