You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.1 KiB
41 lines
2.1 KiB
{foreach from=$subcomments item=c} |
|
<div class="mod_comment_comment{if $c.parent_id} mod_comment_ans_box{/if}"> |
|
|
|
{if $smarty.request.subaction=='showonly' && $smarty.request.comment_id==$c.Id} |
|
<div class="mod_comment_highlight"> |
|
{/if} |
|
|
|
<div id="{$c.Id}" class="mod_comment_box"> |
|
<div class="mod_comment_header clearfix"> |
|
<div class="mod_comment_author"> |
|
{#COMMENT_USER_ADD#} <a title="{#COMMENT_INFO#}" href="javascript:void(0);" onclick="popup('{$ABS_PATH}index.php?module=comment&action=postinfo&pop=1&Id={$c.Id}&theme={$theme}','comment','500','300','1');">{$c.comment_author_name|stripslashes|escape}</a> • {$c.comment_published}{if $smarty.const.UGROUP==1} • IP:{$c.comment_author_ip}{/if} |
|
<span class="mod_comment_changed">{if $c.comment_changed > 1} ({#COMMENT_TEXT_CHANGED#} {$c.comment_changed}){/if}</span> |
|
</div> |
|
|
|
<div class="mod_comment_icons"> |
|
{if $c.comment_author_id!=$smarty.session.user_id|default:'*' && (($cancomment==1 && $closed!=1) || $smarty.const.UGROUP==1)} |
|
<a class="mod_comment_answer" href="javascript:void(0);"><img src="{$ABS_PATH}modules/comment/templates/images/reply.gif" alt="" border="0" /></a> |
|
{/if} |
|
{if $smarty.const.UGROUP==1} |
|
{if $c.comment_status!=1} <a class="mod_comment_unlock" href="javascript:void(0);"><img src="{$ABS_PATH}modules/comment/templates/images/unlock.gif" alt="" border="0" /></a> |
|
{else} <a class="mod_comment_lock" href="javascript:void(0);"><img src="{$ABS_PATH}modules/comment/templates/images/lock.gif" alt="" border="0" /></a> |
|
{/if} <a class="mod_comment_delete" href="javascript:void(0);"><img src="{$ABS_PATH}modules/comment/templates/images/trash.gif" alt="" border="0" /></a> |
|
{/if} |
|
</div> |
|
</div> |
|
|
|
<div class="mod_comment_text{if $smarty.const.UGROUP==1 || $c.comment_author_id==$smarty.session.user_id|default:'*'} editable_text{/if}">{$c.comment_text|escape}</div> |
|
</div> |
|
|
|
{if $smarty.request.subaction=='showonly' && $smarty.request.comment_id==$c.Id} |
|
</div> |
|
{/if} |
|
|
|
{if $comments[$c.Id]} |
|
{include file="$subtpl" subcomments=$comments[$c.Id] sub=1} |
|
{/if} |
|
|
|
<a id="end{$c.Id}"></a> |
|
|
|
</div> |
|
{/foreach} |