diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 14:58:56 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 14:58:56 +0200 |
| commit | cca795f541d63d5f075a36afe1e77bd06dda18dc (patch) | |
| tree | 7bac0ee64006d38d25b04a9b50b1048322d9a675 /index.html | |
| parent | 4a86d3608791574c7a0551e3e4aa03156d3fcbec (diff) | |
removed links and fixed line endings
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 100 |
1 files changed, 50 insertions, 50 deletions
@@ -1,50 +1,50 @@ -<!doctype html>
-<html>
- <head>
- <title>TLV Metro</title>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
- <script type="text/javascript" src="jquery.subwayMap-0.5.0.js"></script>
- <link rel="stylesheet" type="text/css" href="main.css">
- </head>
- <body>
- <div class="subway-map" data-columns="12" data-rows="10" data-cellSize="40" data-legendId="legend" data-textClass="text" data-gridNumbers="true" data-grid="false" data-lineWidth="8">
- <ul data-color="#ff4db2" data-label="jQuery Widgets">
- <li data-coords="2,2" data-marker="interchange"><a href="http://jqueryui.com/demos/accordion/">Accordion</a></li>
- <li data-coords="4,2"><a href="http://jqueryui.com/demos/autocomplete/"><a href="http://jqueryui.com/demos/autocomplete/">Auto\ncomplete</a></li>
- <li data-coords="5,3" data-dir="E"></li>
- <li data-coords="5,7" data-marker="@station" data-labelPos="W"><a href="http://jqueryui.com/demos/slider/">Slider</a></li> <!-- marker-only node -->
- <li data-coords="6,4" data-dir="S" data-marker="interchange" data-markerInfo="h5"><a href="http://jqueryui.com/demos/datepicker/">Date\npicker</a></li>
- <li data-coords="7,4"></li>
- <li data-coords="7.15,8" data-marker="@station" data-labelPos="E"><a href="http://jqueryui.com/demos/dialog/">Dialog</a></li> <!-- marker-only node, moved to the right by 0.15 -->
- <li data-coords="8,3" data-dir="E"></li>
- <li data-coords="8,2"></li>
- <li data-coords="9,1" data-dir="N"></li>
- <li data-coords="10,2" data-dir="E" data-marker="interchange" data-labelPos="E"><a href="http://jqueryui.com/demos/button/">Button</a></li>
- <li data-coords="10,5"></li>
- <li data-coords="9,6" data-dir="S" data-marker="station"><a href="http://jqueryui.com/demos/progressbar/">Progress\nbar</a></li>
- <li data-coords="6,9"></li>
- <li data-coords="5,8" data-dir="W"></li>
- <li data-coords="5,7"></li>
- <li data-coords="4,6" data-dir="N"></li>
- <li data-coords="2,6"><a href="http://jqueryui.com/demos/tabs/">Tabs</a></li>
- </ul>
-
- <ul data-color="#00ff00" data-label="jQuery Interactions" data-shiftCoords="0,-1">
- <li data-coords="2,6"></li>
- <li data-coords="2,5.9" data-marker="@interchange"> </li> <!-- marker-only node, moved up by 0.10 -->
- <li data-coords="5,6" data-marker="@station" data-labelPos="N"><a href="http://jqueryui.com/demos/selectable/">Selectable</a></li>
- <li data-coords="6,6"></li>
- <li data-coords="7,3" data-marker="@station" data-labelPos="W"><a href="http://jqueryui.com/demos/resizeable/">Resizeable</a></li>
- <li data-coords="7,5" data-dir="E" data-marker="station" data-labelPos="E"><a href="http://jqueryui.com/demos/droppable/">Droppable</a></li>
- <li data-coords="7,1" data-marker="interchange" data-labelPos="W"><a href="http://jqueryui.com/demos/draggable/">Draggable</a></li>
- </ul>
-
- </div>
-
- <div id="legend"></div>
-
- <script type="text/javascript">
- $(".subway-map").subwayMap({ debug: true });
- </script>
- </body>
-</html>
+<!doctype html> +<html> + <head> + <title>TLV Metro</title> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script> + <script type="text/javascript" src="jquery.subwayMap-0.5.0.js"></script> + <link rel="stylesheet" type="text/css" href="main.css"> + </head> + <body> + <div class="subway-map" data-columns="12" data-rows="10" data-cellSize="40" data-legendId="legend" data-textClass="text" data-gridNumbers="true" data-grid="false" data-lineWidth="8"> + <ul data-color="#ff4db2" data-label="jQuery Widgets"> + <li data-coords="2,2" data-marker="interchange">Accordion</li> + <li data-coords="4,2">Auto\ncomplete</li> + <li data-coords="5,3" data-dir="E"></li> + <li data-coords="5,7" data-marker="@station" data-labelPos="W">Slider</li> <!-- marker-only node --> + <li data-coords="6,4" data-dir="S" data-marker="interchange" data-markerInfo="h5">Date\npicker</li> + <li data-coords="7,4"></li> + <li data-coords="7.15,8" data-marker="@station" data-labelPos="E">Dialog</li> <!-- marker-only node, moved to the right by 0.15 --> + <li data-coords="8,3" data-dir="E"></li> + <li data-coords="8,2"></li> + <li data-coords="9,1" data-dir="N"></li> + <li data-coords="10,2" data-dir="E" data-marker="interchange" data-labelPos="E">Button</li> + <li data-coords="10,5"></li> + <li data-coords="9,6" data-dir="S" data-marker="station">Progress\nbar</li> + <li data-coords="6,9"></li> + <li data-coords="5,8" data-dir="W"></li> + <li data-coords="5,7"></li> + <li data-coords="4,6" data-dir="N"></li> + <li data-coords="2,6">Tabs</li> + </ul> + + <ul data-color="#00ff00" data-label="jQuery Interactions" data-shiftCoords="0,-1"> + <li data-coords="2,6"></li> + <li data-coords="2,5.9" data-marker="@interchange"> </li> <!-- marker-only node, moved up by 0.10 --> + <li data-coords="5,6" data-marker="@station" data-labelPos="N">Selectable</li> + <li data-coords="6,6"></li> + <li data-coords="7,3" data-marker="@station" data-labelPos="W">Resizeable</li> + <li data-coords="7,5" data-dir="E" data-marker="station" data-labelPos="E">Droppable</li> + <li data-coords="7,1" data-marker="interchange" data-labelPos="W">Draggable</li> + </ul> + + </div> + + <div id="legend"></div> + + <script type="text/javascript"> + $(".subway-map").subwayMap({ debug: true }); + </script> + </body> +</html> |
