EduploneExam/skins/EduploneExam exam_matching.pt,1.9,1.10 exam_multiplechoice.pt,1.13,1.14 exam_questionHeader.pt,1.4,1.5 exam_singlechoice.pt,1.11,1.12 exam_truefalse.pt,1.11,1.12

"Fabian K." <[email protected]> Sun, 11 Sep 2005 15:04:44 +0000
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/skins/EduploneExam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12935

Modified Files:
	exam_matching.pt exam_multiplechoice.pt exam_questionHeader.pt 
	exam_singlechoice.pt exam_truefalse.pt 
Log Message:
Updated ImageField usage to latest AT version

Index: exam_truefalse.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_truefalse.pt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** exam_truefalse.pt	11 Sep 2005 14:03:42 -0000	1.11
--- exam_truefalse.pt	11 Sep 2005 15:04:42 -0000	1.12
***************
*** 12,16 ****
  
              <td>
!                 <span tal:condition="python:answer.getPicture()"
                        tal:content="structure python:answer.getPicture()" />
  
--- 12,16 ----
  
              <td>
!                 <span tal:condition="python:answer.getPicture().getSize() > 0"
                        tal:content="structure python:answer.getPicture()" />
  
***************
*** 64,68 ****
  
              <td>
!                  <span tal:condition="python:answer.getPicture()"
                         tal:content="structure python:answer.getPicture()" />
  
--- 64,68 ----
  
              <td>
!                  <span tal:condition="python:answer.getPicture().getSize() > 0"
                         tal:content="structure python:answer.getPicture()" />
  

Index: exam_questionHeader.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_questionHeader.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** exam_questionHeader.pt	11 Sep 2005 10:31:51 -0000	1.4
--- exam_questionHeader.pt	11 Sep 2005 15:04:42 -0000	1.5
***************
*** 12,16 ****
          <bR />
          <b tal:content="structure python:currentQuestion.getQuestion()" />
!         <div tal:condition="python:currentQuestion.getPicture()"
               tal:content="structure python:currentQuestion.getPicture()" />
  
--- 12,16 ----
          <bR />
          <b tal:content="structure python:currentQuestion.getQuestion()" />
!         <div tal:condition="python:currentQuestion.getPicture().getSize() > 0"
               tal:content="structure python:currentQuestion.getPicture()" />
  
***************
*** 40,44 ****
  
          <span tal:content="structure python:currentQuestion.getQuestion()" />
!         <div tal:condition="python:currentQuestion.getPicture()"
               tal:content="structure python:currentQuestion.getPicture()" />
  
--- 40,44 ----
  
          <span tal:content="structure python:currentQuestion.getQuestion()" />
!         <div tal:condition="python:currentQuestion.getPicture().getSize() > 0"
               tal:content="structure python:currentQuestion.getPicture()" />
  

Index: exam_singlechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_singlechoice.pt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** exam_singlechoice.pt	11 Sep 2005 14:03:42 -0000	1.11
--- exam_singlechoice.pt	11 Sep 2005 15:04:42 -0000	1.12
***************
*** 18,22 ****
                  </td>
                  <td>
!                     <span tal:condition="python:answer.getPicture()"
                            tal:content="structure python:answer.getPicture()" />
  
--- 18,22 ----
                  </td>
                  <td>
!                     <span tal:condition="python: answer.getPicture().getSize() > 0"
                            tal:content="structure python:answer.getPicture()" />
  
***************
*** 54,58 ****
  
              <td>
!                 <span tal:condition="python:answer.getPicture()"
                         tal:content="structure python:answer.getPicture()" />
  
--- 54,58 ----
  
              <td>
!                 <span tal:condition="python:answer.getPicture().getSize() > 0"
                         tal:content="structure python:answer.getPicture()" />
  

Index: exam_matching.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_matching.pt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** exam_matching.pt	11 Sep 2005 14:03:42 -0000	1.9
--- exam_matching.pt	11 Sep 2005 15:04:42 -0000	1.10
***************
*** 14,18 ****
                  <tr tal:condition="answer/challenge">
                      <td>
!                         <span tal:condition="python:answer.getPicture()"
                                tal:content="structure python:answer.getPicture()" />
                
--- 14,18 ----
                  <tr tal:condition="answer/challenge">
                      <td>
!                         <span tal:condition="python:answer.getPicture().getSize() > 0"
                                tal:content="structure python:answer.getPicture()" />
                
***************
*** 65,69 ****
              <tal:condition tal:condition="answer/challenge">
                  <td>
!                     <span tal:condition="python:answer.getPicture()"
                            tal:content="structure python:answer.getPicture()" />
  
--- 65,69 ----
              <tal:condition tal:condition="answer/challenge">
                  <td>
!                     <span tal:condition="python:answer.getPicture().getSize() > 0"
                            tal:content="structure python:answer.getPicture()" />
  

Index: exam_multiplechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_multiplechoice.pt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** exam_multiplechoice.pt	11 Sep 2005 14:03:42 -0000	1.13
--- exam_multiplechoice.pt	11 Sep 2005 15:04:42 -0000	1.14
***************
*** 19,23 ****
                  </td>
                  <td>
!                     <span tal:condition="python:answer.getPicture()"
                            tal:content="structure python:answer.getPicture()" />
  
--- 19,23 ----
                  </td>
                  <td>
!                     <span tal:condition="python:answer.getPicture().getSize() > 0"
                            tal:content="structure python:answer.getPicture()" />
  
***************
*** 62,66 ****
  
              <td>
!                  <span tal:condition="python:answer.getPicture()"
                         tal:content="structure python:answer.getPicture()" />
  
--- 62,66 ----
  
              <td>
!                  <span tal:condition="python:answer.getPicture().getSize() > 0"
                         tal:content="structure python:answer.getPicture()" />
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf