it/itf/templates/bestpractices/BestPractice/info.html

7 lines
506 B
HTML
Raw Normal View History

2011-01-11 19:56:36 +05:30
<div class="itfInfo">
2011-01-19 17:00:04 +05:30
<span class="itfInfoSub">Story: </span><span class="itfInfoInfo">{{html tmplToHtml(story)}}</span><br /><br />
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{html tmplToHtml(law)}}</span><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 />
2011-01-11 19:56:36 +05:30
</div>