mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
29 lines
808 B
HTML
29 lines
808 B
HTML
<include target="_header.html" />
|
|
<div class="update-log">
|
|
<div class="board_read" >
|
|
<!-- READ HEADER -->
|
|
<div class="read_header">
|
|
<h1>
|
|
<a href="{getUrl('category',$update_log->category_srl, 'document_srl', '')}" class="category" cond="$module_info->use_category=='Y' && $update_log->category_srl">{$category_list[$update_log->category_srl]->title}</a>
|
|
<a>{$update_log->title}</a>
|
|
</h1>
|
|
<p class="meta">
|
|
<span class="time">
|
|
<i class="xi-time"></i> {zdate($update_log->regdate,'Y.m.d H:i:s')}
|
|
</span>
|
|
</p>
|
|
</div>
|
|
<!-- READ BODY -->
|
|
<div class="read_body">
|
|
{$update_log->content}
|
|
</div>
|
|
<p loop="$extra_vars=>$key=>$val">
|
|
{$key} : {$val}
|
|
</p>
|
|
<p>
|
|
{$lang->reason_update} :
|
|
{$update_log->reason_update}
|
|
</p>
|
|
<!-- /READ BODY -->
|
|
</div>
|
|
</div>
|