-
-
{@//버튼들}{@ $uploaded_list = $comment->getUploadedFiles() }-
{$_icon_file}{$file->source_filename} [File Size:{FileHandler::filesize($file->file_size)}/Download{number_format($file->download_count)}]
-
{@
$isMyCommentVoted = $comment->getVote() == 1;
$voteCommentActiveClassName = $isMyCommentVoted ? 'is-active' : null;
}
{$_icon_voted_fill}
{$comment->get('voted_count')}
-
{@
$isMyCommentBlamed = $comment->getVote() == -1;
$blameCommentActiveClassName = $isMyCommentBlamed ? 'is-active' : null;
}
{$_icon_blamed_fill}
{$comment->get('blamed_count')}
-
{$_icon_reply}{$lang->cmd_reply}
- {$_icon_modify}{$lang->cmd_modify}
- {$_icon_delete}{$lang->cmd_delete}
{@// 비회원 댓글 삭제 버튼}
- {$_icon_delete}{$lang->cmd_delete}
-
{$_icon_more}
-
{$_icon_more}
{@// 삭제된 댓글 흔적인경우 -완전삭제 버튼}