From 698ec51664b875431f23470c4621983f6965f951 Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 08:53:53 -0500 Subject: Minimal viable stache. --- stashbox/templates/index.html | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'stashbox/templates/index.html') diff --git a/stashbox/templates/index.html b/stashbox/templates/index.html index 9c59de9..e219959 100644 --- a/stashbox/templates/index.html +++ b/stashbox/templates/index.html @@ -1,37 +1,40 @@ -$def with (boxes, form) +$def with (folders, form) -
+
-

Existing folders

+

Existing folders

-
- - +
+ - $for box in boxes: + $for folder in folders: - - + + +
Folder Owner Users
$box['name']$box['owner']$folder['name']$folder['owner'] + ${", ".join(folder['users'])} + - ${", ".join(box['users'])} + $ folder_id = folder['id'] + + +
-
-
+
-

Add a folder

+

Add a folder

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