Add submit button
This commit is contained in:
parent
c518b669ea
commit
10c12d39e8
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<div class="x_content">
|
<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>
|
Type : <%=t["Type"]%> <br>
|
||||||
Volume ID : <%=t["Volume ID"]%> <br>
|
Volume ID : <%=t["Volume ID"]%> <br>
|
||||||
Status : <%=t["Status"]%> <br>
|
Status : <%=t["Status"]%> <br>
|
||||||
@ -61,13 +61,18 @@
|
|||||||
performance.readdir-ahead : <%=t["performance.readdir-ahead"]%> <br>
|
performance.readdir-ahead : <%=t["performance.readdir-ahead"]%> <br>
|
||||||
</div>
|
</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>
|
<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 />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user