Added pipeplanner and lineplanner

This commit is contained in:
Frank Schubert
2021-06-29 21:41:20 +02:00
parent 81b6889627
commit 9d643fdfa2
6 changed files with 82 additions and 41 deletions

View File

@@ -56,14 +56,14 @@
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="gps_lat">GPS Breite</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="gps_lat" id="name" value="<?=$pop->gps_lat?>">
<input type="number" class="form-control" name="gps_lat" id="name" value="<?=$pop->gps_lat?>">
</div>
</div>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="gps_long">GPS Länge</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="gps_long" id="name" value="<?=$pop->gps_long?>">
<input type="number" class="form-control" name="gps_long" id="name" value="<?=$pop->gps_long?>">
</div>
</div>