Alte Version abgeändert auf neue Datebank /-Struktur).

This commit is contained in:
rxf
2026-03-27 17:26:46 +01:00
commit b7736413d4
87 changed files with 54060 additions and 0 deletions

12
public/centermap.html Normal file
View File

@@ -0,0 +1,12 @@
<br />
<form onkeypress="return event.keyCode != 13;">
<fieldset>
<label for="newmapcenter">Karte neu zentrieren auf (Ort oder Sensor-Nr):&nbsp;&nbsp;</label>
<input class='text ui-widget-content ui-corner-all' name = 'newmapcenter' id='newmapcenter' type='text' />
<!-- <br />
<label for="sensornr">Default Sensor-Nummer (wird verwendet, wenn beim Aufruf kein Sensor angegeben ist):</label>
<input class='text ui-widget-content ui-corner-all' name = 'sensornr' id='sensornr' type='text' placeholder='Sensor-Nummer' />
-->
<input type='submit' tabindex='-1' style="position:absolute; top:-1000px">
</fieldset>
</form>