summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/header/progress.html')
-rw-r--r--pyload/web/app/templates/default/header/progress.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/pyload/web/app/templates/default/header/progress.html b/pyload/web/app/templates/default/header/progress.html
index 65ae9a880..4ef5a1cd6 100644
--- a/pyload/web/app/templates/default/header/progress.html
+++ b/pyload/web/app/templates/default/header/progress.html
@@ -1,14 +1,14 @@
-<% name %>
-<span class="pull-right"><% plugin %></span>
+{{ name }}
+<span class="pull-right">{{ plugin }}</span>
<div class="progress">
- <div class="bar" style="width: <% percent %>%"></div>
+ <div class="bar" style="width: {{ percent }}%"></div>
</div>
-<%= if downloading %>
-<% formatSize done %> of <% formatSize total %> (<% formatSize download.speed %>/s)
-<% else %>
-<% statusmsg %>
-<%/if%>
+{{#if downloading }}
+{{ formatSize done }} of {{ formatSize total }} ({{ formatSize download.speed }}/s)
+{{ else }}
+{{ statusmsg }}
+{{/if}}
<span class="pull-right">
- <% formatTime eta %>
+ {{ formatTime eta }}
</span> \ No newline at end of file