Update of /var/cvs/html/mmbase/components/core
In directory james.mmbase.org:/tmp/cvs-serv25114
Modified Files:
functions.jspx
Log Message:
showing some descriptions too
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core
Index: functions.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/functions.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- functions.jspx 6 Jan 2009 14:55:57 -0000 1.1
+++ functions.jspx 6 Jan 2009 17:00:54 -0000 1.2
@@ -16,10 +16,13 @@
<ul>
<c:forEach items="${functionsets}" var="entry">
<li>
- ${entry.key}
+ <p>${entry.key}: <mm:write value="${entry.value.description}" /></p>
<ul>
<c:forEach items="${entry.value.functions}" var="fun">
- <li><mm:escape>${fun}</mm:escape></li>
+ <li>
+ <mm:escape>${fun}</mm:escape>
+ <p><mm:write value="${fun.description}" /></p>
+ </li>
</c:forEach>
</ul>
</li>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs