Update of /var/cvs/speeltuin/mihxil/wiki/examples
In directory james.mmbase.org:/tmp/cvs-serv3062

Modified Files:
        example1.jspx example2.jspx example3.jspx index.jspx 
Log Message:
use the tld, so you don't have to install files


See also: http://cvs.mmbase.org/viewcvs/speeltuin/mihxil/wiki/examples


Index: example1.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example1.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- example1.jspx       1 Apr 2008 09:58:20 -0000       1.1
+++ example1.jspx       1 Apr 2008 10:02:38 -0000       1.2
@@ -2,7 +2,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:c="http://java.sun.com/jsp/jstl/core";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
-    xmlns:mm-sr="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
+    xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
     class="drawer">
   <jsp:output omit-xml-declaration="true" />
   <h1>Example1</h1>


Index: example2.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example2.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- example2.jspx       1 Apr 2008 09:58:20 -0000       1.1
+++ example2.jspx       1 Apr 2008 10:02:38 -0000       1.2
@@ -1,8 +1,7 @@
 <div
     xmlns:jsp="http://java.sun.com/JSP/Page";
-    xmlns:c="http://java.sun.com/jsp/jstl/core";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
-    xmlns:mm-sr="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
+    xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
     class="drawer">
   <jsp:output omit-xml-declaration="true" />
   <h1>Example2</h1>


Index: example3.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example3.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- example3.jspx       1 Apr 2008 09:58:20 -0000       1.1
+++ example3.jspx       1 Apr 2008 10:02:38 -0000       1.2
@@ -1,6 +1,5 @@
 <div
     xmlns:jsp="http://java.sun.com/JSP/Page";
-    xmlns:c="http://java.sun.com/jsp/jstl/core";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
     xmlns:mm-sr="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
     class="drawer">


Index: index.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/index.jspx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.jspx  1 Apr 2008 09:58:20 -0000       1.2
+++ index.jspx  1 Apr 2008 10:02:38 -0000       1.3
@@ -5,17 +5,17 @@
 
     expires="0" type="application/xhtml+xml"
     unacceptable="CRIPPLE" >
+
   <jsp:output doctype-root-element="html"
               doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
               
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
-  <!--
-    xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
-    -->
 
   <html  xmlns="http://www.w3.org/1999/xhtml";>
 
     <title><mm:write id="title" value="Search &amp; Relate examples" /></title>
-    <jsp:directive.include file="/mmbase/validation/javascript.jspxf" /> <!-- 
mainly for jquery -->
+
+    <jsp:directive.include file="/mmbase/validation/javascript.jspxf" /> <!-- 
for jquery -->
+
     <script type="text/javascript">
       $(document).ready(function() {
       $("div.drawer > div").slideUp("fast");
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to