diff options
Diffstat (limited to 'module/web/templates/default')
-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 %}
|