Update of /var/cvs/contributions/didactor2/src/shoutbox/blocks
In directory james.mmbase.org:/tmp/cvs-serv4381
Modified Files:
index.jspx
Log Message:
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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.jspx 14 Aug 2008 09:09:30 -0000 1.2
+++ index.jspx 14 Aug 2008 11:55:33 -0000 1.3
@@ -1,32 +1,14 @@
-<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">
+<?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">
<mm:node number="Default.Background">
- <mm:import id="background">url('<mm:image
template="${di:setting('education', 'background_image_template')}"
/>')</mm:import>
+ <mm:import id="background">url('<mm:image
template="${di:setting('education',
'background_image_template')}"/>')</mm:import>
</mm:node>
-<div class="learnenvironment"
- style="background-image: ${empty background ? '' : background}">
- <div
- class="mm_c c_shoutbox b_index
${requestScope['org.mmbase.componentClassName']}"
- id="${requestScope['org.mmbase.componentId']}">
-
-
- <mm:import externid="source" />
-
+ <div class="learnenvironment" style="background-image: ${empty
background ? '' : background}">
+ <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}">
- <ul>
- <mm-sr:relatednodes type="shouts"
- role="posrel"
- fields="from,title,body"
- item="/mmbase/components/shoutbox/item.jspx"
- />
- </ul>
+ <mm-sr:relatednodes type="shouts" role="posrel"
fields="from,title,body" item="/mmbase/components/shoutbox/item.jspx"
orderby="posrel.pos"/>
</mm:node>
</div>
-</div>
+ </div>
</jsp:root>
-
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs