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

Modified Files:
        modules.jsp resourceedit.jsp 
Log Message:
component framework


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


Index: modules.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/modules.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- modules.jsp 11 Apr 2008 12:35:20 -0000      1.2
+++ modules.jsp 11 Apr 2008 15:39:37 -0000      1.3
@@ -1,7 +1,7 @@
 <%@ taglib uri="http://www.mmbase.org/mmbase-taglib-2.0"; prefix="mm" %>
 <mm:cloud rank="administrator" loginpage="login.jsp" jspvar="cloud">
 <div
-  class="mm_c mm_c_core mm_c_b_servers ${requestScope.componentClassName}"
+  class="mm_c mm_c_core mm_c_b_modules ${requestScope.componentClassName}"
   id="${requestScope.componentId}">
   
   
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>


Index: resourceedit.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/resourceedit.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- resourceedit.jsp    22 Mar 2008 11:14:10 -0000      1.1
+++ resourceedit.jsp    11 Apr 2008 15:39:37 -0000      1.2
@@ -18,7 +18,7 @@
     ResourceLoader parent = resourceLoader.getParentResourceLoader() == null ? 
resourceLoader : resourceLoader.getParentResourceLoader();
   </jsp:scriptlet>
   <form method="post" name="resource" action="">
-    <table style="padding: 0">
+    <table border="0" cellspacing="0" cellpadding="3">
       <mm:cloud rank="administrator">
         <mm:import externid="dirs" />
         <mm:write referid="dirs" jspvar="dir" vartype="String">
@@ -143,8 +143,8 @@
         <input type="submit" name="s" value="search" />
       </td>
     </tr>
-    <tr><th>&amp;nbsp;</th><th>Resource-name</th><th>External URL</th></tr>
-    <tr><td><a href="<mm:url referids="search"><mm:param name="resource" 
value="" /></mm:url>">new</a></td><td colspan="2"></td></tr>
+    <tr><th> </th><th>Resource-name</th><th>External URL</th></tr>
+    <tr><td><a href="<mm:url referids="search"><mm:param name="resource" 
value="" /></mm:url>">New</a></td><td colspan="2"></td></tr>
     <jsp:scriptlet>
     Iterator i = resourceLoader.getResourcePaths(search == null || 
search.equals("") ? null : java.util.regex.Pattern.compile(search), 
recursive).iterator();
 
@@ -274,7 +274,7 @@
   <tr>
      <td colspan="3">
        Resolve-scheme.
-       <table>
+       <table border="0" cellspacing="0" cellpadding="3">
          <tr><th>URL</th><th>read</th><th>write</th><th></th></tr>
          <%
             List urls = resourceLoader.getResourceList(resource.equals("") ? 
"&lt;new resource name&gt;" : resource);
@@ -332,7 +332,7 @@
               </th>
             </tr>
             <% } %>
-            <tr><td colspan="4"><hr /></td></tr>
+            <tr><th colspan="4"> </th></tr>
        </table>
 
      </td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to