1234567891011121314151617181920212223242526272829 |
- <!--{template common/header}-->
- <!--{if $comments}-->
- <h3 class="psth cm">{lang comments}</h3>
- <!--{if $totalcomment}--><div class="pstl">$totalcomment</div><!--{/if}-->
- <!--{loop $comments $comment}-->
- <div class="pstl">
- <div class="psta">$comment[avatar]</div>
- <div class="psti">
- <!--{if $comment['authorid']}-->
- <a href="home.php?mod=space&uid=$comment[authorid]" class="xi2 xw1">$comment[author]</a>
- <!--{else}-->
- {lang guest}
- <!--{/if}-->
- $comment[comment]
- <!--{if $comment[rpid]}-->
- <a href="forum.php?mod=redirect&goto=findpost&pid=$comment[rpid]&ptid=$_G[tid]" class="xi2">{lang detail}</a>
- <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>
- <!--{/if}-->
- <span class="xg1">
- {lang poston} $comment[dateline]
- <!--{if $comment['useip'] && $_G['group']['allowviewip']}--> IP:$comment[useip]{if $comment[port]}:$comment[port]{/if}<!--{/if}-->
- <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowdelpost']}--> <a href="javascript:;" onclick="modaction('delcomment', $comment[id])">{lang delete}</a><!--{/if}-->
- </span>
- </div>
- </div>
- <!--{/loop}-->
- <!--{/if}-->
- <div class="pgs mbm cl">$multi</div>
- <!--{template common/footer}-->
|