EduploneExam/skins/EduploneExam exam_fillgap.pt,1.9,1.9.2.1 exam_finished.pt,1.3,1.3.2.1 exam_freetext.pt,1.7,1.7.2.1 exam_matching.pt,1.11.2.1,1.11.2.2 exam_math.pt,1.8,1.8.2.1 exam_multiplechoice.pt,1.15.2.1,1.15.2.2 exam_questionHeader.pt,1.7.2.2,1.7.2.3 exam_singlechoice.pt,1.13.2.1,1.13.2.2 exam_texttask.pt,1.7,1.7.2.1 exam_truefalse.pt,1.13.2.1,1.13.2.2 exam_view.cpt,1.10.2.1,1.10.2.2
Claudia Disque <[email protected]> Mon, 03 Oct 2005 19:40:38 +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-serv1118/skins/EduploneExam
Modified Files:
Tag: exam-1_1
exam_fillgap.pt exam_finished.pt exam_freetext.pt
exam_matching.pt exam_math.pt exam_multiplechoice.pt
exam_questionHeader.pt exam_singlechoice.pt exam_texttask.pt
exam_truefalse.pt exam_view.cpt
Log Message:
updating i18n
Index: exam_truefalse.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_truefalse.pt,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -d -r1.13.2.1 -r1.13.2.2
*** exam_truefalse.pt 3 Oct 2005 10:01:49 -0000 1.13.2.1
--- exam_truefalse.pt 3 Oct 2005 19:40:36 -0000 1.13.2.2
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 46,50 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 46,50 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_texttask.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_texttask.pt,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** exam_texttask.pt 11 Sep 2005 16:22:43 -0000 1.7
--- exam_texttask.pt 3 Oct 2005 19:40:36 -0000 1.7.2.1
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 21,25 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 21,25 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_questionHeader.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_questionHeader.pt,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -d -r1.7.2.2 -r1.7.2.3
*** exam_questionHeader.pt 3 Oct 2005 10:01:49 -0000 1.7.2.2
--- exam_questionHeader.pt 3 Oct 2005 19:40:36 -0000 1.7.2.3
***************
*** 1,5 ****
<div metal:define-macro="questionHeader"
tal:omit-tag=""
! i18n:domain="eduplone">
<h2><b tal:content="currentQuestion/title" />
--- 1,5 ----
<div metal:define-macro="questionHeader"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<h2><b tal:content="currentQuestion/title" />
***************
*** 7,12 ****
tal:condition="python: here.getParam_ShowScore()">
(<span tal:omit-tag=""
! tal:content="currentQuestion/maxScore" /> <i i18n:translate=""
! i18n:domain="EduploneExam"> points</i>)
</tal:block>
</h2>
--- 7,11 ----
tal:condition="python: here.getParam_ShowScore()">
(<span tal:omit-tag=""
! tal:content="currentQuestion/maxScore" /> <i i18n:translate="label_points">points</i>)
</tal:block>
</h2>
***************
*** 34,38 ****
<div metal:define-macro="evalHeader"
tal:omit-tag=""
! i18n:domain="eduplone">
<h2><span tal:omit-tag=""
--- 33,37 ----
<div metal:define-macro="evalHeader"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<h2><span tal:omit-tag=""
Index: exam_fillgap.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_fillgap.pt,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** exam_fillgap.pt 11 Sep 2005 16:22:43 -0000 1.9
--- exam_fillgap.pt 3 Oct 2005 19:40:36 -0000 1.9.2.1
***************
*** 1,5 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 1,5 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 46,50 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 46,50 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_singlechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_singlechoice.pt,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -d -r1.13.2.1 -r1.13.2.2
*** exam_singlechoice.pt 3 Oct 2005 10:01:49 -0000 1.13.2.1
--- exam_singlechoice.pt 3 Oct 2005 19:40:36 -0000 1.13.2.2
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 36,40 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 36,40 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_matching.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_matching.pt,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** exam_matching.pt 3 Oct 2005 10:01:49 -0000 1.11.2.1
--- exam_matching.pt 3 Oct 2005 19:40:36 -0000 1.11.2.2
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 43,47 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 43,47 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_view.cpt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_view.cpt,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -d -r1.10.2.1 -r1.10.2.2
*** exam_view.cpt 2 Oct 2005 21:21:12 -0000 1.10.2.1
--- exam_view.cpt 3 Oct 2005 19:40:36 -0000 1.10.2.2
***************
*** 3,7 ****
lang="en-US"
metal:use-macro="here/main_template/macros/master"
! i18n:domain="eduplone">
<body>
--- 3,7 ----
lang="en-US"
metal:use-macro="here/main_template/macros/master"
! i18n:domain="EduploneExam">
<body>
Index: exam_multiplechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_multiplechoice.pt,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -C2 -d -r1.15.2.1 -r1.15.2.2
*** exam_multiplechoice.pt 3 Oct 2005 10:01:49 -0000 1.15.2.1
--- exam_multiplechoice.pt 3 Oct 2005 19:40:36 -0000 1.15.2.2
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 44,48 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 44,48 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_finished.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_finished.pt,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** exam_finished.pt 26 Sep 2005 07:04:23 -0000 1.3
--- exam_finished.pt 3 Oct 2005 19:40:36 -0000 1.3.2.1
***************
*** 3,7 ****
lang="en-US"
metal:use-macro="here/main_template/macros/master"
! i18n:domain="eduplone">
<body>
--- 3,7 ----
lang="en-US"
metal:use-macro="here/main_template/macros/master"
! i18n:domain="EduploneExam">
<body>
Index: exam_math.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_math.pt,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** exam_math.pt 11 Sep 2005 16:22:43 -0000 1.8
--- exam_math.pt 3 Oct 2005 19:40:36 -0000 1.8.2.1
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 22,26 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 22,26 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_freetext.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_freetext.pt,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** exam_freetext.pt 11 Sep 2005 16:22:43 -0000 1.7
--- exam_freetext.pt 3 Oct 2005 19:40:36 -0000 1.7.2.1
***************
*** 2,6 ****
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="eduplone">
<div>
--- 2,6 ----
<div metal:define-macro="view"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div>
***************
*** 25,29 ****
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="eduplone">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 25,29 ----
<div metal:define-macro="eval"
tal:omit-tag=""
! i18n:domain="EduploneExam">
<div tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl