mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
39 lines
2.5 KiB
XML
39 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<actions>
|
|
<action name="dispMemberInfo" type="view" standalone="true" />
|
|
<action name="dispMemberSignUpForm" type="view" standalone="true" />
|
|
<action name="dispMemberLoginForm" type="view" standalone="true" />
|
|
<action name="dispMemberLogout" type="view" standalone="true" />
|
|
|
|
<action name="dispMemberAdminList" type="view" standalone="true" index="true" admin_index="true" />
|
|
<action name="dispMemberAdminConfig" type="view" standalone="true" />
|
|
<action name="dispMemberAdminInsert" type="view" standalone="true" />
|
|
<action name="dispMemberAdminDeleteForm" type="view" standalone="true" />
|
|
<action name="dispMemberAdminGroupList" type="view" standalone="true" />
|
|
<action name="dispMemberAdminJoinFormList" type="view" standalone="true" />
|
|
<action name="dispMemberAdminInfo" type="view" standalone="true" />
|
|
<action name="dispMemberAdminInsertJoinForm" type="view" standalone="true" />
|
|
<action name="dispMemberAdminDeniedIDList" type="view" standalone="true" />
|
|
<action name="dispMemberAdminMailing" type="view" standalone="true" />
|
|
|
|
<action name="getMemberMenu" type="model" standalone="true" />
|
|
|
|
<action name="procMemberLogin" type="controller" standalone="true" />
|
|
<action name="procMemberLogout" type="controller" standalone="true" />
|
|
<action name="procMemberInsertImageName" type="controller" standalone="true" />
|
|
<action name="procMemberInsertImageMark" type="controller" standalone="true" />
|
|
<action name="procMemberDeleteImageName" type="controller" standalone="true" />
|
|
<action name="procMemberDeleteImageMark" type="controller" standalone="true" />
|
|
|
|
<action name="procMemberAdminInsert" type="controller" standalone="true" />
|
|
<action name="procMemberAdminDelete" type="controller" standalone="true" />
|
|
<action name="procMemberAdminInsertConfig" type="controller" standalone="true" />
|
|
<action name="procMemberAdminInsertGroup" type="controller" standalone="true" />
|
|
<action name="procMemberAdminUpdateGroup" type="controller" standalone="true" />
|
|
<action name="procMemberAdminInsertJoinForm" type="controller" standalone="true" />
|
|
<action name="procMemberAdminUpdateJoinForm" type="controller" standalone="true" />
|
|
<action name="procMemberAdminInsertDeniedID" type="controller" standalone="true" />
|
|
<action name="procMemberAdminUpdateDeniedID" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|