0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: comment-footer.tpl
{* $Id: comment-footer.tpl 56381 2015-10-01 21:52:56Z luciash $ *} <div class="postfooter panel-footer clearfix"> <div class="status pull-right"> {if $prefs.feature_contribution eq 'y' and $prefs.feature_contribution_display_in_comment eq 'y'} <span class="contributions"> {section name=ix loop=$comment.contributions} <span class="contribution">{$comment.contributions[ix].name|escape}</span> {/section} </span> {/if} {if $forum_info.vote_threads eq 'y' and ($tiki_p_ratings_view_results eq 'y' or $tiki_p_admin eq 'y')} <span class="ratingResultAvg">{tr}Users Rating: {/tr}</span>{rating_result_avg type=comment id=$comment.threadId } {/if} {if $forum_info.vote_threads eq 'y' and $tiki_p_forum_vote eq 'y'} <span class="score"> <b>{tr}Score{/tr}</b>: {$comment.average|string_format:"%.2f"} {if $comment.userName ne $user and $comment.approved eq 'y' and $forum_info.vote_threads eq 'y' and ( $tiki_p_forum_vote eq 'y' or $tiki_p_admin_forum eq 'y' )} <b>{tr}Vote{/tr}</b>: {if $first eq 'y'} <form method="post" action=""> {rating type=comment id=$comment.threadId changemandated=y} </form> {else} {rating type=comment id=$comment.threadId changemandated=y} {/if} {/if} </span> {/if} {if $forum_info.vote_threads eq 'y' and ($tiki_p_ratings_view_results eq 'y' or $tiki_p_admin eq 'y')} {rating_result type=comment id=$comment.threadId } {/if} {if isset($first) and $first eq 'y'} <span class="post_reads"> <b>{tr}Reads{/tr}</b>: {$comment.hits} </span> {else} <span class="back_to_top"> <a href="#top" class="tips" title=":{tr}top of page{/tr}"> {icon name='arrow-up'} </a> </span> {/if} </div> {if $thread_style != 'commentStyle_headers' and isset($comment.approved) and $comment.approved eq 'y'} <div class="actions"> {if ( $prefs.feature_comments_locking neq 'y' or $thread_is_locked neq 'y' ) and ( $tiki_p_forum_post eq 'y' and ( $forum_is_locked neq 'y' or $prefs.feature_comments_locking neq 'y' ) )} {if $first eq 'y'} {button href="#form" _onclick="show('`$postclass`open');" _text="{tr}Reply{/tr}"} {elseif $comments_grandParentId} {button href="?post_reply=1&comments_threshold=`$comments_threshold`&comments_reply_threadId=`$comment.threadId`&comments_offset=`$comments_offset`&thread_sort_mode=`$thread_sort_mode`&comments_per_page=`$comments_per_page`&comments_grandParentId=`$comment_grandParentId`&comments_parentId=`$comments_grandParentId`&thread_style=`$thread_style`#form" _auto_args='*' _text="{tr}Reply{/tr}"} {elseif $forum_info.is_flat neq 'y'} {button href="?post_reply=1&comments_threshold=`$comments_threshold`&comments_reply_threadId=`$comment.threadId`&comments_offset=`$comments_offset`&thread_sort_mode=`$thread_sort_mode`&comments_per_page=`$comments_per_page`&comments_grandParentId=`$comment.parentId`&comments_parentId=`$comment.parentId`&thread_style=`$thread_style`#form" _auto_args='*' _text="{tr}Reply{/tr}"} {/if} {/if} </div> {/if} </div>