기본 마이그레이션용 XML및 ttxml에 대해 importing 100% 가능하도록 수정. importer 0.2 commit

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-17 13:41:56 +00:00
parent 1b8c765148
commit c37932cc71
27 changed files with 1593 additions and 1294 deletions

View file

@ -0,0 +1,30 @@
<script type="text/javascript">
var preProcessingMsg = "{$lang->preprocessing}";
</script>
<div id="process" style="display:none;">
<form action="./" method="get" onsubmit="return doImport()" id="fo_process">
<input type="hidden" name="type" value="" />
<input type="hidden" name="total" value="" />
<input type="hidden" name="cur" value="" />
<input type="hidden" name="key" value="" />
<input type="hidden" name="target_module" value="" />
<input type="hidden" name="unit_count" value="" />
<input type="hidden" name="user_id" value="" />
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[99]} - {$lang->import_step_desc[99]}</caption>
<tr>
<td>
<div id="status"></div>
</td>
</tr>
<tr>
<th class="button">
<div id="btn_reload" style="display:block;"><span class="button"><input type="button" value="{$lang->cmd_reload}" onclick="location.reload(); return false;"/></span></div>
<div id="btn_continue" style="display:none;"><span class="button"><input type="submit" value="{$lang->cmd_continue}" /></span></div>
</th>
</tr>
</table>
</form>
</div>