Update of /var/cvs/applications/cloudcontext/config/components
In directory james.mmbase.org:/tmp/cvs-serv6305/config/components
Modified Files:
cloudcontext.xml
Log Message:
MMB-1759
See also:
http://cvs.mmbase.org/viewcvs/applications/cloudcontext/config/components
See also: http://www.mmbase.org/jira/browse/MMB-1759
Index: cloudcontext.xml
===================================================================
RCS file:
/var/cvs/applications/cloudcontext/config/components/cloudcontext.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- cloudcontext.xml 12 Apr 2008 12:43:34 -0000 1.4
+++ cloudcontext.xml 30 Dec 2008 17:49:44 -0000 1.5
@@ -2,6 +2,7 @@
<component
name="cloudcontext"
xmlns="http://www.mmbase.org/xmlns/component"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/component
http://www.mmbase.org/xmlns/component.xsd">
@@ -28,6 +29,28 @@
</class>
</head>
<body jsp="users.jspx">
+ <param name="offset" type="java.lang.Integer" />
+ <param name="orderby" type="java.lang.String" />
+ <param name="directions" type="java.lang.String" />
+ <param regex="_.*" />
+ </body>
+
+ </block>
+
+ <block name="user" mimetype="text/html">
+ <title xml:lang="nl">Gebruiker</title>
+ <title xml:lang="en">User</title>
+ <head>
+ <class name="org.mmbase.framework.StringRenderer">
+ <param name="string">
+ <link
href="{REQUEST.getContextPath}/mmbase/security/style/style.css"
rel="stylesheet" title="Cloud Context Security" type="text/css" media="screen"
/>
+ </param>
+ </class>
+ </head>
+ <xi:include href="http://www.mmbase.org/components/validation.head.xml" />
+ <xi:include href="http://www.mmbase.org/components/widgets.head.xml" />
+ <body jsp="user.jspx">
+ <param name="node" />
</body>
</block>
@@ -76,14 +99,36 @@
<title xml:lang="nl">Contexten</title>
<title xml:lang="en">Contexts</title>
<description xml:lang="en">Generic security editor</description>
- <body jsp="contexts.jspx" />
+ <body jsp="contexts.jspx">
+ <param name="offset" type="java.lang.Integer" />
+ <param name="tab" type="java.lang.Integer" />
+ <param name="orderby" type="java.lang.String" />
+ <param name="directions" type="java.lang.String" />
+ <param regex="_.*" />
+ </body>
+ </block>
+
+ <block name="context" mimetype="text/html">
+ <title xml:lang="nl">Context</title>
+ <title xml:lang="en">Context</title>
+ <head>
+ <class name="org.mmbase.framework.StringRenderer">
+ <param name="string">
+ <link
href="{REQUEST.getContextPath}/mmbase/security/style/style.css"
rel="stylesheet" title="Cloud Context Security" type="text/css" media="screen"
/>
+ </param>
+ </class>
+ </head>
+ <body jsp="context.jspx">
+ <param name="node" />
+ </body>
+
</block>
<block name="actions"
classification="mmbase.cloudsecurity:40"
mimetype="text/html">
<title xml:lang="nl">Acties</title>
- <title xml:lang="en">Actionss</title>
+ <title xml:lang="en">Actions</title>
<description xml:lang="en">Generic security editor</description>
<body jsp="actions.jspx" />
</block>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs