renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549950.tpl
diff --git a/data/templates/own_templates/1549950.tpl b/data/templates/own_templates/1549950.tpl
deleted file mode 100644 (file)
index 0fdad90..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{if $get_poll.question eq true}
-       <table width='66%' align='center' class='bordered'>
-       <tr><td colspan='3' align='center'><b>{$get_poll.question}</b></td></tr>
-       {foreach from=$get_poll.options item=option name=poll_option}
-               <tr><td>
-               {if $get_poll.voted eq 'yes'}
-                       {$option.text}
-               {else}
-                       <a href='/id/{$get_poll.node_id}/{$smarty.foreach.poll_option.iteration}'>{$option.text}</a>
-               {/if}
-                       <td><table style='background-color:#6dae42;width: {math equation="(x/y)*100" format="%d" x=$option.number y=$get_poll.total} pt;'><tr height=5><td height=5></td></tr></table>
-                       <td>{math equation="(x/y)*100" format="%.1f" x=$option.number y=$get_poll.total}%</td></tr>
-
-       {/foreach}
-       <tr><td colspan='3' align='center'><i>{$get_poll.total} voted</i></td></tr>
-       </table>
-{/if}
-<!--end of showing poll-->
\ No newline at end of file
This page took 0.119377 seconds and 4 git commands to generate.