From 7b0d82539e2d8a451b8ea9ee54baab0f308a4d8a Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 09:37:45 -0500 Subject: Added license notices, rebranded. --- mustash/templates/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 mustash/templates/index.html (limited to 'mustash/templates/index.html') diff --git a/mustash/templates/index.html b/mustash/templates/index.html new file mode 100644 index 0000000..e219959 --- /dev/null +++ b/mustash/templates/index.html @@ -0,0 +1,40 @@ +$def with (folders, form) + +
+
+

Existing folders

+
+ + + + + + + + + $for folder in folders: + + + + + + +
FolderOwnerUsers
$folder['name']$folder['owner'] + ${", ".join(folder['users'])} + + $ folder_id = folder['id'] +
+ +
+
+
+ +
+
+

Add a folder

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