summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 16:35:30 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 16:35:30 +0200
commitfd16a1ad8d932180e83f3fc2aaa4815838b2242f (patch)
tree16a8eae19fa428ff3f476cb130ededb676de456b
parentadd db schema (diff)
downloadintention-cloud-fd16a1ad8d932180e83f3fc2aaa4815838b2242f.tar.gz
add random cloud template
-rw-r--r--root/cloud/random.tt9
1 files changed, 9 insertions, 0 deletions
diff --git a/root/cloud/random.tt b/root/cloud/random.tt
new file mode 100644
index 0000000..e626130
--- /dev/null
+++ b/root/cloud/random.tt
@@ -0,0 +1,9 @@
+<div id="wrapper">
+    <div id="contenudroite_cloudtitle">2. [% c.localize('cloudtitle') %] "<i>[% cloud.query %]</i>"</div>
+    <div id="contenudroite_cloudcontent">
+		
+    <div id="cloudcontent_options">
+        > <a href="[% permalink %]">[% c.localize('permalinkstr') %]</a><br>
+    </div>
+    <div id="cloud">[% cloud.cloud %]</div>
+</div>