mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
update truck and tag 1.4.2.3
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7503 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6900f96319
commit
762ebbf445
127 changed files with 303 additions and 283 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<node target="user_id" required="true" minlength="3" maxlength="20" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="40" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="40" />
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="page" target="page" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<filter name="insert_join_form" module="member" act="procMemberAdminInsertJoinForm" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="column_type" required="true" />
|
||||
<node target="column_name" required="true" filter="alpha"/>
|
||||
<node target="column_name" required="true" filter="alpha" />
|
||||
<node target="column_title" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeInsertJoinForm">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<form>
|
||||
<node target="user_name" required="true" minlength="2" maxlength="40" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="40" />
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="page" target="page" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue