mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@887 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e573df09a
commit
cf8e6380e9
11 changed files with 258 additions and 39 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<action name="dispMemberInfo" type="view" standalone="true" />
|
||||
<action name="dispMemberSignUpForm" type="view" standalone="true" />
|
||||
<action name="dispMemberModifyInfo" type="view" standalone="true" />
|
||||
<action name="dispMemberModifyPassword" type="view" standalone="true" />
|
||||
<action name="dispMemberLoginForm" type="view" standalone="true" />
|
||||
<action name="dispMemberLogout" type="view" standalone="true" />
|
||||
|
||||
|
|
@ -23,6 +24,8 @@
|
|||
<action name="procMemberLogin" type="controller" standalone="true" />
|
||||
<action name="procMemberLogout" type="controller" standalone="true" />
|
||||
<action name="procMemberInsert" type="controller" standalone="true" />
|
||||
<action name="procMemberModifyInfo" type="controller" standalone="true" />
|
||||
<action name="procMemberModifyPassword" 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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue