mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1061 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
99021b62fa
commit
8833885ea0
16 changed files with 186 additions and 65 deletions
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($logged_info->manager =='Y')-->
|
||||
<!--@if($logged_info->is_admin =='Y')-->
|
||||
<a href="{getUrl('act','dispBoardAdminBoardInfo')}">[{$lang->cmd_management}]</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
@ -86,8 +86,8 @@
|
|||
<!--@end-->
|
||||
|
||||
<td>
|
||||
<!--@if($grant->manager)-->
|
||||
<input type="checkbox" value="{$val->document_srl}" onclick="doAddCart(this)" <!--@if($val->checked)-->checked="true"<!--@end--> />
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" value="{$val->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$val->document_srl])-->checked="true"<!--@end--> />
|
||||
<!--@end-->
|
||||
<!--@if($grant->view)-->
|
||||
<a href="{getUrl('document_srl',$val->document_srl)}">{$val->title}</a>
|
||||
|
|
@ -115,10 +115,15 @@
|
|||
|
||||
<!-- 버튼 -->
|
||||
<div>
|
||||
<!-- 글쓰기 -->
|
||||
<!--@if($grant->write_document)-->
|
||||
<!-- 글쓰기 버튼 -->
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl','')}">[{$lang->cmd_write}]</a>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($logged_info->is_admin)-->
|
||||
<!-- 문서 관리 버튼 -->
|
||||
<a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;">[{$lang->cmd_manage_document}]</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@if($grant->view)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue