[geeklog-cvs] geeklog-1.3/public_html/layout/Digital_Monochrome/pollbooth pollresult.thtml,NONE,1.1 pollvotes_bar.thtml,NONE,1.1 pollvotes_num.thtml,NONE,1.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Apr 21 12:49:35 EDT 2003


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

Added Files:
	pollresult.thtml pollvotes_bar.thtml pollvotes_num.thtml 
Log Message:
Moved hard-coded HTML for the poll results to template files.


--- NEW FILE: pollresult.thtml ---
<h2>{poll_question}</h2>
<table border="0" cellpadding="3" cellspacing="0" align="center">
{poll_votes}
</table>
<div class="storybyline" align="right">{num_votes} {lang_votes}
{poll_comments}</div>

--- NEW FILE: pollvotes_bar.thtml ---
<tr>
  <td align="right"><b>{answer_text}</b></td>
  <td><img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" align="bottom" alt=""> {answer_num} ({answer_percent}%)</td>
</tr>

--- NEW FILE: pollvotes_num.thtml ---
<tr>
  <td align="right"><b>{answer_text}</b></td>
  <td>{answer_percent}% </td>
</tr>





More information about the geeklog-cvs mailing list