EduploneTest/skins/EduploneTest eduplone_students.pt,1.4,1.5 eduplone_testingResults.pt,1.8,1.9 task_view.pt,1.10,1.11

Claudia Disque <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneTest/skins/EduploneTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6666/skins/EduploneTest

Modified Files:
	eduplone_students.pt eduplone_testingResults.pt task_view.pt 
Log Message:
added  and deleted i18n translations

Index: task_view.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/task_view.pt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** task_view.pt	8 Nov 2004 13:01:55 -0000	1.10
--- task_view.pt	20 Nov 2004 19:28:52 -0000	1.11
***************
*** 71,75 ****
  
                  <br/>
!                  <input i18n:attributes="value" type="submit" value="Save" i18n:domain="plone"
                                     tal:condition="python: here.user_isMember()"/>
              </form>
--- 71,75 ----
  
                  <br/>
!                  <input type="submit" value="Save" i18n:attributes="value" 
                                     tal:condition="python: here.user_isMember()"/>
              </form>
***************
*** 162,166 ****
  
                  <br/>
!                 <input type="submit" value="Save" i18n:attributes="value" i18n:domain="plone"
                      tal:condition="python: here.user_isMember()"/>
  
--- 162,166 ----
  
                  <br/>
!                 <input type="submit" value="Save" i18n:attributes="value" 
                      tal:condition="python: here.user_isMember()"/>
  
***************
*** 207,211 ****
  
                  <br/><br/>
!                 <input type="submit" value="Save" i18n:attributes="value" i18n:domain="plone"
                      tal:condition="python: here.user_isMember()"/>
  
--- 207,211 ----
  
                  <br/><br/>
!                 <input type="submit" value="Save" i18n:attributes="value" 
                      tal:condition="python: here.user_isMember()"/>
  
***************
*** 245,249 ****
  
                  <br/><br/>
!                 <input type="submit" value="Save" i18n:attributes="value" i18n:domain="plone"
                      tal:condition="python: here.user_isMember()"/>
  
--- 245,249 ----
  
                  <br/><br/>
!                  <input type="submit" value="Save" i18n:attributes="value" 
                      tal:condition="python: here.user_isMember()"/>
  

Index: eduplone_students.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/eduplone_students.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** eduplone_students.pt	16 Nov 2004 01:03:15 -0000	1.4
--- eduplone_students.pt	20 Nov 2004 19:28:52 -0000	1.5
***************
*** 9,16 ****
          <tal metal:define-macro="main">
  
!         <div class="contentHeader">
!             <h1 tal:content="structure python:env.title_or_id()">Title or id</h1>
          </div>
! 
          <div class="documentDescription"
               tal:content="here/Description">
--- 9,21 ----
          <tal metal:define-macro="main">
  
!               
!          <div class="contentHeader">
!               <h1>
!                   <small i18n:translate="label_user_for_exam">user for:</small>
!                   <span tal:content="structure python:here.aq_parent.title_or_id()">Title or id</span>
!                   </h1>
          </div>
!         
!         
          <div class="documentDescription"
               tal:content="here/Description">
***************
*** 23,28 ****
                              waitingTestMembers python:here.getTestMembers(1)">
          <div i18n:translate="description_eduplone_students">
!         If you want the users to participate in the test, select them on the left side and then push the button "&gt;&gt;".
!         If you want to delete the users from the test, select them on the right side and then push the button "&lt;&lt;".
          </div>
          <p />
--- 28,33 ----
                              waitingTestMembers python:here.getTestMembers(1)">
          <div i18n:translate="description_eduplone_students">
!         If you want the users to participate in the test, select them on the left side and then push the button "&raquo;".
!         If you want to delete the users from the test, select them on the right side and then push the button "&laquo;".
          </div>
          <p />
***************
*** 49,55 ****
  
                  <td align="center" valign="top">
!                     <input type="submit" name="addTestMembers" value="   &gt;&gt;   "/>
                      <p/>
!                     <input type="submit" name="delTestMembers" value="   &lt;&lt;   "/>
                  </td>
                  <td>
--- 54,60 ----
  
                  <td align="center" valign="top">
!                     <input type="submit" name="addTestMembers" value="   &raquo;   "/>
                      <p/>
!                     <input type="submit" name="delTestMembers" value="   &laquo;   "/>
                  </td>
                  <td>

Index: eduplone_testingResults.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/eduplone_testingResults.pt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** eduplone_testingResults.pt	13 Nov 2004 11:16:45 -0000	1.8
--- eduplone_testingResults.pt	20 Nov 2004 19:28:52 -0000	1.9
***************
*** 10,16 ****
  
          <div class="contentHeader">
