mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5914 201d5d3c-b55e-5fd7-737f-ddc643e51545
49 lines
3.1 KiB
XML
49 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions>
|
|
<permission action="dispDocumentManageDocument" target="member" />
|
|
<permission action="getDocumentCategories" target="member" />
|
|
<permission action="procDocumentAddCart" target="member" />
|
|
<permission action="procDocumentManageCheckedDocument" 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="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" />
|
|
<action name="dispDocumentAdminConfig" type="view" standalone="true" />
|
|
<action name="dispDocumentAdminAlias" type="view" standalone="true" />
|
|
<action name="dispDocumentAdminDeclared" type="view" standalone="true" />
|
|
<action name="dispDocumentAdminTrashList" type="view" standalone="true" />
|
|
|
|
<action name="getDocumentAdminCategoryTplInfo" type="model" standalone="true"/>
|
|
|
|
<action name="procDocumentAdminInsertCategory" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminDeleteCategory" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminMoveCategory" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminMakeXmlFile" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true"/>
|
|
<action name="procDocumentAdminRestoreTrash" type="controller" standalone="true"/>
|
|
<action name="procAdminMoveExtraVar" type="controller" standalone="true"/>
|
|
|
|
<action name="procDocumentAdminInsertExtraVar" type="controller" standalone="true" />
|
|
<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>
|
|
</module>
|