nicolaken 02/05/17 07:01:10
Modified: src/scratchpad/webapp/mount/charts/content samples.xml
src/scratchpad/webapp/mount/charts/stylesheets
simple-samples2html.xsl
Log:
Now the chart samples page reflects the real working samples.
Revision Changes Path
1.3 +87 -23
xml-cocoon2/src/scratchpad/webapp/mount/charts/content/samples.xml
Index: samples.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/mount/charts/content/samples.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samples.xml 14 May 2002 20:34:22 -0000 1.2
+++ samples.xml 17 May 2002 14:01:10 -0000 1.3
@@ -2,36 +2,100 @@
<samples xmlns:xlink="http://www.w3.org/1999/xlink">
- <group name="This page is served by sub-sitemap!">
+ <group name="Cocoon">
<sample name="Back" href="../..">
to Cocoon examples main page
</sample>
</group>
-
- <group name="SVG Chart samples">
- <sample name="Bar Chart" href="barchart.svg">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
- </sample>
- <sample name="Bar Chart 3d style" href="bar3Dchart.svg">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
- </sample>
- <sample name="Line Chart" href="linechart.svg">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
- </sample>
+ <group name="Line Chart samples">
+ <sample name="Line Chart 1" href="line/line1.jpg">
+ Line chart.
+ </sample>
+ <sample name="Line Chart 2" href="line/line2.jpg">
+ Line chart.
+ </sample>
+ <sample name="Line Chart 3" href="line/line3.jpg">
+ Line chart.
+ </sample>
+ <sample name="Line Chart 4" href="line/line4.jpg">
+ Line chart.
+ </sample>
+ <sample name="Line Chart 5" href="line/line5.jpg">
+ Line chart.
+ </sample>
+ <sample name="Line Chart 6" href="line/line6.jpg">
+ Line chart.
+ </sample>
+ </group>
+
+ <group name="Multi Chart samples">
+ <sample name="Multi Chart 1" href="multi/multi1.jpg">
+ Line chart.
+ </sample>
+ </group>
+
+ <group name="Bar Chart samples">
+ <sample name="Bar Chart 1" href="bar/bar1.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 2" href="bar/bar2.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 3" href="bar/bar3.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 4" href="bar/bar4.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 5" href="bar/bar5.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 6" href="bar/bar6.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 7" href="bar/bar7.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 8" href="bar/bar8.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 9" href="bar/bar9.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 10" href="bar/bar10.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 11" href="bar/bar11.jpg">
+ Bar chart.
+ </sample>
+ <sample name="Bar Chart 12" href="bar/bar12.jpg">
+ Bar chart.
+ </sample>
</group>
- <group name="Chart samples viewed in xml">
- <sample name="Bar Chart" href="barchart.xml">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
- </sample>
- <sample name="Bar Chart 3d style" href="bar3Dchart.xml">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
- </sample>
- <sample name="Line Chart" href="linechart.xml">
- This sample doesn't yet work. Still needs debugging and fixing. It used to work
with an early version of Cocoon2 and currently it hasen't been completely adapted.
Patches are welcome :-)
+ <group name="Pie Chart samples">
+ <sample name="Pie Chart 1" href="pie/pie1.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 2" href="pie/pie2.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 3" href="pie/pie3.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 4" href="pie/pie4.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 5" href="pie/pie5.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 6" href="pie/pie6.jpg">
+ Pie chart.
+ </sample>
+ <sample name="Pie Chart 7" href="pie/pie7.jpg">
+ Pie chart.
</sample>
</group>
-
-
+
</samples>
1.2 +2 -2
xml-cocoon2/src/scratchpad/webapp/mount/charts/stylesheets/simple-samples2html.xsl
Index: simple-samples2html.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/mount/charts/stylesheets/simple-samples2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-samples2html.xsl 8 Apr 2002 08:09:17 -0000 1.1
+++ simple-samples2html.xsl 17 May 2002 14:01:10 -0000 1.2
@@ -5,10 +5,10 @@
<xsl:template match="/">
<html>
<head>
- <title>Poi Cocoon Samples</title>
+ <title>Samples</title>
</head>
<body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75">
- <p align="center"><font size="+0" face="arial,helvetica,sanserif"
color="#000000">Poi Cocoon samples</font></p>
+ <p align="center"><font size="+0" face="arial,helvetica,sanserif"
color="#000000">Samples</font></p>
<xsl:apply-templates/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]