summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-12-03 14:48:12 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-12-03 14:48:12 (GMT)
commit0cde42eb35a604e1881b13da4ac0cae6abf45348 (patch)
tree815617170b7ed22ba8eeaba33554c91951ecf250 /www/index.html
parent44bc11e402548853be10387cbb9cc0b0caf7704f (diff)
show multiple progress bars
(still some view bugs)
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html
index 071e96c..7939b4a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -185,23 +185,26 @@
<tbody>
</tbody>
<tfoot>
- <tr class="progressBar hidden">
- <td class="file-bytes">
- -
- </td>
- <td>
- <div class="progress"><div class="bar" style="width: 0%;"></div></div>
- </td>
- <td>
- <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button>
- </td>
- </tr>
</tfoot>
</table>
<button class="uploadButton btn btn-success btn"><i class="icon-upload icon-white"></i> Importieren</button>
</div>
</div>
+ <table>
+ <tr class="progressBar progressBarTemplate">
+ <td class="file-bytes">
+ beginne...
+ </td>
+ <td>
+ <div class="progress"><div class="bar" style="width: 0%;"></div></div>
+ </td>
+ <td>
+ <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button>
+ </td>
+ </tr>
+ </table>
+
</div>
</div>