mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
데이터 이전시 속도 업그레이드. % 그래프로 진행상황 보여주기등등..
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2003 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0cf440e0b1
commit
359ba483a4
4 changed files with 94 additions and 33 deletions
|
|
@ -78,6 +78,8 @@
|
|||
<input type="hidden" name="module_srl" value="" />
|
||||
<input type="hidden" name="category_srl" value="" />
|
||||
<input type="hidden" name="position" value="0" />
|
||||
<input type="hidden" name="file_point" value="0" />
|
||||
<input type="hidden" name="total_count" value="0" />
|
||||
|
||||
<div class="title">{$lang->import_step_title[2]}</div>
|
||||
<div class="desc">{$lang->import_step_desc[2]}</div>
|
||||
|
|
@ -95,7 +97,15 @@
|
|||
</div>
|
||||
|
||||
<div id="step2_status" style="display:none;" class="gap1">
|
||||
<div id="step2_position" style="height:150px;overflow-y:scroll;border:2px solid #DDDDDD;padding:10px;" class="desc"></div>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="margin-bottom:10px;">
|
||||
<col />
|
||||
<col width="120" />
|
||||
<tr>
|
||||
<td><div id="bar" style="width:1px;height:10px;background-color:#EFEFEF;border:1px solid #888888"></div></td>
|
||||
<td class="tRight"><span id="bar_status"></span>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="step2_position" style="height:100px;overflow-y:scroll;border:2px solid #DDDDDD;padding:10px;" class="desc"></div>
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="button" value="{$lang->cmd_continue}" onclick="doManualProcess(); return false" /></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue