comment_li.htm 1.3 KB

1234567891011121314151617181920
  1. <a name="comment_anchor_$comment[cid]"></a>
  2. <dl id="comment_{$comment[cid]}_li" class="ptm pbm bbda cl">
  3. <dt class="mbm">
  4. <span class="y xw0 xi2">
  5. <!--{if !isset($_G[makehtml])}--><a href="javascript:;" onclick="portal_comment_requote($comment[cid], '$article[aid]');">{lang quote}</a> <!--{/if}-->
  6. <!--{if ($_G['group']['allowmanagearticle'] || $_G['uid'] == $comment['uid']) && $_G['groupid'] != 7 && !$article['idtype']}-->
  7. <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>
  8. <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>
  9. <!--{/if}-->
  10. </span>
  11. <!--{if !empty($comment['uid'])}-->
  12. <a href="home.php?mod=space&uid=$comment[uid]" class="xi2 xw1" c="1">$comment[username]</a>
  13. <!--{else}-->
  14. {lang guest}
  15. <!--{/if}-->
  16. <span class="xg1 xw0"><!--{date($comment[dateline])}--></span>
  17. <!--{if $comment[status] == 1}--><b>({lang moderate_need})</b><!--{/if}-->
  18. </dt>
  19. <dd><!--{if $_G[adminid] == 1 || $comment[uid] == $_G[uid] || $comment[status] != 1}-->$comment[message]<!--{else}--> {lang moderate_not_validate}<!--{/if}--></dd>
  20. </dl>