summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/add.html
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2009-12-21 18:15:56 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2009-12-21 18:15:56 +0100
commit7dd0c96037b0f91f761126d20e477e0e83e20825 (patch)
treed4cc7baa4e3fea8306a8ae79d2f726a226de7f78 /module/web/templates/default/add.html
parentpause/start button works (diff)
downloadpyload-7dd0c96037b0f91f761126d20e477e0e83e20825.tar.xz
total progressbar bullshit
Diffstat (limited to 'module/web/templates/default/add.html')
-rw-r--r--module/web/templates/default/add.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/module/web/templates/default/add.html b/module/web/templates/default/add.html
new file mode 100644
index 000000000..525cb99bd
--- /dev/null
+++ b/module/web/templates/default/add.html
@@ -0,0 +1,12 @@
+{% extends 'default/base.html' %}
+
+{% block subtitle %}
+Add Links / Container
+{% endblock %}
+
+
+
+{% block content %}
+<textarea rows="5" style=" width: 100%;"></textarea>
+<input type="file" />
+{% endblock %} \ No newline at end of file