Update of /var/cvs/contributions/didactor2/src/shoutbox/blocks
In directory james.mmbase.org:/tmp/cvs-serv4715/shoutbox/blocks

Modified Files:
        index.jspx 
Log Message:
indentation


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/shoutbox/blocks


Index: index.jspx
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/shoutbox/blocks/index.jspx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.jspx  15 Aug 2008 09:41:04 -0000      1.5
+++ index.jspx  28 Aug 2008 14:42:29 -0000      1.6
@@ -1,5 +1,10 @@
 <?xml version="1.0"?>
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; 
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"; 
xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0"; 
xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate"; 
xmlns:di="http://www.didactor.nl/ditaglib_1.0"; version="2.0">
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page";
+          xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
+          xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
+          xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
+          xmlns:di="http://www.didactor.nl/ditaglib_1.0";
+          version="2.0">
        
        <mm:node number="Default.Background" notfound="skip">
                <mm:import id="background">url('<mm:image 
template="${di:setting('education', 
'background_image_template')}"/>')</mm:import>
@@ -8,7 +13,10 @@
                <div class="mm_c c_shoutbox b_index 
${requestScope['org.mmbase.componentClassName']}" 
id="${requestScope['org.mmbase.componentId']}">
                        <mm:import externid="source"/>
                        <mm:node number="${source}">
-                               <mm-sr:relatednodes type="shouts" role="posrel" 
fields="from,title,body" item="/mmbase/components/shoutbox/item.jspx" 
orderby="posrel.pos" direction="down" createposition="top"/>
+                               <mm-sr:relatednodes type="shouts"
+                            role="posrel" fields="from,title,body"
+                            item="/mmbase/components/shoutbox/item.jspx" 
orderby="posrel.pos" direction="down"
+                            createposition="top" />
                        </mm:node>
                </div>
        </div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to