63 lines
1.8 KiB
HTML
63 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
{% include "common/common-head.html" %}
|
|
</head>
|
|
|
|
<body class="hold-transition skin-blue sidebar-mini">
|
|
<div class="wrapper">
|
|
|
|
{% include "common/page-header.html" %} {% with pageselected="backup" %} {% include "common/sidebar-menu.html" %} {% endwith %}
|
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
|
|
<div class="box box-info">
|
|
<div class="box-header with-border">
|
|
<h3 class="box-title">Backup / Restore configuration</h3>
|
|
</div>
|
|
<!-- /.box-header -->
|
|
|
|
<form class="form-horizontal" method="post">
|
|
<div class="box-body">
|
|
<div class="form-group">
|
|
<label for="port" class="col-sm-6 control-label">Configuration backup</label>
|
|
<div class="col-sm-6">
|
|
<button type="submit" class="btn btn-info" name="download">Download</button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div> <!-- /.box-body -->
|
|
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- /.col -->
|
|
</div>
|
|
<!-- /.row -->
|
|
|
|
</section>
|
|
<!-- /.content -->
|
|
</div>
|
|
<!-- /.content-wrapper -->
|
|
|
|
{% include "common/footer.html" %}
|
|
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
|
|
{% include "common/common-js.html" %}
|
|
|
|
</body>
|
|
|
|
</html>
|