mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
내역을 확인할 수 있도록 추가
This commit is contained in:
parent
74fcee987e
commit
9a60af1871
7 changed files with 69 additions and 2 deletions
23
modules/board/skins/xedition/update_list.html
Normal file
23
modules/board/skins/xedition/update_list.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<include target="_header.html" />
|
||||
<div class="update-log" loop="$updatelog=>$val">
|
||||
<div class="board_read" >
|
||||
<!-- READ HEADER -->
|
||||
<div class="read_header">
|
||||
<h1>
|
||||
<a href="{getUrl('category',$val->category_srl, 'document_srl', '')}" class="category" cond="$module_info->use_category=='Y' && $val->category_srl">{$category_list[$val->category_srl]->title}</a>
|
||||
<a>{$val->title}</a>
|
||||
</h1>
|
||||
<p class="meta">
|
||||
<span class="time">
|
||||
<i class="xi-time"></i> {zdate($val->regdate,'Y.m.d H:i:s')}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- READ BODY -->
|
||||
<div class="read_body">
|
||||
{$val->content}
|
||||
</div>
|
||||
<!-- /READ BODY -->
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue