tweetcast/nodejs/client/index.html
changeset 331 03c69425efa6
parent 326 c28048fb63b4
--- a/tweetcast/nodejs/client/index.html	Wed Oct 19 00:05:09 2011 +0200
+++ b/tweetcast/nodejs/client/index.html	Mon Oct 24 18:01:55 2011 +0200
@@ -10,14 +10,14 @@
     document.write('<script type="text/javascript" src="http://' + S_IO_HOST + ':' + S_IO_PORT + '/socket.io/socket.io.js"><' + '/script>');
   </script>
   <script type="text/javascript" src="js/Raphael-min.js"></script>
+  <script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
   <script type="text/javascript" src="js/script.js"></script>
   <link rel="stylesheet" href="css/style.css" type="text/css" />
  </head>
  <body>
- <p>Niveau de zoom (liste de tweets) <a href="javascript:setZoom(0)">1</a> - <a href="javascript:setZoom(1)">2</a> - <a href="javascript:setZoom(2)">3</a> - <a href="javascript:setZoom(3)">4</a></p>
- <p>Niveau de zoom (timeline) <a href="javascript:setTimeZoom(0)">1</a> - <a href="javascript:setTimeZoom(1)">2</a> - <a href="javascript:setTimeZoom(2)">3</a> - <a href="javascript:setTimeZoom(3)">4</a></p>
-  <ul id="tweetlist">
-  </ul>
-  <div id="timeline"></div>
+    <ul id="tweetlist">
+    </ul>
+    <div id="timeline"></div>
+    <div id="timewindow"></div>
  </body>
 </html>
\ No newline at end of file