mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<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="guestbook_target_module" value="" />
|
|
<input type="hidden" name="unit_count" value="" />
|
|
<input type="hidden" name="user_id" value="" />
|
|
|
|
<h4 class="xeAdmin">{$lang->import_step_title[99]} - {$lang->import_step_desc[99]}</h4>
|
|
<table cellspacing="0" class="rowTable">
|
|
<tr>
|
|
<td>
|
|
<div id="status"></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th class="button">
|
|
<div id="btn_continue" style="display:none;"><span class="button black strong"><input type="submit" value="{$lang->cmd_continue}" /></span></div>
|
|
<div id="btn_reload" style="display:block;"><span class="button"><input type="button" value="{$lang->cmd_reload}" onclick="location.reload(); return false;"/></span></div>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|