mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1453 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
422c6e9fd6
commit
5c65224fd1
6 changed files with 26 additions and 20 deletions
|
|
@ -81,6 +81,8 @@
|
|||
<!-- step 2. XML 파일 지정 -->
|
||||
<div id="step2" style="display:none">
|
||||
<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">
|
||||
<input type="hidden" name="module" value="importer" />
|
||||
<input type="hidden" name="action" value="procImporterAdminImport" />
|
||||
<input type="hidden" name="module_srl" value="" />
|
||||
<input type="hidden" name="category_srl" value="" />
|
||||
<input type="hidden" name="position" value="0" />
|
||||
|
|
|
|||
|
|
@ -75,7 +75,9 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
procFilter(fo_obj, import_xml);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
|
||||
|
||||
xGetElementById('step2_status').style.display = 'block';
|
||||
return false;
|
||||
|
|
@ -94,7 +96,8 @@ function completeImport(ret_obj) {
|
|||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
xInnerHtml('step2_position', position);
|
||||
procFilter(fo_obj, import_xml);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue