lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/restore.html

17 lines
396 B
HTML
Raw Normal View History

2015-07-21 08:58:56 +02:00
<div class="panel panel-default">
2015-07-09 17:38:35 +02:00
<div class="panel-heading">
<h3 class="panel-title" trspan="restoreConf"></h3>
</div>
2015-07-21 08:58:56 +02:00
<table class="table">
<tr>
2020-07-28 14:17:07 +02:00
<th trspan="fileToUpload"></th>
2015-07-21 08:58:56 +02:00
<td>
<input id="fileinput" type="file" class="form-control" on-read-file="saveRawConf($fileContent)" />
</td>
2020-07-28 14:17:07 +02:00
</tr>
2015-07-21 08:58:56 +02:00
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[]
</script>