git-svn-id: http://xe-core.googlecode.com/svn/trunk@1355 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-26 09:44:15 +00:00
parent 773c492e98
commit 62d47289e0

View file

@ -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>,