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@1355 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
773c492e98
commit
62d47289e0
1 changed files with 10 additions and 11 deletions
|
|
@ -3,11 +3,20 @@
|
|||
<!--@if($category_list && $document->category_srl)-->
|
||||
<div class="category_title">
|
||||
{$lang->category} : {$category_list[$document->category_srl]->title}
|
||||
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="title">
|
||||
{htmlspecialchars($document->title)}
|
||||
<h2>{htmlspecialchars($document->title)}</h2>
|
||||
</div>
|
||||
|
||||
<!-- 관련 링크 -->
|
||||
<div>
|
||||
<!--@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 class="p_link">
|
||||
|
|
@ -51,16 +60,6 @@
|
|||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!-- 관련 링크 -->
|
||||
<div>
|
||||
<a href="{getUrl('document_srl','')}">[{$lang->cmd_list}]</a>
|
||||
|
||||
<!--@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>
|
||||
<a href="#" onclick="doDisplayComment('{$document->document_srl}');return false;">{$lang->comment} : {count($document->comment_list)}</a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue