스크랩 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 06:05:12 +00:00
parent c40dfd2e02
commit d832370fbe
26 changed files with 235 additions and 2 deletions

View file

@ -110,6 +110,7 @@
<li class="listButton">
<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($is_logged)--><a href="#" onclick="doScrap({$oDocument->document_srl}); return false;" class="button"><span>{$lang->cmd_scrap}</span></a><!--@end-->
<a href="{getUrl('document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
<a href="#" onclick="doVote();return false;" class="button"><span>{$lang->cmd_vote}</span></a>
</li>