mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10209 201d5d3c-b55e-5fd7-737f-ddc643e51545
78 lines
4.5 KiB
XML
78 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions>
|
|
<permission action="dispDocumentAdminList" target="manager" />
|
|
|
|
<permission action="dispDocumentManageDocument" target="member" />
|
|
<permission action="getDocumentCategories" target="member" />
|
|
<permission action="getDocumentCategoryTplInfo" target="member" />
|
|
<permission action="procDocumentAddCart" target="member" />
|
|
|
|
<permission action="procDocumentInsertCategory" target="member" />
|
|
<permission action="procDocumentManageCheckedDocument" target="member" />
|
|
<permission action="procDocumentMoveCategory" target="member" />
|
|
<permission action="procDocumentDeleteCategory" target="member" />
|
|
<permission action="procDocumentMakeXmlFile" target="member" />
|
|
</permissions>
|
|
<actions>
|
|
<action name="dispDocumentPrint" type="view" standalone="true" />
|
|
<action name="dispDocumentPreview" type="view" standalone="true" />
|
|
<action name="dispDocumentManageDocument" type="view" standalone="true" />
|
|
<action name="dispTempSavedList" type="view" standalone="true" />
|
|
|
|
<action name="getDocumentCategories" type="model" standalone="true" />
|
|
<action name="getDocumentMenu" type="model" standalone="true" />
|
|
|
|
<action name="procDocumentVoteUp" type="controller" standalone="true" />
|
|
<action name="procDocumentVoteDown" type="controller" standalone="true" />
|
|
<action name="procDocumentDeclare" type="controller" standalone="true" />
|
|
<action name="procDocumentAddCart" type="controller" standalone="true" />
|
|
<action name="procDocumentManageCheckedDocument" type="controller" standalone="true" />
|
|
<action name="procDocumentInsertModuleConfig" type="controller" standalone="true" />
|
|
|
|
<action name="dispDocumentAdminList" type="view" admin_index="true" standalone="true" menu_name="document" menu_index="true" />
|
|
<action name="dispDocumentAdminConfig" type="view" standalone="true" />
|
|
<action name="dispDocumentAdminAlias" type="view" standalone="true" menu_name="document" />
|
|
<action name="dispDocumentAdminDeclared" type="view" standalone="true" menu_name="document" />
|
|
<action name="dispDocumentAdminTrashList" type="view" standalone="true" menu_name="document" />
|
|
|
|
<action name="getDocumentCategoryTplInfo" type="model" standalone="true" />
|
|
<action name="getDocumentVotedMemberList" type="model" standalone="true" />
|
|
|
|
<action name="procDocumentInsertCategory" type="controller" standalone="true" ruleset="insertCategory" />
|
|
<action name="procDocumentDeleteCategory" type="controller" standalone="true" />
|
|
<action name="procDocumentMoveCategory" type="controller" standalone="true" />
|
|
<action name="procDocumentMakeXmlFile" type="controller" standalone="true" />
|
|
<action name="procDocumentTempSave" type="controller" standalone="true" />
|
|
<action name="procDocumentGetList" type="controller" standalone="true" />
|
|
|
|
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true" ruleset="insertAlias" />
|
|
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true" ruleset="deleteAlias" />
|
|
<action name="procDocumentAdminRestoreTrash" type="controller" standalone="true" />
|
|
<action name="procDocumentAdminMoveExtraVar" type="controller" standalone="true" />
|
|
|
|
<action name="procDocumentAdminInsertExtraVar" type="controller" standalone="true" ruleset="insertExtraVar" />
|
|
<action name="procDocumentAdminDeleteExtraVar" type="controller" standalone="true" />
|
|
<action name="procDocumentAdminDeleteChecked" type="controller" standalone="true" />
|
|
<action name="procDocumentAdminInsertConfig" type="controller" standalone="true" />
|
|
<action name="procDocumentAdminDeleteAllThumbnail" type="controller" standalone="true" />
|
|
<action name="procDocumentAdminCancelDeclare" type="controller" standalone="true" />
|
|
|
|
</actions>
|
|
<menus>
|
|
<menu name="document">
|
|
<title xml:lang="en">Document</title>
|
|
<title xml:lang="ko">문서</title>
|
|
<title xml:lang="zh-CN">Document</title>
|
|
<title xml:lang="jp">Document</title>
|
|
<title xml:lang="es">Document</title>
|
|
<title xml:lang="ru">Document</title>
|
|
<title xml:lang="fr">Document</title>
|
|
<title xml:lang="zh-TW">文章</title>
|
|
<title xml:lang="vi">Document</title>
|
|
<title xml:lang="mn">Document</title>
|
|
<title xml:lang="tr">Document</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|