Update of
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes
In directory james.mmbase.org:/tmp/cvs-serv21403
Modified Files:
components.jsp
Log Message:
using new tag di:has
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards/modes
Index: components.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes/components.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- components.jsp 1 Nov 2006 10:10:38 -0000 1.1
+++ components.jsp 22 Jan 2008 17:27:27 -0000 1.2
@@ -1,20 +1,17 @@
-<[EMAIL PROTECTED] uri="http://www.mmbase.org/mmbase-taglib-2.0" prefix="mm"
-%><mm:cloud rank="basic user">
- <jsp:directive.include file="/shared/setImports.jsp" />
-
- <jsp:directive.include file="../roles_defs.jsp" />
- <mm:import id="editcontextname" >componenten</mm:import>
- <jsp:directive.include file="../roles_chk.jsp" />
-
- <mm:islessthan inverse="true" referid="rights" referid2="RIGHTS_RW">
+<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 rank="basic user">
+ <di:has action="rw" editcontext="componenten"> <!-- dutch -->
<mm:listnodes type="components" orderby="name">
<mm:treefile id="file" page="/components/edit.jsp"
objectlist="$includePath"
referids="[EMAIL PROTECTED]" write="false" />
-
<a target="text" href="${file}">
<mm:field name="name" />
</a>
<br />
</mm:listnodes>
- </mm:islessthan>
-</mm:cloud>
+ </di:has>
+ </mm:cloud>
+</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs