mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
92 lines
4.9 KiB
XML
92 lines
4.9 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="es">Lista</title>
|
|
<title xml:lang="zh-TW">列表</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="es">Opinión</title>
|
|
<title xml:lang="zh-TW">檢視</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="es">Escribir el documento</title>
|
|
<title xml:lang="zh-TW">發表主題</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="es">Escribir comentario</title>
|
|
<title xml:lang="zh-TW">發表評論</title>
|
|
</grant>
|
|
</grants>
|
|
<permissions>
|
|
<permission action="dispBoardAdminInsertBoard" target="manager" />
|
|
<permission action="dispBoardAdminBoardInfo" target="manager" />
|
|
<permission action="dispBoardAdminExtraVars" target="manager" />
|
|
<permission action="dispBoardAdminBoardAdditionSetup" target="manager" />
|
|
<permission action="dispBoardAdminSkinInfo" target="manager" />
|
|
<permission action="dispBoardAdminListSetup" target="manager" />
|
|
|
|
<permission action="procBoardAdminInsertBoard" target="manager" />
|
|
<permission action="procBoardAdminInsertListConfig" target="manager" />
|
|
</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="dispBoardCatogoryList" type="view" />
|
|
<action name="dispBoardContentCommentList" type="view" />
|
|
<action name="dispBoardContentFileList" type="view" />
|
|
|
|
<action name="dispBoardTagList" type="view" />
|
|
<action name="dispBoardWrite" type="view" />
|
|
<action name="dispBoardDelete" type="view" />
|
|
<action name="dispBoardWriteComment" type="view" />
|
|
<action name="dispBoardReplyComment" type="view" />
|
|
<action name="dispBoardModifyComment" type="view" />
|
|
<action name="dispBoardDeleteComment" type="view" />
|
|
<action name="dispBoardDeleteTrackback" type="view" />
|
|
<action name="dispBoardMessage" type="view" />
|
|
|
|
<action name="procBoardInsertDocument" type="controller" />
|
|
<action name="procBoardDeleteDocument" type="controller" />
|
|
<action name="procBoardVoteDocument" type="controller" />
|
|
<action name="procBoardInsertComment" type="controller" />
|
|
<action name="procBoardDeleteComment" type="controller" />
|
|
<action name="procBoardDeleteTrackback" type="controller" />
|
|
<action name="procBoardVerificationPassword" type="controller" />
|
|
<action name="procBoardDeleteFile" type="controller" />
|
|
<action name="procBoardUploadFile" type="controller" />
|
|
<action name="procBoardDownloadFile" type="controller" />
|
|
|
|
<action name="dispBoardAdminContent" type="view" standalone="true" admin_index="true" />
|
|
<action name="dispBoardAdminBoardInfo" type="view" standalone="true" />
|
|
<action name="dispBoardAdminExtraVars" type="view" standalone="true" />
|
|
<action name="dispBoardAdminBoardAdditionSetup" type="view" standalone="true" />
|
|
<action name="dispBoardAdminInsertBoard" type="view" standalone="true" />
|
|
<action name="dispBoardAdminDeleteBoard" type="view" standalone="true" />
|
|
<action name="dispBoardAdminSkinInfo" type="view" standalone="true" />
|
|
<action name="dispBoardAdminGrantInfo" type="view" standalone="true" />
|
|
<action name="dispBoardAdminListSetup" type="view" standalone="true" />
|
|
<action name="dispBoardAdminCategoryInfo" type="view" />
|
|
<action name="procBoardAdminInsertBoard" type="controller" standalone="true" />
|
|
<action name="procBoardAdminDeleteBoard" type="controller" standalone="true" />
|
|
<action name="procBoardAdminInsertListConfig" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|