mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 13:36:45 +08:00
25 lines
633 B
HTML
25 lines
633 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div id="install_options" style="padding:20px 20px 20px 150px;">
|
||
<table cellpadding="0" cellspacing="0" border="0" class="tableform">
|
||
<tr>
|
||
<th>是否备份数据:</th>
|
||
<td><select name="bakup" class="tasks_ipt">
|
||
<option value='1'>是</option>
|
||
<option value='0'>否</option>
|
||
</select></td>
|
||
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="table-action" >
|
||
<{button class="appbtn" label=$___desktop="继续"|t:'desktop' type="button"}>
|
||
</div>
|