Cloudlog/application/views/distances/index.php
Paul Beesley c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00

17 行
无行尾
529 B
PHP

<div class="container">
<br>
<h2><?php echo $page_title; ?></h2>
<div id="distances_div">
<form class="form-inline">
<label class="my-1 mr-2" for="gridsquare_bands">Band Selection</label>
<select class="custom-select my-1 mr-sm-2" id="distplot_bands">
<option value="sat">SAT</option>
</select>
<button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)">Plot</button>
</form>
</div>
</div>