[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollanswer.thtml, 1.2, 1.3 pollblock.thtml, 1.8, 1.9 pollquestions.thtml, 1.1, 1.2 pollresult.thtml, 1.5, 1.6

Oliver ospiess at qs1489.pair.com
Tue Oct 9 05:23:02 EDT 2007


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

Modified Files:
	pollanswer.thtml pollblock.thtml pollquestions.thtml 
	pollresult.thtml 
Log Message:
adjust polls layout
improve markup

Index: pollblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollblock.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pollblock.thtml	9 Oct 2007 09:14:03 -0000	1.8
--- pollblock.thtml	9 Oct 2007 09:23:00 -0000	1.9
***************
*** 1,3 ****
! <span class="floatright">{edit_icon}</span><div class="poll_topic">{poll_topic}</div>
  <form action="{poll_vote_url}" name="Vote" method="POST">
      <div>
--- 1,3 ----
! <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
  <form action="{poll_vote_url}" name="Vote" method="POST">
      <div>

Index: pollresult.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollresult.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pollresult.thtml	9 Oct 2007 09:14:03 -0000	1.5
--- pollresult.thtml	9 Oct 2007 09:23:00 -0000	1.6
***************
*** 1,3 ****
! <span class="floatright">{edit_icon}</span><div class="poll_topic">{poll_topic}</div>
  {poll_questions}
  <div style="clear:both"></div>
--- 1,3 ----
! <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
  {poll_questions}
  <div style="clear:both"></div>

Index: pollanswer.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollanswer.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollanswer.thtml	16 Jan 2007 04:01:08 -0000	1.2
--- pollanswer.thtml	9 Oct 2007 09:23:00 -0000	1.3
***************
*** 1 ****
!   <input type="radio" name="aid[{question_id}]" value="{answer_id}"{selected}> {answer_text}<br>
--- 1 ----
!   <li><input type="radio" name="aid[{question_id}]" value="{answer_id}"{selected}> {answer_text}</li>

Index: pollquestions.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollquestions.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pollquestions.thtml	16 Jan 2007 04:01:08 -0000	1.1
--- pollquestions.thtml	9 Oct 2007 09:23:00 -0000	1.2
***************
*** 1,4 ****
  <div class="poll-questions">
!     <span class="poll-question">{lang_question}{lang_question_number}{poll_question}</span><br>
      {poll_answers}
  </div>
--- 1,6 ----
  <div class="poll-questions">
!     <p class="poll-question">{lang_question}{lang_question_number}{poll_question}</p>
!     <ul>
      {poll_answers}
+     </ul>
  </div>




More information about the geeklog-cvs mailing list