Update of /var/cvs/contributions/didactor2/src/core/templates/cockpit
In directory james.mmbase.org:/tmp/cvs-serv24976

Modified Files:
        educationbarcockpit.jsp 
Log Message:
jspx, added a notfound attribute


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/cockpit


Index: educationbarcockpit.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/templates/cockpit/educationbarcockpit.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- educationbarcockpit.jsp     21 Jan 2008 13:53:12 -0000      1.13
+++ educationbarcockpit.jsp     4 Mar 2008 10:57:21 -0000       1.14
@@ -1,13 +1,16 @@
-<[EMAIL PROTECTED] uri="http://www.mmbase.org/mmbase-taglib-2.0"; prefix="mm"
-%><[EMAIL PROTECTED] uri="http://www.didactor.nl/ditaglib_1.0"; prefix="di"
-%><mm:cloud method="asis">
-<div class="educationMenubarCockpit" style="white-space: nowrap">
+<jsp:root version="2.0"
+          xmlns:jsp="http://java.sun.com/JSP/Page";
+          xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
+          xmlns:di="http://www.didactor.nl/ditaglib_1.0";>
+  <mm:cloud method="asis">
+    <div class="educationMenubarCockpit" style="white-space: nowrap">
   <mm:isgreaterthan referid="user" value="0">
     <mm:present referid="education">
 
       <mm:node number="$education" notfound="skip">
         <mm:relatednodes role="settingrel" type="components">
           <mm:treeinclude page="/${_node.name}/cockpit/menuitem.jsp" 
objectlist="$includePath"
+                              notfound="skip"
                           referids="$referids,[EMAIL PROTECTED]">
             <mm:param name="name"><mm:field name="name" /></mm:param>
             <mm:param name="type">div</mm:param>
@@ -16,7 +19,7 @@
         </mm:relatednodes>
       </mm:node>
     </mm:present>
-    <%-- MMbob section - link to class forum --%>
+        <!-- MMbob section - link to class forum -->
     <mm:notpresent referid="education">
       <mm:node number="$provider">
         <mm:relatedcontainer path="settingrel,components">
@@ -36,6 +39,7 @@
         </mm:relatedcontainer>
       </mm:node>
     </mm:notpresent>
+      </mm:isgreaterthan>
   </div>
-</mm:isgreaterthan>
-</mm:cloud>
+  </mm:cloud>
+</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to