diff options
| author | root | 2014-12-01 17:24:29 +0100 |
|---|---|---|
| committer | root | 2014-12-01 17:24:29 +0100 |
| commit | 9d9d9b2ad320ffb9a4172f9510f82fe32585594b (patch) | |
| tree | 149ccfeacac7c9c7b2b616649a376332583e0dbf /uploaded/upload-templ.html | |
| parent | b435ec462e0f39457e14d81750f07781db97cb91 (diff) | |
| download | tools.iamfabulous.de-9d9d9b2ad320ffb9a4172f9510f82fe32585594b.tar.gz | |
moved view in own subfolder
Diffstat (limited to 'uploaded/upload-templ.html')
| -rw-r--r-- | uploaded/upload-templ.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/uploaded/upload-templ.html b/uploaded/upload-templ.html deleted file mode 100644 index 4800f91..0000000 --- a/uploaded/upload-templ.html +++ /dev/null @@ -1,33 +0,0 @@ -<!-- The template to display files available for upload --> -<script id="template-upload" type="text/x-tmpl"> -{% for (var i=0, file; file=o.files[i]; i++) { %} - <tr class="template-upload fade"> - <td> - <span class="preview"></span> - </td> - <td> - <p class="name">{%=file.name%}</p> - <strong class="error text-danger"></strong> - </td> - <td> - <p class="size">Processing...</p> - <div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0"><div class="progress-bar progress-bar-success" style="width:0%;"></div></div> - </td> - <td> - {% if (!i && !o.options.autoUpload) { %} - <button class="btn btn-primary start" disabled> - <i class="glyphicon glyphicon-upload"></i> - <span>Start</span> - </button> - {% } %} - {% if (!i) { %} - <button class="btn btn-warning cancel"> - <i class="glyphicon glyphicon-ban-circle"></i> - <span>Cancel</span> - </button> - {% } %} - </td> - </tr> -{% } %} -</script> - |
