mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55a03dcc7f
commit
876fa71ae0
5 changed files with 25 additions and 109 deletions
|
|
@ -36,11 +36,6 @@
|
|||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<span class="ipaddress">
|
||||
({$oDocument->get('ipaddress')})
|
||||
</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<ul>
|
||||
|
|
@ -63,6 +58,9 @@
|
|||
|
||||
<div class="userInfo">
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
<!--@if($grant->is_admin)-->
|
||||
<div class="ipaddress">{$oDocument->get('ipaddress')}</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<div class="readBody">{$oDocument->getContent()}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue