2020-11-19 23:00:58 +01:00
|
|
|
<div id=clientoverviewlist></div>
|
2020-11-19 23:03:29 +01:00
|
|
|
|
2020-11-19 23:00:58 +01:00
|
|
|
<table class=genTable>
|
|
|
|
<tr><th colspan=2>Betriebe-Tabelle managen</tr>
|
|
|
|
<tr><td>
|
|
|
|
<form>
|
|
|
|
<input type="submit" value="Sichern" id="backup_btn" style="width:100%;height:40px;color:red;"/>
|
|
|
|
</form>
|
|
|
|
<td>
|
|
|
|
<div id=restorearea>
|
|
|
|
<form id="restoreform" enctype="multipart/form-data" action="php/clients.php?command=readclients" method="POST" data-ajax="false">
|
|
|
|
<input type="hidden" name="MAX_FILE_SIZE" value="50000000" />
|
|
|
|
Diese Datei hochladen:
|
|
|
|
<input style="width:100%;height:40px;color:green;" name="userfile" id="userfile" type="file" />
|
|
|
|
|
|
|
|
<input style="width:100%;height:40px;color:red;" type="submit" value="Betriebe-Tabelle einlesen" formaction="php/clients.php?command=readclients"/>
|
|
|
|
</form>
|
|
|
|
</div> <!-- restore -->
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br><hr><br>
|
|
|
|
|
|
|
|
<div id=spiderconfigarea style="border:2px solid black;">
|
|
|
|
<p>
|
|
|
|
<form>
|
|
|
|
Anzahl der Abrufe (Refresh-Rate):
|
|
|
|
<select id="refreshselection" style="height:40px;">
|
|
|
|
<option value="1">1 pro Stunde</option>
|
|
|
|
<option value="2">2 pro Stunde</option>
|
|
|
|
<option value="6">alle 10 Minuten</option>
|
|
|
|
<option value="60">jede Minute</option>
|
|
|
|
<option value="720">alle 5 Sekunden</option>
|
|
|
|
</select>
|
|
|
|
</form>
|
|
|
|
</p>
|
|
|
|
</div>
|