Update of
/var/cvs/contributions/didactor2/src/education/templates/education/wizards
In directory james.mmbase.org:/tmp/cvs-serv30753/wizards
Modified Files:
learnobject.jsp newfromtree_tests.jsp
Added Files:
delete.jspx
Log Message:
cleaning, using jquery-treeview
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards
delete.jspx is new
Index: learnobject.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/learnobject.jsp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- learnobject.jsp 15 Jan 2009 11:46:24 -0000 1.30
+++ learnobject.jsp 15 Jan 2009 12:09:28 -0000 1.31
@@ -6,15 +6,12 @@
xmlns:di="http://www.didactor.nl/ditaglib_1.0">
<jsp:output omit-xml-declaration="yes" />
<mm:import externid="startnode" required="true" />
- <mm:import externid="branchPath" required="true" />
<mm:content postprocessor="none">
<mm:cloud method="delegate">
<mm:node id="sn" number="${startnode}">
<mm:write request="b" value="" />
- <mm:include page="newfromtree.jsp">
- <mm:param name="branchPath">${branchPath}</mm:param>
- </mm:include>
+ <mm:include page="newfromtree.jsp" />
<mm:treecontainer
@@ -34,7 +31,6 @@
<mm:treeinclude page="/education/wizards/show/${_}.jspx"
objectlist="$includePath"
attributes="sta...@b"
- referids="branchPath"
debug="html"
/>
</li>
@@ -46,7 +42,6 @@
objectlist="$includePath"
attributes="sta...@b"
debug="html"
- referids="branchPath"
>
</mm:treeinclude>
</mm:treehaspage>
Index: newfromtree_tests.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/newfromtree_tests.jsp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- newfromtree_tests.jsp 28 Mar 2008 12:24:50 -0000 1.19
+++ newfromtree_tests.jsp 15 Jan 2009 12:09:28 -0000 1.20
@@ -13,10 +13,8 @@
<mm:stringlist referid="new_questiontypes" id="questiontype">
<mm:hasnodemanager name="${_}">
- <di:leaf
- branchPath=".. "
- icon="new_education"
- >
+ <li>
+ <di:icon name="new_education" />
<mm:link referid="wizardjsp" referids="_n...@origin">
<mm:param
name="wizard">config/question/${questiontype}-origin</mm:param>
<mm:param name="objectnumber">new</mm:param>
@@ -27,7 +25,7 @@
${di:translate(name)}
</a>
</mm:link>
- </di:leaf>
+ </li>
</mm:hasnodemanager>
</mm:stringlist>
</mm:node>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs