added preview templates for erang_organised and itf projects
This commit is contained in:
parent
ed0de8805b
commit
d21ae0f473
14
itf/templates/erang_organised/Issue/info.html
Normal file
14
itf/templates/erang_organised/Issue/info.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="itfInfo">
|
||||
{{each stories}}
|
||||
<span class="itfInfoSub">Story ${$index + 1}: </span><span class="ifInfoInfo">{{html tmplToHtml($value.text) }}</span>
|
||||
<img class="itfInfoImg" src="${$value.image}" />
|
||||
<br /><br />
|
||||
{{/each}}
|
||||
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{html tmplToHtml(law)}}</span>
|
||||
{{if law_image}}
|
||||
<img class="itfInfoImg" src="${law_image}" />
|
||||
{{/if}}
|
||||
<br /><br />
|
||||
<span class="itfInfoSub">Relevance to Theatre: </span><span class="itfInfoInfo">{{html tmplToHtml(theatre)}}</span><br /><br />
|
||||
<span class="itfInfoSub">Quick Howto: </span><span class="itfInfoInfo">{{html tmplToHtml(quick_howto)}}</span><br /><br />
|
||||
</div>
|
4
itf/templates/erang_organised/Issue/preview.html
Normal file
4
itf/templates/erang_organised/Issue/preview.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="itfPreview">
|
||||
<span class="itfPreviewTitle">${title}</span><br /><br />
|
||||
<span class="itfPreviewSub">Summary: </span>><span class="itfPreviewText">{{html tmplToHtml(summary) }}</span>
|
||||
</div>
|
4
itf/templates/festival/Project/preview.html
Normal file
4
itf/templates/festival/Project/preview.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="itfPreview">
|
||||
<span class="itfPreviewTitle">${title}</span><br /><br />
|
||||
<span class="itfPreviewSub">Intro: </span>><span class="itfPreviewText">{{html tmplToHtml(intro) }}</span>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user