From 40954875cfb6e47b025108b5bb2cdae1606a940d Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 27 Jun 2008 23:16:24 -0400 Subject: Add a bunch of images, js, css, and templates --- manas/templates/ideawidget.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 manas/templates/ideawidget.html (limited to 'manas/templates/ideawidget.html') diff --git a/manas/templates/ideawidget.html b/manas/templates/ideawidget.html new file mode 100644 index 0000000..b040ef0 --- /dev/null +++ b/manas/templates/ideawidget.html @@ -0,0 +1,36 @@ +
+ + + +

${idea.title}

+ + + + + + + + + + + +
Author:${idea.author}
Submitted:${idea.timestamp}
Karma:${idea.karma}+1 / -1
Tags: + +
Description:${idea.description}
+
+
+

Comments

+
+ ${comment.author} - ${comment.timestamp}
+ ${comment.text} +
+
+ +
-- cgit