summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/dashboard.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-06 22:42:17 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-06 22:42:17 +0200
commit97d3ae3a0e1c7da0877345fa429394822dec6443 (patch)
tree8beb2d0159cf024f65d95af63c61eb3db741a95c /module/web/templates/default/dashboard.html
parenttask to optimize js code (diff)
downloadpyload-97d3ae3a0e1c7da0877345fa429394822dec6443.tar.xz
template for file-view
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r--module/web/templates/default/dashboard.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index d8d06956f..67b3b8483 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -27,6 +27,20 @@
</div>
</div>
</script>
+
+ <script type="text/template" id="template-file">
+ <div>
+ <div class="file-row first">
+ File <%= fid %>: <%= name %>
+ </div>
+ <div class="file-row second">
+ <%= download.statusmsg %>
+ </div>
+
+ <div class="file-row third">
+ </div>
+ </div>
+ </script>
{% endblock %}
{% block content %}