diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 22:42:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 22:42:17 +0200 |
commit | 97d3ae3a0e1c7da0877345fa429394822dec6443 (patch) | |
tree | 8beb2d0159cf024f65d95af63c61eb3db741a95c /module/web/templates/default/dashboard.html | |
parent | task to optimize js code (diff) | |
download | pyload-97d3ae3a0e1c7da0877345fa429394822dec6443.tar.xz |
template for file-view
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r-- | module/web/templates/default/dashboard.html | 14 |
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 %}
|