mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6210 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
931 B
HTML
15 lines
931 B
HTML
<!--#include("header.html")-->
|
|
<div class="readBody">
|
|
<ul class="histories">
|
|
<li class="_item"><div class="info"><span class="date">{$oDocument->getUpdate()}</span> by {$oDocument->getNickName()} (current)</div><a href="{getUrl('act','',page,'','history_srl','')}" class="view">[{$lang->cmd_move}]</a></li>
|
|
<!--@foreach($histories as $val)-->
|
|
<li class="_item"><div class="info"><span class="date">{zdate($val->regdate, 'Y.m.d H:i:s')}</span> by <a href="#" onclick="return false;" class="member_{$val->member_srl}">{$val->nick_name}</a> </div><!--@if($val->content)--><a href="#" onclick="viewHistory('{$val->history_srl}'); return false;" class="view">[{$lang->cmd_view}]</a><!--@end-->
|
|
<div id="historyContent{$val->history_srl}" class="historyContent">
|
|
{$val->content}
|
|
</div>
|
|
</li>
|
|
<!--@end-->
|
|
</ul>
|
|
</div>
|
|
|
|
<!--#include("footer.html")-->
|