diff options
| author | 2009-12-21 18:15:56 +0100 | |
|---|---|---|
| committer | 2009-12-21 18:15:56 +0100 | |
| commit | 7dd0c96037b0f91f761126d20e477e0e83e20825 (patch) | |
| tree | d4cc7baa4e3fea8306a8ae79d2f726a226de7f78 /module/web/templates/default/add.html | |
| parent | pause/start button works (diff) | |
| download | pyload-7dd0c96037b0f91f761126d20e477e0e83e20825.tar.xz | |
total progressbar bullshit
Diffstat (limited to 'module/web/templates/default/add.html')
| -rw-r--r-- | module/web/templates/default/add.html | 12 |
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 |
