Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2020612.tpl
diff --git a/data/templates/own_templates/2020612.tpl b/data/templates/own_templates/2020612.tpl
new file mode 100644 (file)
index 0000000..ba78fe2
--- /dev/null
@@ -0,0 +1,27 @@
+<!--showing poll-->
+{if $poll_id eq true}{get_poll poll_id=$poll_id}
+{else}{get_poll}{/if}
+{$get_poll.voted}
+{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}
+<form method='post'
+action='/id/{$get_poll.node_id}'>{$option.text}&nbsp;<input
+type='submit' name='event' value='vote'><input
+type='hidden' name='poll_option'
+value='{$smarty.foreach.poll_option.iteration}'></form>{/if}</td><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><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-->
+
This page took 0.094672 seconds and 4 git commands to generate.