mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
43de485436
commit
db4065573b
3 changed files with 15 additions and 14 deletions
|
|
@ -80,7 +80,8 @@
|
|||
|
||||
<!-- step 2. XML 파일 지정 -->
|
||||
<div id="step2" style="display:none">
|
||||
<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">
|
||||
<!--<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">-->
|
||||
<form action="./" method="get" id="fo_step2">
|
||||
<input type="hidden" name="module" value="importer" />
|
||||
<input type="hidden" name="act" value="procImporterAdminImport" />
|
||||
<input type="hidden" name="module_srl" value="" />
|
||||
|
|
|
|||
|
|
@ -75,10 +75,10 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
fo_obj.submit();
|
||||
//procFilter(fo_obj, import_xml);
|
||||
procFilter(fo_obj, import_xml);
|
||||
|
||||
xGetElementById('step2_status').style.display = 'block';
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue