123456789101112131415161718192021 |
- <a name="comment_anchor_$comment[cid]"></a>
- <dl id="comment_{$comment[cid]}_li" class="ptm pbm bbda cl">
- <dt class="z wk_yte mr10"><a href="home.php?mod=space&uid=$comment[uid]" c="1"><!--{avatar($comment[uid],small)}--></a></dt>
- <dt class="mbm">
- <span class="y xw0 xi2">
- <!--{if !isset($_G[makehtml])}--><a href="javascript:;" onclick="portal_comment_requote($comment[cid], '$article[aid]');">{lang quote}</a> <!--{/if}-->
- <!--{if ($_G['group']['allowmanagearticle'] || $_G['uid'] == $comment['uid']) && $_G['groupid'] != 7 && !$article['idtype']}-->
- <a href="portal.php?mod=portalcp&ac=comment&op=edit&cid=$comment[cid]" id="c_$comment[cid]_edit" onclick="showWindow(this.id, this.href, 'get', 0);">{lang edit}</a>
- <a href="portal.php?mod=portalcp&ac=comment&op=delete&cid=$comment[cid]" id="c_$comment[cid]_delete" onclick="showWindow(this.id, this.href, 'get', 0);">{lang delete}</a>
- <!--{/if}-->
- </span>
- <!--{if !empty($comment['uid'])}-->
- <a href="home.php?mod=space&uid=$comment[uid]" class="xi2 xw1" c="1">$comment[username]</a>
- <!--{else}-->
- {lang guest}
- <!--{/if}-->
- <span class="xg1 xw0"><!--{date($comment[dateline])}--></span>
- <!--{if $comment[status] == 1}--><b>({lang moderate_need})</b><!--{/if}-->
- </dt>
- <dd class="wk_pjwz"><!--{if $_G[adminid] == 1 || $comment[uid] == $_G[uid] || $comment[status] != 1}-->$comment[message]<!--{else}--> {lang moderate_not_validate}<!--{/if}--></dd>
- </dl>
|