Update of /var/cvs/html/mmbase/components/core
In directory james.mmbase.org:/tmp/cvs-serv15796/components/core
Modified Files:
applications.jspx modules.jsp security.jspx
Removed Files:
authenticate.jspx
Log Message:
removed unused javascript
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core
Index: applications.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/applications.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- applications.jspx 25 Jan 2008 14:28:14 -0000 1.1
+++ applications.jspx 11 Apr 2008 12:35:20 -0000 1.2
@@ -10,10 +10,11 @@
id="${requestScope.componentId}">
<mm:notpresent referid="application">
- <h3>Administrate Applications</h3>
+
+
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
<table summary="applications" border="0" cellspacing="0" cellpadding="3">
<caption>
- This overview lists all MMBase applications known to this system.
+
${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}
</caption>
<tr>
<th>Name</th>
Index: modules.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/modules.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- modules.jsp 11 Apr 2008 12:08:25 -0000 1.1
+++ modules.jsp 11 Apr 2008 12:35:20 -0000 1.2
@@ -3,16 +3,18 @@
<div
class="mm_c mm_c_core mm_c_b_servers ${requestScope.componentClassName}"
id="${requestScope.componentId}">
-<h3>Module Overview</h3>
-<table summary="modules" border="0" cellspacing="0" cellpadding="3">
- <caption>This overview lists all modules known to this system.</caption>
+
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
+ <table summary="MMBase modules" border="0" cellspacing="0" cellpadding="3">
+ <caption>
+
${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}
+ </caption>
<tr>
- <th>Name</th>
- <th>Version</th>
- <th>Installed</th>
- <th>Maintainer</th>
- <th class="center">Manage</th>
+ <th scope="col">Name</th>
+ <th scope="col">Version</th>
+ <th scope="col">Installed</th>
+ <th scope="col">Maintainer</th>
+ <th scope="col" class="center">Manage</th>
</tr>
<mm:nodelistfunction module="mmadmin" name="MODULES">
<tr>
@@ -33,6 +35,7 @@
</td>
</tr>
</mm:nodelistfunction>
-</table>
+ </table>
+
</div>
</mm:cloud>
Index: security.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/security.jspx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- security.jspx 26 Jul 2007 22:27:06 -0000 1.2
+++ security.jspx 11 Apr 2008 12:35:20 -0000 1.3
@@ -10,16 +10,37 @@
<div
class="mm_c mm_c_core mm_c_b_security ${requestScope.componentClassName}"
id="${requestScope.componentId}">
- <h1>Security configuration</h1>
+
+
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
<mm:function set="utils" name="mmbase">
- <p>you: <mm:cloudinfo type="user" />, rank: <mm:cloudinfo type="rank"
/></p>
- <p>Implementation: ${cloud.cloudContext.authentication}</p>
- <p>User-builder:
+
+<table summary="security implementation detail" border="0" cellspacing="0"
cellpadding="3">
+<caption>
+
${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}
+</caption>
+<tr>
+ <th class="view">You</th>
+ <td><mm:cloudinfo type="user" /></td>
+</tr>
+<tr>
+ <th class="view">Your rank</th>
+ <td><mm:cloudinfo type="rank" /></td>
+</tr>
+<tr>
+ <th class="view">Implementation</th>
+ <td>${cloud.cloudContext.authentication}</td>
+</tr>
+<tr>
+ <th class="view">User-builder</th>
+ <td>
<c:catch var="exception">
${cloud.cloudContext.authentication.userBuilder}
</c:catch>
${exception}
- </p>
+ </td>
+</tr>
+</table>
+
<h2>Types ('application', 'authentication')</h2>
<ul>
<c:catch var="exception">
@@ -34,6 +55,7 @@
</c:catch>
</ul>
${exception}
+
<h2>Default-method</h2>
<p>
<jsp:expression>org.mmbase.security.Authentication.getMethod(cloud.getCloudContext().getAuthentication().getDefaultMethod("http"))</jsp:expression>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs