You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.6 KiB
42 lines
1.6 KiB
<div class="container-fluid"> |
|
<div class="row"> |
|
<div class="col-md-2 navigatorMenu"> |
|
<div class="card ml-3"> |
|
<div class="card-body"> |
|
<form> |
|
<legend>Clip & Buffer Proccess</legend> |
|
<div class="form-group"> |
|
<label for="exampleFormControlInput1">Coordinate</label> |
|
<input type="number" class="form-control" id="exampleFormControlInput1" placeholder="Easting"> |
|
<input type="number" class="form-control" id="exampleFormControlInput1" placeholder="Northing"> |
|
</div> |
|
<div class="form-group"> |
|
<label for="exampleFormControlSelect1">Radius Distance</label> |
|
<select class="form-control" id="exampleFormControlSelect1"> |
|
<option>100</option> |
|
<option>200</option> |
|
<option>300</option> |
|
<option>400</option> |
|
<option>500</option> |
|
</select> |
|
</div> |
|
<div class="form-group"> |
|
<label for="exampleFormControlSelect2">Linear Unit</label> |
|
<select multiple class="form-control" id="exampleFormControlSelect2"> |
|
<option>Meter</option> |
|
<option>Kilometer</option> |
|
</select> |
|
</div> |
|
<button type="submit" class="btn btn-ligth">Submit</button> |
|
</form> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="col-md-10"> |
|
<div class="card mr-3"> |
|
<div class="card-body" id="content"> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |