Update of /var/cvs/contributions/didactor2/src/core/templates/components
In directory james.mmbase.org:/tmp/cvs-serv29558
Modified Files:
edit.jsp
Log Message:
to jspx
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/components
Index: edit.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/core/templates/components/edit.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- edit.jsp 7 Mar 2008 09:45:18 -0000 1.7
+++ edit.jsp 7 Mar 2008 09:53:16 -0000 1.8
@@ -1,14 +1,14 @@
-<[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"
-%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"
-%><[EMAIL PROTECTED] import="nl.didactor.component.Component,java.util.*"
-%><mm:content postprocessor="reducespace" expires="0">
-<mm:cloud rank="basic user" >
-<mm:import externid="component" />
-<jsp:directive.include file="/shared/setImports.jsp" />
-<html>
+<jsp:root version="2.0"
+ xmlns:c="http://java.sun.com/jsp/jstl/core"
+ 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:content postprocessor="none" expires="0">
+ <mm:cloud rank="basic user" >
+ <mm:import externid="component" />
+ <html>
<head>
- <link rel="stylesheet" type="text/css" href="<mm:treefile
page="/css/base.css" objectlist="$includePath" />" />
+ <link rel="stylesheet" type="text/css"
href="${mm:treelink('/css/base.css', includePath)}" />
</head>
<body>
<div style="margin-left: 10px">
@@ -77,6 +77,7 @@
</di:hasrole>
</div>
</body>
-</html>
-</mm:cloud>
-</mm:content>
+ </html>
+ </mm:cloud>
+ </mm:content>
+</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs