Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/learnblocks
In directory james.mmbase.org:/tmp/cvs-serv24584

Modified Files:
        index.jsp 
Log Message:
moved background functionality to sepeate tag-file


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/learnblocks


Index: index.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/learnblocks/index.jsp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- index.jsp   20 Mar 2008 14:36:03 -0000      1.45
+++ index.jsp   24 Apr 2008 15:20:50 -0000      1.46
@@ -22,17 +22,10 @@
 
           <di:include page="/education/learnblocks/subnavigation.jspx" />
 
-          <mm:relatednodes type="images" role="background">
-            <!-- f(png)+s(500)+fill(rgba(255,255,255,80))+draw(rectangle 
0,0,1000,1000)+draw(rectangle 240,0,1000,1000) -->
-            <mm:import id="background">url('<mm:image  
template="${di:setting('education', 'background_image_template')}" 
/>')</mm:import>
-          </mm:relatednodes>
-          <div
-              style="background-image: ${empty background ? '' : background}"
-              class="learnenvironment">
-
 
+          <di:background>
             <di:include debug="xml" page="/education/learnblocks/node.jspx" />
-          </div>
+          </di:background>
 
           <di:include page="/education/prev_next.jsp" />
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to