lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/restore.html
2017-02-22 21:48:52 +00:00

17 lines
392 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="restoreConf"></h3>
</div>
<table class="table">
<tr>
<th trspan="fileToUpload" />
<td>
<input id="fileinput" type="file" class="form-control" on-read-file="saveRawConf($fileContent)" />
</td>
<tr>
</table>
</div>
<script type="text/menu">
[]
</script>