From 126f795463973ac78d909ddf9d470eaae5d44207 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 13 Jun 2013 12:13:02 +0200 Subject: converted templates to default mustache syntax --- pyload/web/app/templates/default/header/progress.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pyload/web/app/templates/default/header/progress.html') 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 %> -<% plugin %> +{{ name }} +{{ plugin }}
-
+
-<%= 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}} - <% formatTime eta %> + {{ formatTime eta }} \ No newline at end of file -- cgit v1.2.3