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

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 09:11:43 EDT 2008


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

Modified Files:
	pollanswer.thtml pollblock.thtml polllist.thtml 
Log Message:
CR+LF -> LF


Index: pollblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollblock.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pollblock.thtml	25 Nov 2007 06:57:00 -0000	1.11
--- pollblock.thtml	12 May 2008 13:11:41 -0000	1.12
***************
*** 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>
--- 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: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollanswer.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pollanswer.thtml	25 Nov 2007 06:57:00 -0000	1.4
--- pollanswer.thtml	12 May 2008 13:11:41 -0000	1.5
***************
*** 1 ****
!   <li><input type="radio" name="aid[{question_id}]" value="{answer_id}"{selected}{xhtml}> {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: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/polllist.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** polllist.thtml	25 Nov 2007 06:57:00 -0000	1.2
--- polllist.thtml	12 May 2008 13:11:41 -0000	1.3
***************
*** 1 ****
!                             <br{xhtml}>{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} 




More information about the geeklog-cvs mailing list