mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
passing tests and displaying titles in web UI
This commit is contained in:
@@ -33,16 +33,16 @@
|
||||
|
||||
<div class="panels">
|
||||
|
||||
<div class="panel mod-image-select">
|
||||
<div id="drop">Drag image here</div>
|
||||
<div class="panel ismod-image-select">
|
||||
<div class="mod-drop">Drag image here</div>
|
||||
<p class="instructions">Select or drop an image here to begin.</p>
|
||||
<input id="file-select" type="file" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mod-new-panel">
|
||||
<form class="mod-new-panel">
|
||||
<div class="ismod-new-panel">
|
||||
<form class="ismod-new-panel">
|
||||
<p class="instructions">Add a new step</p>
|
||||
<select class="select-module form-control" style="margin-bottom:6px;">
|
||||
<option value="ndvi-red">NDVI with red filter</option>
|
||||
|
||||
Reference in New Issue
Block a user