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

Modified Files:
        learnobject.jsp newfromtree.jsp showlearnobject.jsp 
Log Message:
will replace this horrible tree stuff with jquery-tree


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


Index: learnobject.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/learnobject.jsp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- learnobject.jsp     21 Aug 2008 14:22:29 -0000      1.28
+++ learnobject.jsp     9 Jan 2009 17:27:56 -0000       1.29
@@ -11,7 +11,7 @@
   <mm:content postprocessor="none">
     <mm:cloud method="delegate">
       <mm:node id="sn" number="${startnode}">
-        <div id="tree_for_${_node}" >
+        <li>
 
           <mm:write request="b" value="" />
           <mm:include page="newfromtree.jsp">
@@ -31,15 +31,15 @@
                 maxdepth="6">
               <mm:first inverse="true">
                 <mm:nodeinfo type="type">
-                  TYPE ${_}
                   <mm:treehaspage page="/education/wizards/show/${_}.jspx" 
objectlist="$includePath">
+                    <li>
                     <mm:treeinclude page="/education/wizards/show/${_}.jspx"
                                     objectlist="$includePath"
                                     attributes="sta...@b"
                                     referids="branchPath"
                                     debug="html"
-                                    >
-                    </mm:treeinclude>
+                                      />
+                    </li>
                   </mm:treehaspage>
                   <mm:treehaspage page="/education/wizards/show/${_}.jspx"
                                   objectlist="$includePath"
@@ -57,7 +57,7 @@
               <mm:shrink />
             </mm:tree>
           </mm:treecontainer>
-        </div>
+        </li>
       </mm:node>
     </mm:cloud>
   </mm:content>


Index: newfromtree.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/newfromtree.jsp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- newfromtree.jsp     20 Jun 2008 13:56:33 -0000      1.23
+++ newfromtree.jsp     9 Jan 2009 17:27:56 -0000       1.24
@@ -15,16 +15,18 @@
     <mm:treehaspage
         page="/education/wizards/new/${_}.jspx"  objectlist="$includePath">
 
+      <li>
       <mm:treeinclude page="/education/wizards/new/${_}.jspx"
                       objectlist="$includePath"
                       debug="html"
                       referids="$referids,branchPath">
       </mm:treeinclude>
+      </li>
     </mm:treehaspage>
     <mm:treehaspage page="/education/wizards/new/${_}.jspx" 
objectlist="$includePath" inverse="true">
-      <di:leaf>
+      <li>
         NO /education/wizards/new/${_}.jspx
-      </di:leaf>
+      </li>
     </mm:treehaspage>
   </mm:stringlist>
 


Index: showlearnobject.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/showlearnobject.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- showlearnobject.jsp 20 Jun 2008 14:15:53 -0000      1.22
+++ showlearnobject.jsp 9 Jan 2009 17:27:56 -0000       1.23
@@ -10,11 +10,7 @@
 
   <mm:nodeinfo id="objecttype" type="type" write="false" />
 
-  <di:leaf styleClass="self"
-           icon="edit_learnobject"
-           branch="${b}"
-           branchOffset="1"
-           branchPath="${branchPath}">
+  <li>
     <mm:link referid="wizardjsp" referids="_n...@objectnumber,_n...@origin">
       <mm:param name="wizard">config/<mm:write referid="objecttype" 
/>/<mm:write referid="objecttype" /></mm:param>
       <mm:param 
name="path">${sessionScope.eduname}${sessionScope.path}</mm:param>
@@ -50,6 +46,6 @@
         <a href="${_}" target="text"><img src="gfx/versions.gif" border="0" 
/></a>
       </mm:link>
     </mm:node>
-  </di:leaf>
+  </li>
 
 </jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to