web/hanna-arendt/paris.php
changeset 854 4c377df66569
parent 842 44b97c5679c0
child 858 fd8bb224617e
--- a/web/hanna-arendt/paris.php	Tue Apr 16 09:29:36 2013 +0200
+++ b/web/hanna-arendt/paris.php	Tue Apr 16 10:40:56 2013 +0200
@@ -30,6 +30,7 @@
     
     <!-- CSS -->
     <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>" type="text/css" media="screen, projection"/>
+    <link rel="stylesheet" href="style.css" type="text/css" media="screen, projection"/>
 
     <!-- JAVASCRIPT -->
     <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script>
@@ -46,47 +47,40 @@
     </script>
     
     <script type="text/javascript" src="script.js"></script>
-	<style type="text/css">
-		#visionplayer_1101 {
-			float: left; margin: 5px;
-		}
-		#container {
-			float: left; width: 452px; margin: 5px 0; overflow: hidden;
-		}
-    </style>
     
   </head>
   <body>
-	  	<div id="visionplayer_1101"><img src="carton.png" /></div>
-	  	
-        <div id="container">
+		<div id="main">
+
+			<div id="vizcontainer">
 
-                    <div class="barre">
-                        <form id="recherche">
-                            <input autocomplete="off" class="greyed" id="inp_q" value="Rechercher" />
-                            <input id="inp_submit" type="submit" />
-                            <input id="inp_reset" type="reset" />
-                            <div id="time_controls">
-                                <div id="time_legende"></div>
-                                <div id="time_scale"></div>
-                                <a href="#" id="time_zoomout"></a>
-                                <a href="#" id="time_zoomin"></a>
-                            </div>
-                            <div id="recherche_annot">
-                                Rechercher par polémique : <span id="rech_list_annot"></span><br />
-                            </div>
-                        </form>
-                    </div>
-            
-                <div id="tweetviz">
-                    <ul id="tweetlist"></ul>
-                    <div id="timeline"></div>
-                    <div id="scrollcont">
-                        <div id="scrollin"></div>
-                    </div>
-                </div>
-            </div>
-            
+				<div class="barre">
+					<form id="recherche">
+						<input autocomplete="off" class="greyed" id="inp_q" value="Rechercher" />
+						<input id="inp_submit" type="submit" />
+						<input id="inp_reset" type="reset" />
+						<div id="time_controls">
+							<div id="time_legende"></div>
+							<div id="time_scale"></div>
+							<a href="#" id="time_zoomout"></a>
+							<a href="#" id="time_zoomin"></a>
+						</div>
+						<div id="recherche_annot">
+							Rechercher par polémique : <span id="rech_list_annot"></span>
+							<br />
+						</div>
+					</form>
+				</div>
+
+				<div id="tweetviz">
+					<ul id="tweetlist"></ul>
+					<div id="timeline"></div>
+					<div id="scrollcont">
+						<div id="scrollin"></div>
+					</div>
+				</div>
+			</div>
+
 		</div>
-  </body>
+  	</body>
 </html>
\ No newline at end of file