!             <h1 tal:content="structure python:env.title_or_id()">Title or id</h1>
          </div>
! 
          <!--
          <div class="documentDescription"
--- 10,16 ----
  
          <div class="contentHeader">
!             <h1 tal:content="structure python:here.aq_parent.title_or_id()">Title or id</h1>
          </div>
!                         
          <!--
          <div class="documentDescription"
***************
*** 25,76 ****
  
               <p>
! 	        <span i18n:translate="label_total_available_score">Total available:</span>
                  <b tal:content="python:here.getTotalAvailableScore()" />
               </p>
! 	     
               <a tal:attributes="href python:here.users.absolute_url() + '/eduplone_testingResults_global'">
! 	     &raquo; <span i18n:translate="label_user_results_global">&Uuml;bersicht der Ergebnisse</span></a>
! 	     <br/><bR/>
  
  
          <table border="1"
! 	       id="sortable"
! 	       class="listing"
! 	       summary="UserResults">
! 	    
! 	    <thead>
! 	      <metal:block tal:condition="batch|not:standalone|nothing">
!         	<tr><th i18n:translate="label_user"><b>User</b></th>
! 		    <th i18n:translate="label_totalScore"><b>Score (total)</b></th>
!                 	<th  tal:repeat="quest allquest"
! 		    	     tal:content="quest/title" />
!         	</tr>
! 	      </metal:block>
! 	    </thead>
  
              <tr tal:repeat="user allusers">
! 		<tal tal:define="answers python:user.getAnswers()">
                       <td valign="top">
! 		        <nobr>
!                     	    <a tal:content="python: user.getId()"
                                 tal:attributes="href python:here.users.absolute_url() + '/' + user.id + '/eduplone_userResults2'" /> :
! 			</nobr>
                      </td>
! 		    <td> 
! 			<nobr>
! 			    <b tal:content="python: round(here.score_CalculateTotal(user.getId()),2)" /> / <i tal:replace="python: here.getTotalAvailableScore()" />
! 			</nobr>
! 		    </td>
! 			    
                      <td tal:repeat="quest allquest"
                          tal:attributes="valign python:'top'">
! 			<nobr>
!                     	    <b tal:content="python: round(here.score_CalculateQuestion(quest.getId(), user.id),2)" />
                              /
!                     	    <i tal:replace="python: quest.getScore()" />
!                     	    <a tal:attributes="href python:here.users.absolute_url() + '/' + user.getId() + '/eduplone_scoreOverride?qId=' + quest.getId()" >&raquo;</a>
! 			</nobr>
                      </td>
! 		</tal>
              </tr>
           </table>
--- 25,76 ----
  
               <p>
!             <span i18n:translate="label_total_available_score">Total available Score:</span>
                  <b tal:content="python:here.getTotalAvailableScore()" />
               </p>
! 
               <a tal:attributes="href python:here.users.absolute_url() + '/eduplone_testingResults_global'">
!          &raquo; <span i18n:translate="label_user_results_global">&Uuml;bersicht der Ergebnisse</span></a>
!          <br/><bR/>
  
  
          <table border="1"
!            id="sortable"
!            class="listing"
!            summary="UserResults">
! 
!         <thead>
!           <metal:block tal:condition="batch|not:standalone|nothing">
!             <tr><th i18n:translate="label_user"><b>User</b></th>
!             <th i18n:translate="label_totalScore"><b>Score (total)</b></th>
!                     <th  tal:repeat="quest allquest"
!                      tal:content="quest/title" />
!             </tr>
!           </metal:block>
!         </thead>
  
              <tr tal:repeat="user allusers">
!         <tal tal:define="answers python:user.getAnswers()">
                       <td valign="top">
!                 <nobr>
!                             <a tal:content="python: user.getId()"
                                 tal:attributes="href python:here.users.absolute_url() + '/' + user.id + '/eduplone_userResults2'" /> :
!             </nobr>
                      </td>
!             <td>
!             <nobr>
!                 <b tal:content="python: round(here.score_CalculateTotal(user.getId()),2)" /> / <i tal:replace="python: here.getTotalAvailableScore()" />
!             </nobr>
!             </td>
! 
                      <td tal:repeat="quest allquest"
                          tal:attributes="valign python:'top'">
!             <nobr>
!                             <b tal:content="python: round(here.score_CalculateQuestion(quest.getId(), user.id),2)" />
                              /
!                             <i tal:replace="python: quest.getScore()" />
!                             <a tal:attributes="href python:here.users.absolute_url() + '/' + user.getId() + '/eduplone_scoreOverride?qId=' + quest.getId()" >&raquo;</a>
!             </nobr>
                      </td>
!         </tal>
              </tr>
           </table>



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.