summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-10 21:10:38 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-10 21:10:38 (GMT)
commit6132cd4f057add2c2d1c1fd360a895baa088f2f0 (patch)
treea8626cf4c49e14c69b87d8a13154c86581b780e2 /www/index.html
parentb1821ae253555aea1e840d4809b1c144a7f5fc15 (diff)
refactor importer: cancel import, shows import, etc.
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html25
1 files changed, 23 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index d6599f8..48c9139 100644
--- a/www/index.html
+++ b/www/index.html
@@ -94,7 +94,7 @@
<div class="modal-body">
</div>
<div class="modal-footer">
- <button class="btn btn-default" data-dismiss="modal">Abbrechen</button>
+ <button class="btn btn-default" id="uploadModal-cancel" data-dismiss="modal">Abbrechen</button>
<button class="btn btn-primary" id="uploadModal-confirm" disabled="disabled">Importieren</button>
</div>
</div>
@@ -354,8 +354,29 @@
</div>
<table>
+
+ <table>
+ <tr class="progressBar progressBarTemplate shows">
+ <td class="cart-number">
+ ...
+ </td>
+ <td class="file-name">
+ ...
+ </td>
+ <td class="file-bytes">
+ beginne...
+ </td>
+ <td colspan="3">
+ <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
+ </td>
+ <td class="text-center">
+ <button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
+ </td>
+ </tr>
+ </table>
+
<tr class="progressBar progressBarTemplate jingles">
- <td><span class="label label-default"><span class="glyphicon glyphicon-transfer"></span></span></td>
+ <td><span class="label label-default"><span class="glyphicon glyphicon-transfer"></span></span></td>
<td class="file-bytes">
beginne...
</td>