mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
80e8e49990
commit
62fddff4e8
2 changed files with 37 additions and 0 deletions
|
|
@ -8,6 +8,13 @@
|
|||
<action name="dispMemberLoginForm" type="view" standalone="true" />
|
||||
<action name="dispMemberLogout" type="view" standalone="true" />
|
||||
|
||||
<action name="dispMemberMessages" type="view" standalone="true" />
|
||||
<action name="dispMemberSendMessage" type="view" standalone="true" />
|
||||
|
||||
<action name="dispMemberFriends" type="view" standalone="true" />
|
||||
<action name="dispMemberAddFriend" type="view" standalone="true" />
|
||||
<action name="dispMemberAddFriendGroup" 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" />
|
||||
|
|
@ -31,6 +38,16 @@
|
|||
<action name="procMemberDeleteImageName" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteImageMark" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberSendMessage" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteMessage" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberAddFriend" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteFriend" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberAddFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procMemberRenameFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteFriendGroup" 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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue