Update of /var/cvs/html/mmbase/components/core
In directory james.mmbase.org:/tmp/cvs-serv28761

Modified Files:
        request.jspx 
Log Message:
cleaned up html a bit


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core


Index: request.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/request.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- request.jspx        24 Dec 2008 11:01:18 -0000      1.1
+++ request.jspx        24 Dec 2008 17:16:25 -0000      1.2
@@ -13,7 +13,7 @@
       class="mm_c c_core b_browser 
${requestScope['org.mmbase.componentClassName']}"
       id="${requestScope['org.mmbase.componentId']}">
 
-    <table>
+    <table class="headerValues">
       <caption>Request headers</caption>
       <c:forEach items="${headerValues}" var="entry">
         <tr>
@@ -36,7 +36,7 @@
       </c:forEach>
     </table>
 
-    <table>
+    <table class="requestScope">
       <caption>Request attributes</caption>
       <c:forEach items="${requestScope}" var="entry">
         <tr>
@@ -46,7 +46,7 @@
       </c:forEach>
     </table>
 
-    <table>
+    <table class="paramValues">
       <caption>Request parameters</caption>
       <c:forEach items="${paramValues}" var="entry">
         <tr>
@@ -69,26 +69,22 @@
       </c:forEach>
     </table>
 
-    <table>
+    <table class="cookie">
       <caption>Cookies</caption>
       <c:forEach items="${cookie}" var="entry">
         <tr>
-          <th>${entry.key}</th>
-          <td>
-            <table>
-              <tr><th>value</th><td>${entry.value.value}</td></tr>
+          <th rowspan="6">${entry.key}</th>
+         <th>value</th><td>${entry.value.value}</td>
+       </tr>
               <tr><th>path</th><td>${entry.value.path}</td></tr>
               <tr><th>secure</th><td>${entry.value.secure}</td></tr>
               <tr><th>max age</th><td>${entry.value.maxAge}</td></tr>
               <tr><th>comment</th><td>${entry.value.comment}</td></tr>
               <tr><th>version</th><td>${entry.value.version}</td></tr>
-            </table>
-          </td>
-        </tr>
       </c:forEach>
     </table>
 
-    <table>
+    <table class="sessionScope">
       <caption>Session attributes</caption>
       <c:forEach items="${sessionScope}" var="entry">
         <tr>
@@ -98,7 +94,7 @@
       </c:forEach>
     </table>
 
-    <table>
+    <table class="applicationScope">
       <caption>Application attributes</caption>
       <c:forEach items="${applicationScope}" var="entry">
         <tr>
@@ -108,7 +104,7 @@
       </c:forEach>
     </table>
 
-    <table>
+    <table class="pageScope">
       <caption>Page attributes</caption>
       <c:forEach items="${pageScope}" var="entry">
         <tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to