Author: michiel
Date: 2010-02-15 15:56:55 +0100 (Mon, 15 Feb 2010)
New Revision: 41009

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/WEB-INF/tags/mm/searchrelateexample/html.tagx
Log:
ported from trunk

Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/WEB-INF/tags/mm/searchrelateexample/html.tagx
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/WEB-INF/tags/mm/searchrelateexample/html.tagx
   2010-02-15 14:55:50 UTC (rev 41008)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/WEB-INF/tags/mm/searchrelateexample/html.tagx
   2010-02-15 14:56:55 UTC (rev 41009)
@@ -1,18 +1,12 @@
-<?xml version="1.0" ?>
 <html
     xmlns="http://www.w3.org/1999/xhtml";
     xml:lang="en"
     xmlns:c="http://java.sun.com/jsp/jstl/core";
-    xmlns:fn="http://java.sun.com/jsp/jstl/functions";
-    xmlns:mm-sre="http://www.mmbase.org/tags/mm/searchrelateexample";
-    xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
-    xmlns:mm-sr-t="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+
   <jsp:directive.tag
-      example="See /mmexamples/searchrelate"
-      description="
-                   " />
+      example="See /mmexamples/searchrelate" />
 
 
   <jsp:directive.attribute name="title"        type="java.lang.String"
@@ -29,6 +23,7 @@
 
   <mm:import externid="ct" />
   <mm:import externid="debug" />
+  <mm:import externid="type" />
 
   <mm:content
       type="${empty ct ? 'application/xhtml+xml' : ct}"
@@ -45,6 +40,7 @@
         <title>${_title}</title>
         <jsp:directive.include file="/mmbase/validation/javascript.jspxf" />
         <jsp:directive.include file="/mmbase/jquery/jquery-ui.jspx" />
+        <jsp:directive.include file="/mmbase/upload/javascript.jspxf" />
         <mm:link page="/mmbase/searchrelate/page.css.jsp">
           <link rel="stylesheet" href="${_}" type="text/css" />
         </mm:link>
@@ -85,13 +81,13 @@
 
         <hr />
         <c:if test="${cancel}">
-          <mm:link referids="ct?,debug?,config?">
+          <mm:link referids="ct?,debug?,config?,type?">
             <mm:param name="cancel"></mm:param>
             <a href="${_}">cancel</a>
           </mm:link>
           <jsp:text> | </jsp:text>
         </c:if>
-        <mm:link referids="ct?,debug?,config?">
+        <mm:link referids="ct?,debug?,config?,type?">
           <a href="${_}">reload</a>
         </mm:link>
         <jsp:text> | </jsp:text>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to