[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollanswer.thtml, 1.3, 1.4 pollblock.thtml, 1.10, 1.11 polllist.thtml, 1.1, 1.2 pollvotes_bar.thtml, 1.4, 1.5

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:57:02 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates
In directory qs1489.pair.com:/tmp/cvs-serv9592/templates

Modified Files:
	pollanswer.thtml pollblock.thtml polllist.thtml 
	pollvotes_bar.thtml 
Log Message:
XHTML optional updates

Index: pollblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollblock.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pollblock.thtml	9 Oct 2007 10:01:03 -0000	1.10
--- pollblock.thtml	25 Nov 2007 06:57:00 -0000	1.11
***************
*** 1,14 ****
! <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
! <form action="{poll_vote_url}" name="Vote" method="POST">
!     <div>
!     <input type="hidden" name="pid" value="{poll_id}">
!             {poll_questions}
!         <span class="pluginTinyText">{poll_notification}</span><br>
!         <input type="submit" value="{lang_vote}">
!         {poll_results}
!     </div>
! </form>
! 
! <span class="pluginTinyText">
!     <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
  </span>
--- 1,14 ----
! <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
! <form action="{poll_vote_url}" name="Vote" method="post">
!     <div>
!     <input type="hidden" name="pid" value="{poll_id}"{xhtml}>
!             {poll_questions}
!         <span class="pluginTinyText">{poll_notification}</span><br{xhtml}>
!         <input type="submit" value="{lang_vote}"{xhtml}>
!         {poll_results}
!     </div>
! </form>
! 
! <span class="pluginTinyText">
!     <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
  </span>

Index: pollanswer.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollanswer.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pollanswer.thtml	9 Oct 2007 09:23:00 -0000	1.3
--- pollanswer.thtml	25 Nov 2007 06:57:00 -0000	1.4
***************
*** 1 ****
!   <li><input type="radio" name="aid[{question_id}]" value="{answer_id}"{selected}> {answer_text}</li>
--- 1 ----
!   <li><input type="radio" name="aid[{question_id}]" value="{answer_id}"{selected}{xhtml}> {answer_text}</li>

Index: polllist.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/polllist.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** polllist.thtml	7 Jun 2005 18:55:44 -0000	1.1
--- polllist.thtml	25 Nov 2007 06:57:00 -0000	1.2
***************
*** 1 ****
!                             <br>{item_num}. <a href="{poll_url}">{poll_question}</a> ({poll_votes} {lang_votes}){ending_br} 
--- 1 ----
!                             <br{xhtml}>{item_num}. <a href="{poll_url}">{poll_question}</a> ({poll_votes} {lang_votes}){ending_br} 

Index: pollvotes_bar.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollvotes_bar.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pollvotes_bar.thtml	16 Jan 2007 05:40:25 -0000	1.4
--- pollvotes_bar.thtml	25 Nov 2007 06:57:00 -0000	1.5
***************
*** 1,11 ****
!         <tr class="pluginRow{cssidb}">
!             <td class="poll_answer_text">{answer_text}</td>
!             <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" align="bottom" alt=""> {answer_num} ({answer_percent}%)
!             </td>
!         </tr>
!         <tr class="pluginRow{cssida}">
!             <td align="left" colspan="2">
!                 {remark_text}
!             </td>
!         </tr>
--- 1,11 ----
!         <tr class="pluginRow{cssidb}">
!             <td class="poll_answer_text">{answer_text}</td>
!             <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" align="bottom" alt=""{xhtml}> {answer_num} ({answer_percent}%)
!             </td>
!         </tr>
!         <tr class="pluginRow{cssida}">
!             <td align="left" colspan="2">
!                 {remark_text}
!             </td>
!         </tr>




More information about the geeklog-cvs mailing list