Alte Version abgeändert auf neue Datebank /-Struktur).
This commit is contained in:
12
public/centermap.html
Normal file
12
public/centermap.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<br />
|
||||
<form onkeypress="return event.keyCode != 13;">
|
||||
<fieldset>
|
||||
<label for="newmapcenter">Karte neu zentrieren auf (Ort oder Sensor-Nr): </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>
|
||||
Reference in New Issue
Block a user