EduploneExam_QOrderProcessor/skins/EduploneExam_QOrderProcessor processor_view.pt,1.1,1.2

Nils Haagen <[email protected]> Mon, 24 Oct 2005 11:00:16 +0000
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam_QOrderProcessor/skins/EduploneExam_QOrderProcessor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12753/skins/EduploneExam_QOrderProcessor

Modified Files:
	processor_view.pt 
Log Message:
changes is aargau-cumstomizing

Index: processor_view.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam_QOrderProcessor/skins/EduploneExam_QOrderProcessor/processor_view.pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** processor_view.pt	28 Sep 2005 08:05:27 -0000	1.1
--- processor_view.pt	24 Oct 2005 11:00:14 -0000	1.2
***************
*** 18,41 ****
               tal:omit-tag="">
  
!             
!             <table border=1
                     tal:define="examOrderQuestions  python:here.aq_parent.objectValues('OrderQuestion');
                                 procAnswers         python:here.get_Proc_OrderAnswers()" >
  
!                 <tr><td></td>
!                     <td tal:repeat="pA procAnswers"><b tal:content="python: procAnswers[pA][0]" /></td>
                  </tr>
  
                  <tr tal:repeat="question examOrderQuestions">
!                     <td tal:content="question/question" />
                     
!                     <td tal:repeat="processGroup python:here.objectValues()" 
!                         tal:content="python: context.deliverResponse(question, create=False).getResponseValues()[processGroup.getAnswerUIDforQuestion(question.UID())]" />
                  </tr>
  
                  <tr><td></td>
!                     <td tal:repeat="processGroup python:here.objectValues()"> 
!                         <b tal:content="python: processGroup.sumUp()" />
!                     </td>
                  </tr>
              </table>
--- 18,49 ----
               tal:omit-tag="">
  
! 
!             <table class="listing"
                     tal:define="examOrderQuestions  python:here.aq_parent.objectValues('OrderQuestion');
                                 procAnswers         python:here.get_Proc_OrderAnswers()" >
  
! 
!                 <tr><th></th>
!                     <th tal:repeat="pA procAnswers"><b tal:content="python: pA[1]" /></th>
                  </tr>
  
                  <tr tal:repeat="question examOrderQuestions">
!                     <td><b tal:content="question/Title" /></td>
                     
!                     <td tal:repeat="pA procAnswers">
!                         <tal tal:define="answerUID   python:here[pA[0]].getAnswerUIDforQuestion(question.UID());
!                                          answerTitle python:here.getTitleForUID(answerUID);">
!                         <span tal:content="python: answerTitle" />:
! 
!                         <b tal:content="python: context.deliverResponse(question, create=False).getResponseValues()[answerUID]" />
!                         </tal>
!                     </td>
                  </tr>
  
                  <tr><td></td>
!                     <th tal:repeat="pA procAnswers"> 
!                         <span tal:content="python: pA[0]" />:
!                         <b tal:content="python: here[pA[0]].sumUp()" />
!                     </th>
                  </tr>
              </table>



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information