From d21ae0f4732f6cab8cce57dac35b9c43812f22cb Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 11 Apr 2011 04:22:21 +0530 Subject: [PATCH] added preview templates for erang_organised and itf projects --- itf/templates/erang_organised/Issue/info.html | 14 ++++++++++++++ itf/templates/erang_organised/Issue/preview.html | 4 ++++ itf/templates/festival/Project/preview.html | 4 ++++ 3 files changed, 22 insertions(+) create mode 100644 itf/templates/erang_organised/Issue/info.html create mode 100644 itf/templates/erang_organised/Issue/preview.html create mode 100644 itf/templates/festival/Project/preview.html diff --git a/itf/templates/erang_organised/Issue/info.html b/itf/templates/erang_organised/Issue/info.html new file mode 100644 index 0000000..cfc8f08 --- /dev/null +++ b/itf/templates/erang_organised/Issue/info.html @@ -0,0 +1,14 @@ +
+ {{each stories}} + Story ${$index + 1}: {{html tmplToHtml($value.text) }} + +

+ {{/each}} + Law: {{html tmplToHtml(law)}} + {{if law_image}} + + {{/if}} +

+ Relevance to Theatre: {{html tmplToHtml(theatre)}}

+ Quick Howto: {{html tmplToHtml(quick_howto)}}

+
diff --git a/itf/templates/erang_organised/Issue/preview.html b/itf/templates/erang_organised/Issue/preview.html new file mode 100644 index 0000000..5f64017 --- /dev/null +++ b/itf/templates/erang_organised/Issue/preview.html @@ -0,0 +1,4 @@ +
+ ${title}

+ Summary: >{{html tmplToHtml(summary) }} +
diff --git a/itf/templates/festival/Project/preview.html b/itf/templates/festival/Project/preview.html new file mode 100644 index 0000000..33447f0 --- /dev/null +++ b/itf/templates/festival/Project/preview.html @@ -0,0 +1,4 @@ +
+ ${title}

+ Intro: >{{html tmplToHtml(intro) }} +