comment_li.php 1.5 KB

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