From efc395dfbec772d09703b4cfbeead17c3f38a2cb Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Fri, 1 Jul 2011 14:47:02 -0400 Subject: Added interface code --- stashbox/templates/index.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 stashbox/templates/index.html (limited to 'stashbox/templates/index.html') diff --git a/stashbox/templates/index.html b/stashbox/templates/index.html new file mode 100644 index 0000000..9c59de9 --- /dev/null +++ b/stashbox/templates/index.html @@ -0,0 +1,37 @@ +$def with (boxes, form) + +
+
+

Existing folders

+
+ +
+ + + + + + + + $for box in boxes: + + + + + +
FolderOwnerUsers
$box['name']$box['owner'] + ${", ".join(box['users'])} +
+ +
+ +
+
+

Add a folder

+
+ + + $:form.render() + + +
-- cgit v1.2.3