mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1360 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
64f29c575f
commit
5bba579107
1 changed files with 14 additions and 17 deletions
|
|
@ -3,32 +3,29 @@
|
||||||
<!--@if($category_list && $document->category_srl)-->
|
<!--@if($category_list && $document->category_srl)-->
|
||||||
<div class="category_title">
|
<div class="category_title">
|
||||||
{$lang->category} : {$category_list[$document->category_srl]->title}
|
{$lang->category} : {$category_list[$document->category_srl]->title}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<div class="title">
|
<div class="title" style="clear:both;height:25px;">
|
||||||
<h2>{htmlspecialchars($document->title)}</h2>
|
<div style="font-weight:bold;font-size:18px;float:left;">
|
||||||
|
{htmlspecialchars($document->title)}
|
||||||
|
</div>
|
||||||
|
<div class="date" style="float:right;">
|
||||||
|
{zdate($document->regdate,"Y-m-d H:i:s")}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="clear:both;height:20px;">
|
<div style="clear:both;height:20px;">
|
||||||
<div class="date" style="float:left;">
|
<div class="p_link" style="float:left;">
|
||||||
{zdate($document->regdate,"Y-m-d H:i:s")}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="p_link" style="float:right;">
|
|
||||||
{$lang->document_url} : {getUrl()}{$document->document_srl}
|
{$lang->document_url} : {getUrl()}{$document->document_srl}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- 관련 링크 -->
|
|
||||||
<div style="text-align:right">
|
|
||||||
<!--@if($document->is_granted)-->
|
|
||||||
<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 style="float:right;">
|
||||||
|
<!--@if($document->is_granted)-->
|
||||||
|
<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>
|
||||||
|
|
||||||
<!--@if($module_info->display_writer == "on")-->
|
<!--@if($module_info->display_writer == "on")-->
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue