git-svn-id: http://xe-core.googlecode.com/svn/trunk@1423 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-16 07:25:57 +00:00
parent 6503a6d593
commit 469bd4da53
6 changed files with 53 additions and 9 deletions

View file

@ -80,15 +80,21 @@
<!-- step 2. XML 파일 지정 -->
<div id="step2" style="display:none">
<form action="./" method="get" onsubmit="return doStep2(this)">
<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">
<input type="hidden" name="module_srl" value="" />
<input type="hidden" name="category_srl" value="" />
<input type="hidden" name="position" value="0" />
<div style="font-weight:bold">{$lang->import_step_title[2]}</div>
<div>{$lang->import_step_desc[2]}</div>
<div>
<input type="text" name="xml_file" value="./" />
<input type="submit" value="{$lang->cmd_next}" />
</div>
<div id="step2_status" style="display:none">
<div>{$lang->msg_importing}</div>
<div id="step2_position"></div>
<div><input type="button" onclick="procFilter(); return false" value="{$lang->cmd_continue}" /></div>
</div>
</form>
</div>