tweetcast/nodejs/client/index.html
changeset 336 d60efd677b50
parent 326 c28048fb63b4
parent 335 5f83c21dee69
child 338 60dff8a71024
--- a/tweetcast/nodejs/client/index.html	Tue Oct 25 18:26:39 2011 +0200
+++ b/tweetcast/nodejs/client/index.html	Tue Oct 25 18:27:08 2011 +0200
@@ -4,20 +4,17 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Polemic Tweet “TweetCast”</title>
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
-  <script type="text/javascript">
-    S_IO_HOST = document.location.hostname;
-    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="/conf.js"></script>
+  <script type="text/javascript" src="/socket.io/socket.io.js"></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