0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
geeklog
/
1.4.1-4
/
standard
/
htdocs
/
plugins
/
polls
/
templates
/
[
Home
]
File: pollblock.thtml
<b>{poll_question}</b> <form action="{poll_vote_url}" name="Vote" method="POST"> <input type="hidden" name="qid" value="{poll_id}"> {poll_answers} <input type="submit" value="{lang_vote}"> <a href="{poll_results_url}">{lang_results}</a> </form> <span class="poll-vote">{num_votes} {lang_votes}{poll_comments}</span><br>