Update of /var/cvs/contributions/natmm/templates/natmm
In directory james.mmbase.org:/tmp/cvs-serv6946/templates/natmm

Modified Files:
        activity2.jsp activity1.jsp events.jsp index.jsp 
Log Message:
NMCMS-132 - Better content handling and white line removal.


See also: http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natmm
See also: http://www.mmbase.org/jira/browse/NMCMS-132


Index: activity2.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natmm/activity2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- activity2.jsp       8 May 2008 16:08:47 -0000       1.1
+++ activity2.jsp       9 May 2008 15:19:56 -0000       1.2
@@ -12,6 +12,7 @@
 if(paginaID.equals("-1") && session.getAttribute("pagina")!=null) { 
    paginaID = (String) session.getAttribute("pagina");
 } %>
+<mm:content type="text/html" escaper="none">
 <mm:cloud jspvar="cloud">
 <[EMAIL PROTECTED] file="includes/top1_params.jsp" %>
 <[EMAIL PROTECTED] file="includes/top2_cacheparams.jsp" %>
@@ -215,3 +216,4 @@
 <a name="bottom"></a>
 <[EMAIL PROTECTED] file="includes/footer.jsp" %>
 </mm:cloud>
+</mm:content>
\ No newline at end of file


Index: activity1.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natmm/activity1.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- activity1.jsp       8 May 2008 16:08:47 -0000       1.1
+++ activity1.jsp       9 May 2008 15:19:56 -0000       1.2
@@ -12,6 +12,7 @@
 if(paginaID.equals("-1") && session.getAttribute("pagina")!=null) { 
    paginaID = (String) session.getAttribute("pagina");
 } %>
+<mm:content type="text/html" escaper="none">
 <mm:cloud jspvar="cloud">
 <[EMAIL PROTECTED] file="includes/top1_params.jsp" %>
 <[EMAIL PROTECTED] file="includes/top2_cacheparams.jsp" %>
@@ -212,3 +213,4 @@
 <a name="bottom"></a>
 <[EMAIL PROTECTED] file="includes/footer.jsp" %>
 </mm:cloud>
+</mm:content>
\ No newline at end of file


Index: events.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natmm/events.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- events.jsp  28 Apr 2008 15:40:18 -0000      1.14
+++ events.jsp  9 May 2008 15:19:56 -0000       1.15
@@ -12,6 +12,7 @@
 if(paginaID.equals("-1") && session.getAttribute("pagina")!=null) { 
    paginaID = (String) session.getAttribute("pagina");
 } %>
+<mm:content type="text/html" escaper="none">
 <mm:cloud jspvar="cloud">
 <[EMAIL PROTECTED] file="includes/top1_params.jsp" %>
 <[EMAIL PROTECTED] file="includes/top2_cacheparams.jsp" %>
@@ -153,3 +154,4 @@
 <a name="bottom"></a>
 <[EMAIL PROTECTED] file="includes/footer.jsp" %>
 </mm:cloud>
+</mm:content>
\ No newline at end of file


Index: index.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natmm/index.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.jsp   21 Apr 2008 11:45:42 -0000      1.5
+++ index.jsp   9 May 2008 15:19:56 -0000       1.6
@@ -2,6 +2,7 @@
 <%-- if(paginaID.equals("-1")&&ID.equals("-1")) {
    response.sendRedirect("/100jaarlater/index.html");
 } --%>
+<mm:content type="text/html" escaper="none">
 <mm:cloud jspvar="cloud">
 <[EMAIL PROTECTED] file="includes/top1_params.jsp" %>
 <[EMAIL PROTECTED] file="includes/top2_cacheparams.jsp" %>
@@ -69,3 +70,4 @@
 <[EMAIL PROTECTED] file="includes/footer.jsp" %>
 </cache:cache>
 </mm:cloud>
+</mm:content>
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to