comment_more.htm 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <!--{template common/header}-->
  2. <!--{if $comments}-->
  3. <h3 class="psth cm">{lang comments}</h3>
  4. <!--{if $totalcomment}--><div class="pstl">$totalcomment</div><!--{/if}-->
  5. <!--{loop $comments $comment}-->
  6. <div class="pstl">
  7. <div class="psta">$comment[avatar]</div>
  8. <div class="psti">
  9. <!--{if $comment['authorid']}-->
  10. <a href="home.php?mod=space&uid=$comment[authorid]" class="xi2 xw1">$comment[author]</a>
  11. <!--{else}-->
  12. {lang guest}
  13. <!--{/if}-->
  14. &nbsp;$comment[comment]&nbsp;
  15. <!--{if $comment[rpid]}-->
  16. <a href="forum.php?mod=redirect&goto=findpost&pid=$comment[rpid]&ptid=$_G[tid]" class="xi2">{lang detail}</a>
  17. <a href="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$_G[tid]&reppost=$comment[rpid]&extra=$_GET[extra]&page=$page{if $_GET[from]}&from=$_GET[from]{/if}" class="xi2" onclick="showWindow('reply', this.href)">{lang reply}</a>
  18. <!--{/if}-->
  19. <span class="xg1">
  20. {lang poston} $comment[dateline]
  21. <!--{if $comment['useip'] && $_G['group']['allowviewip']}-->&nbsp;IP:$comment[useip]{if $comment[port]}:$comment[port]{/if}<!--{/if}-->
  22. <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowdelpost']}-->&nbsp;<a href="javascript:;" onclick="modaction('delcomment', $comment[id])">{lang delete}</a><!--{/if}-->
  23. </span>
  24. </div>
  25. </div>
  26. <!--{/loop}-->
  27. <!--{/if}-->
  28. <div class="pgs mbm cl">$multi</div>
  29. <!--{template common/footer}-->