mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
#18931132 - 환경에 따라 XML을 파싱하지 못할 수 있는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7499 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1becfa3ca4
commit
746b03b14a
117 changed files with 179 additions and 179 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