html5 boiler plate
[scannr.git] / js / flotr2 / examples / old_examples / index.html
blob:a/js/flotr2/examples/old_examples/index.html -> blob:b/js/flotr2/examples/old_examples/index.html
--- a/js/flotr2/examples/old_examples/index.html
+++ b/js/flotr2/examples/old_examples/index.html
@@ -1,1 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+		<title>Flotr Example Index Page</title>
+		<link rel="stylesheet" href="style.css" type="text/css" />
+	</head>
+	<body>
+		
+		<!-- ad -->
+		
+		<div id="wrapper">
+			<h1>Flotr for Prototype.js Example Index</h1>
+			<p>
+				This is the <a href="http://www.solutoire.com/flotr">Flotr</a> for <a href="http://www.prototypejs.org/" target="_blank">Prototype.js</a> example index page. Here you can find links to various Flotr examples.
+				Each example emphasizes a certain feature, but I think it's useful to read and understand all of the examples,
+				even if they're of no use to you. Just to get a better understanding of Flotr.
+			</p>
+			
+			<ul>
+				<li><a href="basic.html">Basic Example</a></li>
+				<li><a href="basic-axis.html">Basic Axis Example</a></li>
+				<li><a href="basic-bar.html">Basic Bar Example</a></li>
+				<li><a href="basic-stacked-bars.html">Basic Stacked Bars Example</a></li>
+				<li><a href="basic-pie.html">Basic Pie Example</a></li>
+				<li><a href="basic-radar.html">Basic Radar Example</a></li>
+				<li><a href="basic-bubble.html">Basic Bubble Example</a></li>
+				<li><a href="basic-candlesticks.html">Basic Candle sticks Example</a></li>
+				<li><a href="basic-legend.html">Basic Legend Example</a></li>
+				<li><a href="mouse-tracking.html">Mouse Tracking Support Example</a></li>
+				<li><a href="mouse-zoom.html">Mouse Zoom Support Example</a></li>
+				<li><a href="mouse-zoom-preview.html">Mouse Zoom with Preview Example</a></li>
+				<li><a href="mouse-drag.html">Mouse Drag Support Example</a></li>
+				<li><a href="basic-time.html">Basic Time Example</a></li>
+				<li><a href="negative.html">Negative Value Support Example</a></li>
+                <!-- <li><a href="extending-flotr.html">Extending Flotr Example</a></li> -->
+				<li><a href="click-event.html">Click Event Hook Example</a></li>						
+                <!--
+				<li><a href="json-real-data.html">JSON Request on Real Data Example</a></li>
+				<li><a href="json-data.html">JSON Request Data Example</a></li>
+                -->
+				<li><a href="image-download.html">Download Image Example</a></li>
+				<li><a href="data-download.html">Download CSV Example</a></li>
+				<li><a href="advanced-titles.html">Advanced Titles Example</a></li>
+        <li><a href="color-gradients.html">Color Gradients Example</a></li>
+			</ul>
+			
+            <!-- <p>If you want to play more, go the playground <a href="../../playground/index.html" title="Flotr Playground">Flotr Playground</a>.</p> -->
+			<p>Can't find what you're looking for? Check out the <a href="http://www.solutoire.com/flotr/docs/" title="Flotr Documentation">Flotr Documentation</a>.</p>
+			
+			<div id="footer">Copyright &copy; 2008 Bas Wenneker, <a href="http://www.solutoire.com">solutoire.com</a></div>
+			
+			<!-- ad -->
+			
+			<!-- analytics -->
+			
+		</div>		
+	</body>
+</html>