mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1505 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
34f39accba
commit
665c445870
1 changed files with 10 additions and 11 deletions
|
|
@ -2,9 +2,6 @@
|
|||
<div class="content_box">
|
||||
|
||||
<div class="title" style="clear:right;height:25px;">
|
||||
<div class="date" style="float:right;">
|
||||
{zdate($document->regdate,"Y-m-d H:i:s")}
|
||||
</div>
|
||||
<div style="font-weight:bold;font-size:18px;float:left;">
|
||||
<!--@if($category_list && $document->category_srl)-->
|
||||
[{$category_list[$document->category_srl]->title}]
|
||||
|
|
@ -15,25 +12,27 @@
|
|||
</div>
|
||||
|
||||
<div style="clear:right;height:20px;">
|
||||
<div class="date" style="float:left;">
|
||||
{zdate($document->regdate,"Y-m-d H:i:s")}
|
||||
<!--@if($module_info->display_writer == "on")-->
|
||||
by <span class="member_{$document->member_srl}">{htmlspecialchars($document->nick_name)}</span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div style="float:right;">
|
||||
<!--@if($document->is_granted || $grant->manager)-->
|
||||
<a href="{getUrl('act','dispBlogWrite','document_srl',$document->document_srl)}">[{$lang->cmd_modify}]</a>
|
||||
<a href="{getUrl('act','dispBlogDelete','document_srl',$document->document_srl)}">[{$lang->cmd_delete}]</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div class="p_link" style="float:left;">
|
||||
{$lang->document_url} : {getUrl()}{$document->document_srl}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--@if($module_info->display_writer == "on")-->
|
||||
<div>
|
||||
{$lang->writer} : <div class="member_{$document->member_srl}">{htmlspecialchars($document->nick_name)}</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div style="margin:10px 0px 10px 0px;padding:5px 0px 5px 0px;border-top:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE;" class="content">{$document->content}</div>
|
||||
|
||||
<div style="margin:10px 0px 10px 0px">
|
||||
{$lang->document_url} : {getUrl()}{$document->document_srl}
|
||||
</div>
|
||||
|
||||
<div style="clear:both;height:20px;margin:0px 0px 10px 0px">
|
||||
<!--@if($document->tag_list)-->
|
||||
<div style="color:#888888;float:left;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue