Files
OMS/app/desktop/view/system/backup/check.html
2025-12-28 23:13:25 +08:00

25 lines
633 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>