#assign cumber_char_comments=200/>
#i18n{module.extend.comment.comment_info.statePublished} | #i18n{module.extend.comment.comment_info.labelComment} | <#list listComments as comment> | |||
---|---|---|---|---|---|
|
<#if use_bbcode>
${comment.BBCodeComment!}
<#else>
${comment.comment!}
#if>
<#if comment.listSubComments?? && 0 < comment.listSubComments?size>
<#list comment.listSubComments as subComment>
<#if subComment.published> <#else> #if> <#if use_bbcode> <#if subComment.BBCodeComment?length <= cumber_char_comments> ${(subComment.BBCodeComment)!""} <#else> ${(subComment.BBCodeComment[0..cumber_char_comments-1])!""}... #if> <#else> <#if subComment.comment?length <= cumber_char_comments> ${(subComment.comment)!""} <#else> ${(subComment.comment[0..cumber_char_comments-1])!""}... #if> #if>
<#if use_bbcode>
${subComment.BBCodeComment!}
<#else>
${subComment.comment!}
#if>
<#if subComment.isAdminComment>
${adminBadge!} #if>#i18n{module.extend.comment.comment_info.labelAuthor} #i18n{module.extend.comment.comment_info.labelName} : ${subComment.name!} - #i18n{module.extend.comment.comment_info.labelSendTime} : ${subComment.dateComment!} #i18n{module.extend.comment.comment_info.labelEmail} : ${subComment.email!} - #i18n{module.extend.comment.comment_info.labelIpAddress} : ${subComment.ipAddress!} |
@Extender[${comment.idComment},Comment,rating,{show:"vote"}]@ |
<#if allResources && resourceExtenderMap?? && resourceExtenderMap[comment.idExtendableResource]??>
<#assign resourceExtender=resourceExtenderMap[comment.idExtendableResource]/>
${resourceExtender.extendableResourceName}&from_url=${from_url}#if>" title="#i18n{module.extend.comment.comment.labelAddComment}"> #i18n{module.extend.comment.comment.labelAddComment} #if> |
#i18n{module.extend.comment.comment_info.labelSendTime} : ${comment.dateComment!} par ${comment.name!} #i18n{module.extend.comment.comment_info.labelEmail} : ${comment.email!} - #i18n{module.extend.comment.comment_info.labelIpAddress} : ${comment.ipAddress!} <#if comment.isAdminComment> ${adminBadge!} #if> |
|