Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/tests
In directory james.mmbase.org:/tmp/cvs-serv30387

Modified Files:
        buildtest.jsp 
Log Message:
moved 'after_test' blocks to inside the node of the test, to make that node 
available


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/tests


Index: buildtest.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/tests/buildtest.jsp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- buildtest.jsp       26 Jun 2008 16:23:36 -0000      1.40
+++ buildtest.jsp       7 Nov 2008 09:49:32 -0000       1.41
@@ -32,12 +32,13 @@
       <div class="content learnenvironment tests">
         <!-- Take care: form name is used in JavaScript of the specific 
question jsp pages! -->
         <mm:treefile id="post" page="/education/tests/rate.jsp" 
objectlist="$includePath" referids="$referids,learnobject,[EMAIL PROTECTED]" 
write="false"/>
+        <mm:node number="$learnobject" id="test">
+
+
         <form name="questionform"
               action="${post}"
               method="POST">
 
-          <mm:node number="$learnobject" id="test">
-
             <di:title field="name" />
 
 
@@ -141,13 +142,14 @@
               </c:choose>
 
             </mm:present>
-          </mm:node>
         </form>
+
         <mm:notpresent referid="copybookNo">
           <di:translate key="education.nocopybookfound" />
         </mm:notpresent>
 
         <di:blocks classification="after_test" />
+      </mm:node>
 
       </div>
     </mm:cloud>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to