git-svn-id: http://xe-core.googlecode.com/svn/trunk@202 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-02 03:09:28 +00:00
parent 0463fa5b58
commit 9a9f9af0bc
14 changed files with 162 additions and 1 deletions

View file

@ -2,6 +2,7 @@
<module>
<actions>
<action name="dispMemberList" type="view" standalone="true" index="true" admin_index="true" />
<action name="dispModuleConfig" type="view" standalone="true" />
<action name="dispMemberInfo" type="view" standalone="true" />
<action name="dispMemberInsert" type="view" standalone="true" />
<action name="dispDeleteForm" type="view" standalone="true" />
@ -14,6 +15,7 @@
<action name="procLogout" type="controller" standalone="true" />
<action name="procInsert" type="controller" standalone="true" />
<action name="procDelete" type="controller" standalone="true" />
<action name="procInsertConfig" type="controller" standalone="true" />
<action name="procInsertGroup" type="controller" standalone="true" />
<action name="procUpdateGroup" type="controller" standalone="true" />
<action name="procInsertJoinForm" type="controller" standalone="true" />