Update of /var/cvs/html/mmbase/components/core
In directory james.mmbase.org:/tmp/cvs-serv5427/components/core
Modified Files:
servers.jspx style.css
Added Files:
applications-actions.jspx applications.jspx
Log Message:
applications to components directory
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core
applications-actions.jspx is new
applications.jspx is new
Index: servers.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/servers.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- servers.jspx 4 Oct 2007 20:36:33 -0000 1.3
+++ servers.jspx 25 Jan 2008 14:28:14 -0000 1.4
@@ -52,10 +52,17 @@
</tr>
</mm:listnodes>
</table>
+
+ <div id="aboutthisredbox">
+ You are seeing this text which is only meant to test the MMBase
framework.
+ This means rendering stuff with the Component Framework for the above
servers block
+ in the head of a document works: a stylesheet is correctly included.
+ </div>
+
</mm:notpresent>
<mm:present referid="server">
<table summary="server actions">
- <caption>Administrate Server: <mm:write referid="server" /></caption>
+ <caption>Information about this server: <mm:write referid="server"
/></caption>
<tr>
<td>
<p>
Index: style.css
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style.css 4 Oct 2007 20:36:33 -0000 1.1
+++ style.css 25 Jan 2008 14:28:14 -0000 1.2
@@ -2,4 +2,9 @@
css to test urls in component xml
just creates a red border around tables
*/
-table { border: 2px solid #c00; }
+div#aboutthisredbox
+{
+ display: block;
+ border: 1px solid #c00;
+ padding: 3px;
+}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs