45 lines
2.3 KiB
PHP
45 lines
2.3 KiB
PHP
<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
|
|
|
|
<li id="comment_$value['cid']_li" class="doing_list_li list cl">
|
|
<div class="x35_threadlist_top cl">
|
|
<!--{if $value['author']}-->
|
|
<a href="home.php?mod=space&uid=$value['authorid']&do=profile" class="avatar mimg z">
|
|
<!--{avatar($value['authorid'], 'small')}-->
|
|
</a>
|
|
<!--{else}-->
|
|
<a href="javascript:;" class="avatar mimg z">
|
|
<img src="{STATICURL}image/magic/hidden.gif" alt="hidden" />
|
|
</a>
|
|
<!--{/if}-->
|
|
<div class="muser cl">
|
|
<h3>
|
|
<!--{if $value['author']}-->
|
|
<a href="home.php?mod=space&uid=$value['authorid']&do=profile" id="author_$value['cid']" class="mmc">{$value['author']}</a>
|
|
<!--{else}-->
|
|
$_G['setting']['anonymoustext']
|
|
<!--{/if}-->
|
|
</h3>
|
|
<div class="mtime">
|
|
<span><!--{date($value['dateline'])}--><!--{if $value['status'] == 1}--><b>({lang moderate_need})</b><!--{/if}--></span>
|
|
<div class="doing_listgl y">
|
|
<!--{if $value['authorid']!=$_G['uid'] && ($value['idtype'] != 'uid' || $space['self']) && $value['author']}-->
|
|
<a href="home.php?mod=spacecp&ac=comment&op=reply&cid=$value['cid']&feedid=$feedid&handlekey=replycommenthk_{$value['cid']}" id="c_$value['cid']_reply" class="y doing_gl dialog">{lang reply}</a>
|
|
<!--{/if}-->
|
|
<!--{if $_G['uid']}-->
|
|
<!--{if $value['authorid']==$_G['uid']}-->
|
|
<a href="home.php?mod=spacecp&ac=comment&op=edit&cid=$value['cid']&handlekey=editcommenthk_{$value['cid']}" id="c_$value['cid']_edit" class="y doing_gl{if $_G['uid']} dialog{/if}">{lang edit}</a>
|
|
<!--{/if}-->
|
|
<!--{if $value['authorid']==$_G['uid'] || $value['uid']==$_G['uid'] || checkperm('managecomment')}-->
|
|
<a href="home.php?mod=spacecp&ac=comment&op=delete&cid=$value['cid']&handlekey=delcommenthk_{$value['cid']}" id="c_$value['cid']_delete" class="y doing_gl{if $_G['uid']} dialog{/if}">{lang delete}</a>
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="comment_$value['cid']" class="do_comment{if $value['magicflicker']} magicflicker{/if}"><!--{if $value['status'] == 0 || $value['authorid'] == $_G['uid'] || $_G[adminid] == 1}-->$value['message']<!--{else}--> {lang moderate_not_validate} <!--{/if}--></div>
|
|
|
|
<!--{hook/global_space_comment_op_mobile $k}-->
|
|
<!--{hook/global_comment_bottom_mobile}-->
|
|
</li>
|