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

Modified Files:
        index.jsp node.jspx 
Log Message:
simplifications, debug


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


Index: index.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/learnblocks/index.jsp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- index.jsp   14 Mar 2008 17:37:00 -0000      1.44
+++ index.jsp   20 Mar 2008 14:36:03 -0000      1.45
@@ -31,7 +31,7 @@
               class="learnenvironment">
 
 
-            <di:include page="/education/learnblocks/node.jspx" />
+            <di:include debug="xml" page="/education/learnblocks/node.jspx" />
           </div>
 
           <di:include page="/education/prev_next.jsp" />


Index: node.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/learnblocks/node.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- node.jspx   15 Feb 2008 15:10:41 -0000      1.4
+++ node.jspx   20 Mar 2008 14:36:03 -0000      1.5
@@ -10,16 +10,17 @@
     <a name="learnblock_${_node}"><jsp:text> </jsp:text></a>
 
     <mm:nodeinfo type="type">
+      &lt;!-- type ${_} --&gt;
       <mm:treehaspage objectlist="${includePath}" 
page="/education/pages/${_}/index.jspx">
-        <mm:treeinclude page="/education/pages/${_}/index.jspx"
+        <mm:treeinclude debug="xml" page="/education/pages/${_}/index.jspx"
                         objectlist="$includePath"
                         referids="$referids,[EMAIL PROTECTED]" />
       </mm:treehaspage>
       <mm:treehaspage objectlist="${includePath}" 
page="/education/pages/${_}/index.jspx" inverse="true">
-        <mm:treeinclude page="/education/pages/content.jsp"
+        <mm:treeinclude debug="xml" page="/education/pages/content.jsp"
                         objectlist="$includePath"
                         referids="$referids,[EMAIL PROTECTED]" />
-        <mm:treeinclude page="/education/paragraph/paragraph.jsp" 
objectlist="$includePath"
+        <mm:treeinclude debug="xml" page="/education/paragraph/paragraph.jsp" 
objectlist="$includePath"
                         referids="$referids,[EMAIL PROTECTED]">
           <mm:param 
name="path_segment">${pageContext.request.contextPath}/education/</mm:param>
         </mm:treeinclude>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to