mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1455 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c65224fd1
commit
f2412760a3
4 changed files with 40 additions and 44 deletions
|
|
@ -81,8 +81,6 @@
|
|||
<!-- 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,8 +75,7 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
procFilter(fo_obj, import_xml);
|
||||
|
||||
|
||||
xGetElementById('step2_status').style.display = 'block';
|
||||
|
|
@ -96,8 +95,7 @@ function completeImport(ret_obj) {
|
|||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
xInnerHtml('step2_position', position);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
procFilter(fo_obj, import_xml);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue