Update of
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new
In directory james.mmbase.org:/tmp/cvs-serv12206/wizards/new
Modified Files:
flashpages.jspx htmlpages.jspx learnblocks.jspx pages.jspx
tests.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/new
Index: flashpages.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/flashpages.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- flashpages.jspx 3 Mar 2008 13:09:17 -0000 1.4
+++ flashpages.jspx 9 Jan 2009 17:27:56 -0000 1.5
@@ -8,11 +8,8 @@
<mm:import externid="wizardjsp" from="request" />
<mm:import externid="b" from="request" />
- <di:leaf styleClass="newflashpages"
- icon="new_education"
- branch="${b}"
- branchOffset="1"
- branchPath="${branchPath} ">
+
+
<mm:nodeinfo id="guitype" nodetype="flashpages" type="guitype"
write="false" />
<mm:link referid="wizardjsp" referids="_n...@origin">
@@ -24,6 +21,5 @@
target="text"><di:translate key="education.new" /> ${guitype}</a>
</mm:link>
- </di:leaf>
</jsp:root>
Index: htmlpages.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/htmlpages.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- htmlpages.jspx 3 Mar 2008 13:09:17 -0000 1.4
+++ htmlpages.jspx 9 Jan 2009 17:27:56 -0000 1.5
@@ -8,11 +8,7 @@
<mm:import externid="b" from="request" />
<mm:import externid="wizardjsp" from="request" />
- <di:leaf styleClass="newhtmlpages"
- icon="new_education"
- branch="${b}"
- branchOffset="1"
- branchPath="${branchPath} ">
+ <di:icon name="new_education" />
<mm:link referid="wizardjsp" referids="_n...@origin">
<mm:param name="wizard">config/htmlpages/htmlpages-origin</mm:param>
<mm:param name="objectnumber">new</mm:param>
@@ -21,6 +17,5 @@
title="${di:translate('education.new')} ${dummyname}"
target="text"><di:translate key="education.new" /> <mm:nodeinfo
nodetype="htmlpages" type="guitype" /></a>
</mm:link>
- </di:leaf>
</jsp:root>
Index: learnblocks.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/learnblocks.jspx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- learnblocks.jspx 21 Aug 2008 14:22:29 -0000 1.6
+++ learnblocks.jspx 9 Jan 2009 17:27:56 -0000 1.7
@@ -7,11 +7,7 @@
<mm:import externid="branchPath" />
<mm:import externid="b" from="request" />
- <di:leaf styleClass="neweducation"
- icon="new_education"
- branch="${b}"
- branchOffset="1"
- branchPath="${branchPath} ">
+ <di:icon name="new_education" />
<mm:listrelations role="posrel" type="learnobjects" max="1" orderby="pos"
directions="down">
<mm:field name="pos" id="maxpos" write="false" />
</mm:listrelations>
@@ -35,6 +31,5 @@
<di:translate key="education.aanmaken" />
</a>
</mm:link>
- </di:leaf>
</jsp:root>
Index: pages.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/pages.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pages.jspx 3 Mar 2008 13:09:17 -0000 1.4
+++ pages.jspx 9 Jan 2009 17:27:56 -0000 1.5
@@ -7,11 +7,7 @@
<mm:import externid="branchPath" />
<mm:import externid="b" from="request" />
- <di:leaf styleClass="neweducation"
- icon="new_education"
- branch="${b}"
- branchOffset="1"
- branchPath="${branchPath} ">
+ <di:icon name="new_education" />
<mm:nodeinfo id="guitype" nodetype="pages" type="guitype" write="false" />
@@ -24,7 +20,5 @@
target="text"><di:translate key="education.new" /> ${guitype}
<di:translate key="education.aanmaken" />
</a>
</mm:link>
- </di:leaf>
-
</jsp:root>
Index: tests.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/tests.jspx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tests.jspx 12 Jun 2008 12:52:51 -0000 1.5
+++ tests.jspx 9 Jan 2009 17:27:56 -0000 1.6
@@ -7,12 +7,7 @@
<mm:import externid="branchPath" />
<mm:import externid="b" from="request" />
- <di:leaf styleClass="newtests"
- icon="new_education"
- branchPath="${branchPath} "
- branch="${b}"
- branchOffset="1"
- >
+ <di:icon name="new_education" />
<mm:listrelations role="posrel" type="learnobjects" max="1" orderby="pos"
directions="down">
<mm:field name="pos" id="maxpos" write="false" />
</mm:listrelations>
@@ -26,6 +21,5 @@
title="${di:translate('education.new')} ${guitype}"
target="text"><di:translate key="education.new" /> ${guitype}</a>
</mm:link>
- </di:leaf>
</jsp:root>
Index: xmlcontent.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/new/xmlcontent.jspx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- xmlcontent.jspx 21 Aug 2008 14:22:29 -0000 1.10
+++ xmlcontent.jspx 9 Jan 2009 17:27:56 -0000 1.11
@@ -9,11 +9,7 @@
<mm:import id="kupu_back"><mm:url page="${referrer}" /></mm:import>
- <di:leaf styleClass="newkupu"
- icon="new_education"
- branch="${b}"
- branchOffset="1"
- branchPath="${branchPath} ">
+ <di:icon name="new_education" />
<mm:hasnodemanager name="xmlcontent">
<mm:nodeinfo id="guitype" nodetype="xmlcontent" type="guitype"
write="false" />
@@ -35,6 +31,5 @@
<mm:hasnodemanager name="xmlcontent" inverse="true">
No nodemanager 'xmlcontent'
</mm:hasnodemanager>
- </di:leaf>
</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs