summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/queue.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/queue.html')
-rw-r--r--module/web/templates/default/queue.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html
index e9c1baa92..bc306730e 100644
--- a/module/web/templates/default/queue.html
+++ b/module/web/templates/default/queue.html
@@ -28,4 +28,17 @@
</li>
{% endfor %}
<ul>
+
+
+<table >
+ <tr>
+ <td width=50%><h1>!Paketname!</h1></td>
+ </tr>
+ <tr>
+ <td width=100%><h2>test.png</h2></td>
+ <td width=100%>loading</td>
+ <td width=100%><a href="/"><img id="button" src="/img/button-delete.gif" alt="delete" /></a><a href="/"><img id="button" src="/img/button-unpause.gif" alt="unpause" /></a></td>
+ </tr>
+</table>
+
{% endblock %}