From 90ba0c9f3adccd02b62ec3ca6b4af849a7253d14 Mon Sep 17 00:00:00 2001 From: godofdream Date: Tue, 14 Aug 2012 22:37:58 +0200 Subject: first Design of Queue and Settings --- module/web/templates/default/queue.html | 65 +++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 module/web/templates/default/queue.html (limited to 'module/web/templates/default/queue.html') diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html new file mode 100644 index 000000000..50d1d3418 --- /dev/null +++ b/module/web/templates/default/queue.html @@ -0,0 +1,65 @@ +{% extends 'default/base.html' %} +{% block head %} + + + + + +{% endblock %} + +{% block title %}{{name}} - {{super()}} {% endblock %} +{% block subtitle %}{{name}}{% endblock %} + +{% block pageactions %} + +{% endblock %} + +{% block content %} + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3