Update of /var/cvs/contributions/didactor2/src/shoutbox/blocks
In directory james.mmbase.org:/tmp/cvs-serv8180/blocks

Modified Files:
        menu.jspx 
Added Files:
        index.jspx item.jspx link.jspx 
Log Message:
shoutbox.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/shoutbox/blocks


index.jspx is new



item.jspx is new



link.jspx is new



Index: menu.jspx
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/shoutbox/blocks/menu.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- menu.jspx   7 Aug 2008 13:44:18 -0000       1.1
+++ menu.jspx   8 Aug 2008 15:45:16 -0000       1.2
@@ -1,19 +1,16 @@
 <jsp:root
     xmlns:jsp="http://java.sun.com/JSP/Page";
+    xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
-    xmlns:di="http://www.didactor.nl/ditaglib_1.0";
     version="2.0">
 
   <div class="menuSeperator"><jsp:text> </jsp:text></div>
   <div class="menuItem">
-    <mm:treefile page="/mailform/" objectlist="$includePath"
-                 referids="${referids}"
-                 write="false"
-                 >
+    <mm:link page="index" >
       <a href="${_}" class="menubar">
-        <di:translate key="mailform.education_menu_item_mail_to_coach" />
+        <fmt:message key="menu" />
       </a>
-    </mm:treefile>
+    </mm:link>
   </div>
 </jsp:root>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to