mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@45 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1f8a69118
commit
cf9066af62
4 changed files with 9 additions and 22 deletions
|
|
@ -14,8 +14,6 @@
|
|||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="mid" target="mid" />
|
||||
<param name="act" target="act" />
|
||||
<param name="db_type" target="db_type" />
|
||||
<param name="db_hostname" target="db_hostname" />
|
||||
<param name="db_userid" target="db_userid" />
|
||||
|
|
@ -28,7 +26,7 @@
|
|||
<param name="nick_name" target="nick_name" />
|
||||
<param name="email_address" target="email_address" />
|
||||
</parameter>
|
||||
<response callback_func="installCompleted">
|
||||
<response>
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
</response>
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
/**
|
||||
* @file install.js
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 초기 설치시 사용되는 script file
|
||||
**/
|
||||
|
||||
/**
|
||||
* @function installCompleted
|
||||
* @param ret_obj ajax로 서버 call을 한후 return 받는 변수명
|
||||
* @brief 설치 성공 후 서버에서 보내주는 메세지를 출력한 후 / 로 redirect
|
||||
**/
|
||||
function installCompleted(ret_obj) {
|
||||
var error = ret_obj["error"];
|
||||
var message = ret_obj["message"];
|
||||
alert(message);
|
||||
location.href = "./";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue