mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
ZB 1.1.0 Front-end Refactoring. Forum.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4790 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f1b41d0932
commit
f3d94dec1c
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
</td>
|
||||
<td class="lastReply">
|
||||
<!--@if((int)($document->get('comment_count'))>0)-->
|
||||
<a href="#" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')}
|
||||
<span class="bubble">{zdate($document->get('last_update'),'H:i')}</span>
|
||||
</a>
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
<!--@else-->
|
||||
<a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="replies">{(int)($document->get('comment_count'))}</td>
|
||||
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
||||
|
|
@ -98,6 +100,7 @@
|
|||
|
||||
</td>
|
||||
<td class="lastReply">
|
||||
<!--@if((int)($document->get('comment_count'))>0)-->
|
||||
<a href="#" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')}
|
||||
<span class="bubble">{zdate($document->get('last_update'),'H:i')}</span>
|
||||
</a>
|
||||
|
|
@ -106,6 +109,7 @@
|
|||
<!--@else-->
|
||||
<a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="replies">{(int)($document->get('comment_count'))}</td>
|
||||
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue