[geeklog-cvs] geeklog-1.3/public_html/layout/Yahoo/pollbooth pollanswer.thtml,NONE,1.1 pollblock.thtml,NONE,1.1 pollcomments.thtml,NONE,1.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Apr 21 05:56:59 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Yahoo/pollbooth
In directory internal.geeklog.net:/tmp/cvs-serv30714/layout/Yahoo/pollbooth

Added Files:
	pollanswer.thtml pollblock.thtml pollcomments.thtml 
Log Message:
Moved hard-coded HTML for the poll block to template files.


--- NEW FILE: pollanswer.thtml ---
  <input type="radio" name="aid" value="{answer_id}">{answer_text}<br>

--- NEW FILE: pollblock.thtml ---
<h2>{poll_question}</h2>
<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="storybyline">{num_votes} {lang_votes}{poll_comments}</span><br>

--- NEW FILE: pollcomments.thtml ---
 | <a href="{poll_comments_url}">{num_comments} {lang_comments}</a>





More information about the geeklog-cvs mailing list