EduploneExam_QOrderProcessor/skins/EduploneExam_QOrderProcessor processor_view.pt,1.5,1.6
Nils Haagen <[email protected]> Tue, 10 Jan 2006 15:07:37 +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-serv30792/skins/EduploneExam_QOrderProcessor
Modified Files:
processor_view.pt
Log Message:
bugfixes for sumResults
Index: processor_view.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam_QOrderProcessor/skins/EduploneExam_QOrderProcessor/processor_view.pt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** processor_view.pt 15 Nov 2005 11:13:18 -0000 1.5
--- processor_view.pt 10 Jan 2006 15:07:35 -0000 1.6
***************
*** 70,75 ****
<!-- Aargau-spezifisch -->
! <tal tal:define="results python:here.maxSumProcIds().values();
! posDict python:here.pgResultPositions();
tablecolors python:['#0033CC','#667fcc','#e2d9ff', '#ffffff']">
--- 70,74 ----
<!-- Aargau-spezifisch -->
! <tal tal:define="results python:here.maxSumProcIds();
tablecolors python:['#0033CC','#667fcc','#e2d9ff', '#ffffff']">
***************
*** 79,89 ****
<td>
! <table border=1 width=300 height=300>
<tr>
! <td align=center tal:attributes="bgcolor python:tablecolors[posDict['Stil2']]"><b>Stil II<br /> karikativ</b></td>
! <td align=center tal:attributes="bgcolor python:tablecolors[posDict['Stil4']]"><b>Stil IV<br /> kooperativ</b></td>
</tr><tr>
! <td align=center tal:attributes="bgcolor python:tablecolors[posDict['Stil1']]"><b>Stil I<br /> laisser-faire</b></td>
! <td align=center tal:attributes="bgcolor python:tablecolors[posDict['Stil3']]"><b>Stil III<br /> autoritär</b></td>
</tr>
</table>
--- 78,88 ----
<td>
! <table border=1 width=320 height=320>
<tr>
! <td width="160" height="160" align=center tal:attributes="bgcolor python:tablecolors[here.pgResultPositions('Stil2')]"><b>Stil II<br /> karikativ</b></td>
! <td width="160" height="160" align=center tal:attributes="bgcolor python:tablecolors[here.pgResultPositions('Stil4')]"><b>Stil IV<br /> kooperativ</b></td>
</tr><tr>
! <td width="160" height="160" align=center tal:attributes="bgcolor python:tablecolors[here.pgResultPositions('Stil1')]"><b>Stil I<br /> laisser-faire</b></td>
! <td width="160" height="160" align=center tal:attributes="bgcolor python:tablecolors[here.pgResultPositions('Stil3')]"><b>Stil III<br /> autoritär</b></td>
</tr>
</table>
***************
*** 101,110 ****
</table>
! <div tal:repeat="pgId results">
! <tal tal:define="pg python:here[pgId]">
! <h2 tal:content="pg/Title" />
! <span tal:omit-tag=" " tal:content="structure pg/Feedback" />
<br /><br />
! </tal>
</div>
--- 100,109 ----
</table>
! <div tal:repeat="pg results">
!
! <h2 tal:content="python: here[pg[0]].Title()" />
! <span tal:omit-tag=" " tal:content="structure python: here[pg[0]].Feedback" />
<br /><br />
!
</div>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click