## $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.
${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. | #trClose() #end #else
No Data available |