인쇄 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-12 09:23:17 +00:00
parent 3d3cd94499
commit d0c8f54ed8
17 changed files with 81 additions and 0 deletions

View file

@ -63,6 +63,8 @@
</div>
</div>
<!--@end-->
<a href="{getUrl('','act','dispDocumentPrint','document_srl',$oDocument->document_srl)}" onclick="winopen(this.href);return false;">{$lang->cmd_print}</a>
</div>
<!-- 댓글/ 엮인글 정보 출력 -->

View file

@ -68,6 +68,8 @@
</div>
<ul class="replyAndTrackback">
<a href="{getUrl('','act','dispDocumentPrint','document_srl',$oDocument->document_srl)}" onclick="winopen(this.href);return false;" class="button"><span>{$lang->cmd_print}</span></a>
<!--@if($grant->write_comment && $oDocument->allowComment()) -->
<li class="reply"><a href="#trackback_{$oDocument->document_srl}">{$lang->comment} <strong>{$oDocument->getCommentCount()}</strong></a></li>
<!--@end-->