diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-12-03 14:48:12 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-12-03 14:48:12 (GMT) |
commit | 0cde42eb35a604e1881b13da4ac0cae6abf45348 (patch) | |
tree | 815617170b7ed22ba8eeaba33554c91951ecf250 /www/index.html | |
parent | 44bc11e402548853be10387cbb9cc0b0caf7704f (diff) |
show multiple progress bars
(still some view bugs)
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 25 |
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> |