basic implementation of meb UI

This commit is contained in:
Guille 2024-05-03 07:06:12 +02:00
parent ab46cd2ad7
commit 22ca2b42da

View File

@ -14,14 +14,26 @@
<div class="col"> <div class="col">
<form id="form"> <form id="form">
<div class="form-element"> <div class="form-element">
<select name="application" id="application"> <input type="file" id="avatar" name="avatar" accept="geojson/geojson, citygml/gml" />
<option value="citylayers" selected>Montreal retrofit scenario (City-Layers)</option> </div>
</select> <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>
<div class="form-element"> <div class="form-element">
Buildings Name or Alias (semicolon splitted):<br> <label for="function_field">Function field</label><input type="text" id="function_field" name="function_field" />
<textarea id="buildings" name="buildings" rows="5" cols="33"></textarea>
</div> </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"> <div class="form-element">
<a href="#" id="runScenario" class="btn btn-bd-primary mb-4">Run scenario</a> <a href="#" id="runScenario" class="btn btn-bd-primary mb-4">Run scenario</a>
</div> </div>