Update of /var/cvs/contributions/didactor2/src/core/templates/admin
In directory james.mmbase.org:/tmp/cvs-serv29547/admin
Modified Files:
index.jsp
Log Message:
cleaning up, documentation
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/admin
Index: index.jsp
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/admin/index.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- index.jsp 13 Nov 2006 15:31:49 -0000 1.8
+++ index.jsp 20 Mar 2008 11:12:39 -0000 1.9
@@ -1,34 +1,40 @@
-<[EMAIL PROTECTED] uri="http://www.mmbase.org/mmbase-taglib-2.0" prefix="mm" %>
-<[EMAIL PROTECTED] uri="http://www.didactor.nl/ditaglib_1.0" prefix="di" %>
-<%-- expires is 0; show always new content --%>
-<mm:content postprocessor="reducespace" expires="0">
-<mm:cloud method="delegate" jspvar="cloud">
-<[EMAIL PROTECTED] file="/shared/setImports.jsp" %>
-<mm:treeinclude page="/cockpit/cockpit_header.jsp" objectlist="$includePath"
referids="$referids">
- <mm:param name="extraheader">
- <title><di:translate key="core.configuration" /></title>
- </mm:param>
-</mm:treeinclude>
-<div class="rows">
-<div class="navigationbar">
+<jsp:root version="2.0"
+ xmlns:c="http://java.sun.com/jsp/jstl/core"
+ xmlns:jsp="http://java.sun.com/JSP/Page"
+ xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0"
+ xmlns:di="http://www.didactor.nl/ditaglib_1.0"
+ >
+ <di:html
+ styleClass="configuration"
+ expires="0" component="core"
+ title="${di:translate('core.configuration')}">
+ <div class="rows">
+ <div class="navigationbar">
<div class="titlebar">
- <img src="<mm:treefile write="true" page="/gfx/icon_settings.gif"
objectlist="$includePath" />" width="25" height="13" border="0"
title="<di:translate key="core.configuration" />" alt="<di:translate
key="core.configuration" />" />
+ <img src="${mm:treelink('/gfx/icon_settings.gif', includePath)}"
width="25" height="13"
+ border="0"
+ title="${di:translate('core.configuration')}"
+ alt="${di:translate('core.configuration')}"
+ />
<di:translate key="core.configuration" />
</div>
-</div>
-<div class="folders">
+ </div>
+ <div class="folders">
<div class="folderHeader">
+ <jsp:text> </jsp:text>
</div>
<div class="folderBody">
+ <jsp:text> </jsp:text>
+ </div>
</div>
-</div>
-<div class="mainContent">
+ <div class="mainContent">
<div class="contentHeader">
+ <jsp:text> </jsp:text>
</div>
<div class="contentBodywit">
- <mm:treeinclude page="/admin/body.jsp" objectlist="$includePath"
referids="$referids"/>
+ <di:include page="/admin/body.jsp" />
+ </div>
+ </div>
</div>
-</div>
-<mm:treeinclude page="/cockpit/cockpit_footer.jsp" objectlist="$includePath"
referids="$referids" />
-</mm:cloud>
-</mm:content>
+ </di:html>
+</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs