basic implementation of meb UI
This commit is contained in:
parent
ab46cd2ad7
commit
22ca2b42da
|
@ -14,14 +14,26 @@
|
|||
<div class="col">
|
||||
<form id="form">
|
||||
<div class="form-element">
|
||||
<select name="application" id="application">
|
||||
<option value="citylayers" selected>Montreal retrofit scenario (City-Layers)</option>
|
||||
</select>
|
||||
<input type="file" id="avatar" name="avatar" accept="geojson/geojson, citygml/gml" />
|
||||
</div>
|
||||
<span class="geojson">
|
||||
Geojson parameters:<br>
|
||||
<div class="form-element">
|
||||
<label for="height_field">Height field</label><input type="text" id="height_field" name="height_field" />
|
||||
</div>
|
||||
<div class="form-element">
|
||||
Buildings Name or Alias (semicolon splitted):<br>
|
||||
<textarea id="buildings" name="buildings" rows="5" cols="33"></textarea>
|
||||
<label for="function_field">Function field</label><input type="text" id="function_field" name="function_field" />
|
||||
</div>
|
||||
<div class="form-element">
|
||||
<label for="year_of_construction_field">Year of construction field</label><input type="text" id="year_of_construction_field" name="year_of_construction_field" />
|
||||
</div>
|
||||
<div class="form-element">
|
||||
<label for="construction_handler">Construction handler</label><input type="text" id="construction_handler" name="construction_handler" />
|
||||
</div>
|
||||
<div class="form-element">
|
||||
<label for="usage_handler">Usage handler</label><input type="text" id="usage_handler" name="construction_handler" />
|
||||
</div>
|
||||
</span>
|
||||
<div class="form-element">
|
||||
<a href="#" id="runScenario" class="btn btn-bd-primary mb-4">Run scenario</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user