Update of
/var/cvs/contributions/didactor2/src/portalpages/templates/portalpages/frontoffice
In directory james.mmbase.org:/tmp/cvs-serv8943/frontoffice
Modified Files:
index.jsp show_node.jsp
Log Message:
more cleaning
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/portalpages/templates/portalpages/frontoffice
Index: index.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/portalpages/templates/portalpages/frontoffice/index.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- index.jsp 14 Mar 2008 16:14:19 -0000 1.12
+++ index.jsp 14 Mar 2008 17:08:54 -0000 1.13
@@ -5,11 +5,12 @@
xmlns:di="http://www.didactor.nl/ditaglib_1.0"
>
<mm:cloud method="asis">
- <mm:link page="/education/js/frontend_tree.jsp" referids="$referids">
+ <mm:link page="/content/js/open.jsp">
<script type="text/javascript" src="${_}">
- <!-- help IE -->
+ <jsp:text><!-- help IE --> </jsp:text>
</script>
</mm:link>
+
<div class="rows">
<div class="navigationbar">
<div class="pathbar">
@@ -41,7 +42,7 @@
<mm:constraint field="active" value="true" />
<mm:tree maxdepth="3">
<mm:nodeinfo type="type" id="nodetype" write="false" />
- <div id="div" class="lbLevel">
+ <div id="div${_node}" class="lbLevel">
<mm:relatednodescontainer path="simplecontents"
searchdirs="source">
<mm:constraint referid="today" field="online_date"
operator="LESS" />
<mm:constraint referid="today" field="offline_date"
operator="GREATER" />
@@ -52,10 +53,12 @@
id="img${_node}"
onclick="openClose('div${_node}',
'img${_node}')"
style="margin: 0px 4px 0px -18px; padding:
0px 0px 0px 0px" title="" alt="" />
- <a href="javascript:openContent('simplecontents',
'${_node}' ); openOnly('div${_node}','img${_node}');"
+ <mm:link referids="[EMAIL PROTECTED]">
+ <a href="${_}"
onclick="openContent('simplecontents', '${_node}' );
openOnly('div${_node}','img${_node}'); return false;"
style="padding-left: 0px">
- <mm:field name="title"/>
+ <mm:nodeinfo type="nodemanager" /> : <mm:field
name="title"/>
</a>
+ </mm:link>
</div>
</mm:relatednodes>
</mm:relatednodescontainer>
Index: show_node.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/portalpages/templates/portalpages/frontoffice/show_node.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs