rhymix/modules/board/conf/module.xml
conory 0dc3d92465 module.xml 2차 정리
act 를 세밀하게 검토한 후 합당한 퍼미션을 걸어둠
2017-04-05 16:18:18 +09:00

134 lines
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants>
<grant name="list" default="guest">
<title xml:lang="ko">목록</title>
<title xml:lang="zh-CN">目录</title>
<title xml:lang="jp">リスト</title>
<title xml:lang="en">list</title>
<title xml:lang="vi">Danh sách</title>
<title xml:lang="es">Lista</title>
<title xml:lang="zh-TW">列表</title>
<title xml:lang="tr">Liste</title>
</grant>
<grant name="view" default="guest">
<title xml:lang="ko">열람</title>
<title xml:lang="zh-CN">查看</title>
<title xml:lang="jp">閲覧</title>
<title xml:lang="en">view</title>
<title xml:lang="vi">Xem</title>
<title xml:lang="es">Opinión</title>
<title xml:lang="zh-TW">檢視</title>
<title xml:lang="tr">görüş</title>
</grant>
<grant name="update_view" default="guest">
<title xml:lang="ko">수정내역 조회</title>
</grant>
<grant name="vote_log_view" default="guest">
<title xml:lang="ko">추천인 조회</title>
</grant>
<grant name="write_document" default="guest">
<title xml:lang="ko">글 작성</title>
<title xml:lang="zh-CN">发表新主题</title>
<title xml:lang="jp">書き込み作成</title>
<title xml:lang="en">write document</title>
<title xml:lang="vi">Gửi bài viết</title>
<title xml:lang="es">Escribir el documento</title>
<title xml:lang="zh-TW">發表主題</title>
<title xml:lang="tr">belge yaz</title>
</grant>
<grant name="write_comment" default="guest">
<title xml:lang="ko">댓글 작성</title>
<title xml:lang="zh-CN">发表评论</title>
<title xml:lang="jp">コメント作成</title>
<title xml:lang="en">write comment</title>
<title xml:lang="vi">Gửi bình luận</title>
<title xml:lang="es">Escribir comentario</title>
<title xml:lang="zh-TW">發表評論</title>
<title xml:lang="es">yorum yaz</title>
</grant>
<grant name="consultation_read" default="manager">
<title xml:lang="ko">상담글 조회</title>
<title xml:lang="en">Consultation Document Read</title>
<title xml:lang="jp">相談文照会</title>
</grant>
</grants>
<permissions>
<permission action="dispBoardAdminBoardInfo" target="manager" />
<permission action="dispBoardAdminCategoryInfo" target="manager" />
<permission action="dispBoardAdminExtraVars" target="manager" />
<permission action="dispBoardAdminGrantInfo" target="manager" />
<permission action="dispBoardAdminBoardAdditionSetup" target="manager" />
<permission action="dispBoardAdminSkinInfo" target="manager" />
<permission action="dispBoardAdminMobileSkinInfo" target="manager" />
<permission action="procBoardAdminInsertBoard" target="manager" check_var="module_srl" />
<permission action="procBoardAdminSaveCategorySettings" target="manager" check_var="module_srl" />
</permissions>
<actions>
<action name="dispBoardContent" type="view" index="true" />
<action name="dispBoardNoticeList" type="view" />
<action name="dispBoardContentList" type="view" />
<action name="dispBoardContentView" type="view" />
<action name="dispBoardCategoryList" type="view" />
<action name="dispBoardContentCommentList" type="view" />
<action name="dispBoardContentFileList" type="view" />
<action name="dispBoardUpdateLog" type="view" />
<action name="dispBoardUpdateLogView" type="view" />
<action name="dispBoardVoteLog" type="view" />
<action name="dispBoardTagList" type="view" />
<action name="dispBoardWrite" type="view" standalone="false" />
<action name="dispBoardDelete" type="view" standalone="false" />
<action name="dispBoardWriteComment" type="view" standalone="false" />
<action name="dispBoardReplyComment" type="view" standalone="false" />
<action name="dispBoardModifyComment" type="view" standalone="false" />
<action name="dispBoardDeleteComment" type="view" standalone="false" />
<action name="dispBoardDeleteTrackback" type="view" standalone="false" />
<action name="dispBoardMessage" type="view" />
<action name="dispBoardCategory" type="mobile" />
<action name="getBoardCommentPage" type="mobile" />
<action name="procBoardInsertDocument" type="controller" ruleset="insertDocument" standalone="false" />
<action name="procBoardRevertDocument" type="controller" />
<action name="procBoardDeleteDocument" type="controller" standalone="false" />
<action name="procBoardVoteDocument" type="controller" standalone="false" />
<action name="procBoardInsertComment" type="controller" standalone="false" />
<action name="procBoardDeleteComment" type="controller" standalone="false" />
<action name="procBoardDeleteTrackback" type="controller" standalone="false" />
<action name="procBoardVerificationPassword" type="controller" />
<action name="dispBoardAdminContent" type="view" admin_index="true" menu_name="board" menu_index="true" />
<action name="dispBoardAdminInsertBoard" type="view" setup_index="true" menu_name="board" />
<action name="dispBoardAdminDeleteBoard" type="view" menu_name="board" />
<action name="dispBoardAdminBoardInfo" type="view" menu_name="board" />
<action name="dispBoardAdminCategoryInfo" type="view" menu_name="board" />
<action name="dispBoardAdminExtraVars" type="view" menu_name="board" />
<action name="dispBoardAdminGrantInfo" type="view" menu_name="board" />
<action name="dispBoardAdminBoardAdditionSetup" type="view" menu_name="board" />
<action name="dispBoardAdminSkinInfo" type="view" menu_name="board" />
<action name="dispBoardAdminMobileSkinInfo" type="view" menu_name="board" />
<action name="getBoardAdminSimpleSetup" type="model" simple_setup_index="true" />
<action name="procBoardAdminInsertBoard" type="controller" ruleset="insertBoard" />
<action name="procBoardAdminDeleteBoard" type="controller" />
<action name="procBoardAdminUpdateBoardFroBasic" type="controller" ruleset="insertBoardForBasic" />
<action name="procBoardAdminSaveCategorySettings" type="controller" ruleset="saveCategorySettings" />
</actions>
<menus>
<menu name="board" type="all">
<title xml:lang="en">Board</title>
<title xml:lang="ko">게시판</title>
<title xml:lang="zh-CN">Board</title>
<title xml:lang="jp">Board</title>
<title xml:lang="es">Board</title>
<title xml:lang="ru">Board</title>
<title xml:lang="fr">Board</title>
<title xml:lang="zh-TW">Board</title>
<title xml:lang="vi">Board</title>
<title xml:lang="mn">Board</title>
<title xml:lang="tr">Board</title>
</menu>
</menus>
</module>