mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6203 201d5d3c-b55e-5fd7-737f-ddc643e51545
35 lines
605 B
HTML
35 lines
605 B
HTML
<!--#include("header.html")-->
|
|
<div class="readBody">
|
|
<table>
|
|
<tr>
|
|
<!--@if($page == 1)-->
|
|
<td>
|
|
{$oDocument->getUpdate()}
|
|
</td>
|
|
<td>
|
|
by {$oDocument->getNickName()} (current)
|
|
</td>
|
|
<td>
|
|
<a href="{getUrl('act','',page,'')}">[View]</a>
|
|
</td>
|
|
</tr>
|
|
<!--@endif-->
|
|
<!--@foreach($histories as $val)-->
|
|
<tr>
|
|
<td>
|
|
{zdate($val->regdate, 'Y.m.d H:i:s')}
|
|
</td>
|
|
<td>
|
|
by {$val->nick_name}
|
|
</td>
|
|
<td>
|
|
<!--@if($val->content)-->
|
|
<a href="{getUrl('act','',page,'',history_srl,$val->history_srl)}">[View]</a>
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<!--@end-->
|
|
</table>
|
|
</div>
|
|
|
|
<!--#include("footer.html")-->
|