diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-05 16:35:30 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-05 16:35:30 +0200 |
| commit | fd16a1ad8d932180e83f3fc2aaa4815838b2242f (patch) | |
| tree | 16a8eae19fa428ff3f476cb130ededb676de456b | |
| parent | add db schema (diff) | |
| download | intention-cloud-fd16a1ad8d932180e83f3fc2aaa4815838b2242f.tar.gz | |
add random cloud template
| -rw-r--r-- | root/cloud/random.tt | 9 |
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> |
