tweetcast/nodejs/client/index.html
changeset 326 c28048fb63b4
parent 325 7d9c576bfaac
child 331 03c69425efa6
child 336 d60efd677b50
--- a/tweetcast/nodejs/client/index.html	Mon Oct 17 17:40:58 2011 +0200
+++ b/tweetcast/nodejs/client/index.html	Tue Oct 18 16:19:08 2011 +0200
@@ -9,12 +9,15 @@
     S_IO_PORT = 8000;
     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/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>
  </body>
 </html>
\ No newline at end of file