|
@@ -181,33 +181,16 @@ |
|
|
} |
|
|
} |
|
|
?> |
|
|
?> |
|
|
<tr> |
|
|
<tr> |
|
|
<td height="26" colspan="8" align="center"> |
|
|
|
|
|
|
|
|
<td height="26" colspan="8"> |
|
|
|
|
|
分卷大小:<input name="fsize" type="text" id="fsize" value="2048" style="width:60px"> K |
|
|
|
|
|
<input name="isstruct" type="checkbox" class="np" id="isstruct" value="1" checked="1"> 备份结构 |
|
|
|
|
|
<?php if(@function_exists('gzcompress') && false) { ?> |
|
|
|
|
|
<input name="iszip" type="checkbox" class="np" id="iszip" value="1" checked="1"> 完成后压缩成ZIP |
|
|
|
|
|
<?php } ?> |
|
|
<button name="b1" type="button" id="b1" class="btn btn-success btn-sm" onClick="SelAll()">全选</button> |
|
|
<button name="b1" type="button" id="b1" class="btn btn-success btn-sm" onClick="SelAll()">全选</button> |
|
|
<button name="b2" type="button" id="b2" class="btn btn-success btn-sm" onClick="ReSel()">反选</button> |
|
|
<button name="b2" type="button" id="b2" class="btn btn-success btn-sm" onClick="ReSel()">反选</button> |
|
|
<button name="b3" type="button" id="b3" class="btn btn-success btn-sm" onClick="NoneSel()">取消</button> |
|
|
<button name="b3" type="button" id="b3" class="btn btn-success btn-sm" onClick="NoneSel()">取消</button> |
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td height="26" colspan="8">数据备份选项:</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr align="center"> |
|
|
|
|
|
<td height="50" colspan="8"> |
|
|
|
|
|
<table width="90%" cellspacing="0" cellpadding="0" class="table table-borderless"> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td height="26">当前数据库版本:<?php echo $mysql_version?></td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td height="26">分卷大小:<input name="fsize" type="text" id="fsize" value="2048" style="width:60px"> K |
|
|
|
|
|
<label><input name="isstruct" type="checkbox" class="np" id="isstruct" value="1" checked='1'> |
|
|
|
|
|
备份表结构信息</label> |
|
|
|
|
|
<?php if(@function_exists('gzcompress') && false) { ?> |
|
|
|
|
|
<input name="iszip" type="checkbox" class="np" id="iszip" value="1" checked='1'> |
|
|
|
|
|
完成后压缩成ZIP |
|
|
|
|
|
<?php } ?> |
|
|
|
|
|
<button type="submit" name="Submit" class="btn btn-success btn-sm">提交</button> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
<button type="submit" name="Submit" class="btn btn-success btn-sm">提交</button> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
</form> |
|
|
</form> |
|
|