Add submit button

This commit is contained in:
Youngkyun Kim 2016-08-22 09:00:01 +00:00
parent c518b669ea
commit 10c12d39e8

View File

@ -49,7 +49,7 @@
<div class="x_content">
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="col-md-4 col-sm-1 col-xs-4">
Type : <%=t["Type"]%> <br>
Volume ID : <%=t["Volume ID"]%> <br>
Status : <%=t["Status"]%> <br>
@ -61,13 +61,18 @@
performance.readdir-ahead : <%=t["performance.readdir-ahead"]%> <br>
</div>
<div class="col-md-8 col-sm-8 col-xs-8">
<div class="col-md-8 col-sm-1 col-xs-8">
<p>Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.</p>
<form action="choices/form_upload.html" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; "></form>
<form action="choices/form_upload.html" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; ">
<button type="submit" style="position: absolute; right: 20px; bottom: -10px;">
Upload
</button>
</form>
<br />
</div>
</div>
</div>
</div>