mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
72 lines
3.5 KiB
XML
72 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants>
|
|
<grant name="list" default="guest">
|
|
<title xml:lang="ko">목록</title>
|
|
<title xml:lang="en">list</title>
|
|
</grant>
|
|
<grant name="view" default="guest">
|
|
<title xml:lang="ko">열람</title>
|
|
<title xml:lang="en">view</title>
|
|
</grant>
|
|
<grant name="write_document" default="guest">
|
|
<title xml:lang="ko">글 작성</title>
|
|
<title xml:lang="en">write document</title>
|
|
</grant>
|
|
<grant name="write_comment" default="guest">
|
|
<title xml:lang="ko">댓글 작성</title>
|
|
<title xml:lang="en">write comment</title>
|
|
</grant>
|
|
<grant name="fileupload" default="guest">
|
|
<title xml:lang="ko">파일 첨부</title>
|
|
<title xml:lang="en">file upload</title>
|
|
</grant>
|
|
<grant name="manager" default="root">
|
|
<title xml:lang="ko">관리</title>
|
|
<title xml:lang="en">manager</title>
|
|
</grant>
|
|
</grants>
|
|
<actions>
|
|
<action name="dispContent" type="view" index="true" />
|
|
<action name="dispWrite" type="view" />
|
|
<action name="dispDelete" type="view" />
|
|
<action name="dispCommentReply" type="view" />
|
|
<action name="dispCommentModify" type="view" />
|
|
<action name="dispCommentDelete" type="view" />
|
|
<action name="dispTrackbackDelete" type="view" />
|
|
<action name="dispLogin" type="view" />
|
|
<action name="dispLogout" type="view" />
|
|
<action name="dispMessage" type="view" />
|
|
<action name="dispRss" type="view" />
|
|
|
|
<action name="procInsertDocument" type="controller" />
|
|
<action name="procDeleteDocument" type="controller" />
|
|
<action name="procVoteDocument" type="controller" />
|
|
<action name="procInsertComment" type="controller" />
|
|
<action name="procDeleteComment" type="controller" />
|
|
<action name="procReceiveTrackback" type="controller" />
|
|
<action name="procDeleteTrackback" type="controller" />
|
|
<action name="procVerificationPassword" type="controller" />
|
|
<action name="procDeleteFile" type="controller" />
|
|
<action name="procUploadFile" type="controller" />
|
|
<action name="procDownloadFile" type="controller" />
|
|
<action name="procClearFile" type="controller" />
|
|
|
|
<action name="dispAdminContent" type="view" standalone="true" admin_index="true" />
|
|
<action name="dispAdminBoardInfo" type="view" standalone="true" />
|
|
<action name="dispAdminInsertBoard" type="view" standalone="true" />
|
|
<action name="dispAdminDeleteBoard" type="view" standalone="true" />
|
|
<action name="dispAdminSkinInfo" type="view" standalone="true" />
|
|
<action name="dispAdminCategoryInfo" type="view" standalone="true" />
|
|
<action name="dispAdminGrantInfo" type="view" standalone="true" />
|
|
|
|
<action name="procLogin" type="controller" standalone="true" />
|
|
<action name="procLogout" type="controller" standalone="true" />
|
|
<action name="procInsertGrant" type="controller" standalone="true" />
|
|
<action name="procUpdateSkinInfo" type="controller" standalone="true" />
|
|
<action name="procInsertBoard" type="controller" standalone="true" />
|
|
<action name="procDeleteBoard" type="controller" standalone="true" />
|
|
<action name="procInsertCategory" type="controller" standalone="true" />
|
|
<action name="procUpdateCategory" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|