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

Modified Files:
        learnblocks.jspx xmlcontent.jspx 
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/show


Index: learnblocks.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/show/learnblocks.jspx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- learnblocks.jspx    5 Sep 2008 15:06:24 -0000       1.6
+++ learnblocks.jspx    9 Jan 2009 17:27:56 -0000       1.7
@@ -9,11 +9,6 @@
   <mm:import id="parentBranch" externid="branchPath" required="true" />
   <mm:import  externid="b" from="request" required="true" />
   <mm:import id="branchPath">${parentBranch}|</mm:import>
-  <di:leaf styleClass="self2"
-           branch="${b}"
-           branchOffset="1"
-           branchPath="${branchPath}"
-           click="${_node}">
     <mm:link referid="wizardjsp" referids="_n...@objectnumber,_n...@origin">
       <mm:param name="wizard">config/learnblocks/learnblocks</mm:param>
       <mm:param 
name="path">${sessionScope.eduname}${sessionScope.path}</mm:param>
@@ -41,9 +36,11 @@
     <mm:hasnode number="component.versioning">
       <a href="versioning.jsp?nodeid=${_node}" target="text"><img 
id="img_${_node}" src="gfx/versions.gif" border="0" /></a>
     </mm:hasnode>
-  </di:leaf>
 
-  <![CDATA[<div id="${_node}" style="display:none;">]]>
-  <mm:onshrink><![CDATA[</div>]]></mm:onshrink>
+
+  <ul>
   <mm:include page="../newfromtree.jsp"  />
+  </ul>
+
+
 </jsp:root>


Index: xmlcontent.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/show/xmlcontent.jspx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- xmlcontent.jspx     5 Sep 2008 15:06:24 -0000       1.11
+++ xmlcontent.jspx     9 Jan 2009 17:27:56 -0000       1.12
@@ -10,12 +10,7 @@
              externid="b" required="true" />
   <mm:import externid="branchPath" required="true" />
 
-  <di:leaf styleClass="self"
-           icon="kupu_icon"
-           branchOffset="1"
-           branchPath="${branchPath}"
-           branch="${b}">
-
+  <di:icon name="kupu_icon" />
     <mm:link page="/mmbase/kupu/mmbase" 
referids="_n...@objectnumber,referrer,kupu_back">
 
       <mm:param name="style"><mm:treefile page="/kupu" absolute="context" 
objectlist="$includePath" /></mm:param>
@@ -51,7 +46,4 @@
       </a>
     </mm:link>
 
-
-  </di:leaf>
-
 </jsp:root>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to