Cineconf for Kaspar Hauser
authorRaphael Velt <raph.velt@gmail.com>
Sun, 08 Sep 2013 14:23:14 +0200
changeset 942 620ba7e347c1
parent 941 58f1deeae759
child 943 adff693bc893
Cineconf for Kaspar Hauser
web/cineconf/background.jpg
web/cineconf/index.php
web/cineconf/paris.php
web/cineconf/style.css
Binary file web/cineconf/background.jpg has changed
--- a/web/cineconf/index.php	Tue Jul 23 13:21:42 2013 +0200
+++ b/web/cineconf/index.php	Sun Sep 08 14:23:14 2013 +0200
@@ -24,7 +24,7 @@
 <html lang="fr">
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-		<title>Avant-Première Hanna Arendt : Tweet Wall</title>
+		<title>Avant-Première Kaspar Hauser : Tweet Wall</title>
 		<meta http-equiv="X-UA-Compatible" content="IE=9" />
 
 		<!-- CSS -->
@@ -43,7 +43,7 @@
 			if (isset($_GET['favuser'])) {
 				echo $_GET['favuser'];
 			} else {
-				echo 'AVPHannahArendt';
+				echo 'AVPKaspar';
 			}
 			?>';
 		</script>
--- a/web/cineconf/paris.php	Tue Jul 23 13:21:42 2013 +0200
+++ b/web/cineconf/paris.php	Sun Sep 08 14:23:14 2013 +0200
@@ -25,7 +25,7 @@
 <html lang="fr">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-    <title>Avant-Première Hanna Arendt : Tweet Wall</title>
+    <title>Avant-Première Kaspar Hauser : Tweet Wall</title>
     <meta http-equiv="X-UA-Compatible" content="IE=9" />
     
     <!-- CSS -->
@@ -40,10 +40,13 @@
     <script type="text/javascript" src="<?php echo(registry_url('raphael','js'))?>"></script>
 
     <script type="text/javascript">
-	<?php if (isset($_GET['favuser'])) {
-			echo 'var favUser="'.$_GET['favuser'].'";';
-		}
-	?>
+	var favUser='<?php
+            if (isset($_GET['favuser'])) {
+                echo $_GET['favuser'];
+            } else {
+                echo 'AVPKaspar';
+            }
+            ?>';
     </script>
     
     <script type="text/javascript" src="script.js"></script>
--- a/web/cineconf/style.css	Tue Jul 23 13:21:42 2013 +0200
+++ b/web/cineconf/style.css	Sun Sep 08 14:23:14 2013 +0200
@@ -4,13 +4,13 @@
 
 
 #main {
-	position: absolute;
+	position: absolute; background: url(background.jpg);
 	left: 50%; top: 50%; width: 1400px; height: 875px;
 	margin-top: -437px; margin-left: -700px;
 }
 
 #visionplayer_1101 {
-	position: absolute; margin: 5px; width: 836px; height: 440px; left: 34px; top: 247px;
+	position: absolute; margin: 0; width: 836px; height: 440px; left: 34px; top: 227px;
 }
 
 #visionplayer_1101 img {
@@ -18,7 +18,7 @@
 }
 
 #vizcontainer {
-	position: absolute; left: 880px; top: 150px; height: 617px; overflow: hidden;
+	position: absolute; left: 893px; top: 227px; height: 617px; overflow: hidden;
 }
 
 #vizcontainer, #tweetviz {