Update of /var/cvs/contributions/didactor2/src/education/templates/education
In directory james.mmbase.org:/tmp/cvs-serv12642

Modified Files:
        prev_next.jsp 
Log Message:
converted to jspx


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education


Index: prev_next.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/prev_next.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- prev_next.jsp       12 Oct 2007 16:38:32 -0000      1.10
+++ prev_next.jsp       18 Jan 2008 17:41:13 -0000      1.11
@@ -1,14 +1,17 @@
-<[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"
-%><mm:cloud method="asis">
-<div class="prev_next">
-<a href="javascript:parent.previousContent();">
-  <img src="${mm:treefile('/gfx/icon_arrow_last.gif', pageContext, 
includePath)}" width="14" height="14" border="0"
+<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";>
+  <mm:cloud method="asis">
+    <div class="prev_next">
+      <a href="javascript:parent.previousContent();">
+        <img src="${mm:treelink('/gfx/icon_arrow_last.gif', includePath)}" 
width="14" height="14" border="0"
        title="${di:translate('education.previous')}"
        alt="${di:translate('education.previous')}" />
-</a>
-<a href="javascript:parent.previousContent();" class="path"><di:translate 
key="education.previous" /></a>
-<mm:link page="/education/show.jspx">
+      </a>
+      <a href="javascript:parent.previousContent();" 
class="path"><di:translate key="education.previous" /></a>
+      <mm:link page="/education/show.jspx">
   <a class="popup"
      href="#"
      onmouseover="this.href='${_}?block=' + document.href_frame;"
@@ -18,12 +21,13 @@
               ">
     <di:translate key="education.pop" />
   </a>
-</mm:link>
-<a href="javascript:parent.nextContent();" class="path"><di:translate 
key="education.next" /></a>
-<a href="javascript:parent.nextContent();">
-  <img src="${mm:treefile('/gfx/icon_arrow_next.gif', pageContext, 
includePath)}" width="14" height="14" border="0"
+      </mm:link>
+      <a href="javascript:parent.nextContent();" class="path"><di:translate 
key="education.next" /></a>
+      <a href="javascript:parent.nextContent();">
+        <img src="${mm:treelink('/gfx/icon_arrow_next.gif', includePath)}" 
width="14" height="14" border="0"
        title="${di:translate('education.next')}"
        alt="${di:translate('education.next')}"  />
-</a>
-</div>
-</mm:cloud>
+      </a>
+    </div>
+  </mm:cloud>
+</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to