16 <title>Polemic tweet - Live Video and Annotation</title> |
16 <title>Polemic tweet - Live Video and Annotation</title> |
17 |
17 |
18 <!-- Framework CSS --> |
18 <!-- Framework CSS --> |
19 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/> |
19 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/> |
20 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
20 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
21 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
21 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
22 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
22 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
23 <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/> |
23 <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/> |
24 |
24 |
25 <!-- JAVASCRIPT --> |
25 <!-- JAVASCRIPT --> |
26 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script> |
26 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script> |
27 |
27 |
28 <!-- FONT --> |
28 <!-- FONT --> |
29 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'> |
29 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'> |
30 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'> |
30 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'> |
42 }); |
42 }); |
43 |
43 |
44 var _gaq = _gaq || []; |
44 var _gaq = _gaq || []; |
45 _gaq.push(['_setAccount', 'UA-23581291-1']); |
45 _gaq.push(['_setAccount', 'UA-23581291-1']); |
46 _gaq.push(['_trackPageview']); |
46 _gaq.push(['_trackPageview']); |
47 _gaq.push(['_setAllowAnchor', true]); |
47 _gaq.push(['_setAllowAnchor', true]); |
48 |
48 |
49 (function() { |
49 (function() { |
50 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
50 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
51 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
51 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
52 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
52 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
56 </head> |
56 </head> |
57 <body> |
57 <body> |
58 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
58 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
59 <div class="container"> |
59 <div class="container"> |
60 <img src="images/ENMI_2010_logo.gif" class="logo"> |
60 <img src="images/ENMI_2010_logo.gif" class="logo"> |
61 <ul class="menu"> |
61 <ul class="menu"> |
62 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
62 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
63 <?php print $translate->_("Accueil"); ?></a></li> |
63 <?php print $translate->_("Accueil"); ?></a></li> |
64 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink"> |
64 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink"> |
65 <?php print $translate->_("A propos"); ?></a></li> |
65 <?php print $translate->_("A propos"); ?></a></li> |
66 <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" > |
66 <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" > |
67 <?php print $translate->_("Contact"); ?></a></li> |
67 <?php print $translate->_("Contact"); ?></a></li> |
68 </ul> |
68 </ul> |
69 <ul class="menu"> |
69 <ul class="menu"> |
70 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink"> |
70 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink"> |
71 <?php print $translate->_("Archives"); ?></a></li> |
71 <?php print $translate->_("Archives"); ?></a></li> |
72 </ul> |
72 </ul> |
73 |
73 |
74 |
74 |
75 <ul class="menu lang" > |
75 <ul class="menu lang" > |
76 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" > |
76 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" > |
77 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
77 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
78 <?php print $translate->_("Japonais"); ?></a></li> |
78 <?php print $translate->_("Japonais"); ?></a></li> |
79 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=fr" class="menuLink"> |
79 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=fr" class="menuLink"> |
80 <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
80 <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
83 <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
83 <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
84 <?php print $translate->_("Anglais"); ?></a></li> |
84 <?php print $translate->_("Anglais"); ?></a></li> |
85 </ul> |
85 </ul> |
86 </div> |
86 </div> |
87 <div class="container"> |
87 <div class="container"> |
88 <!-- --> |
88 <!-- --> |
89 <div class="archivesBoxArchives"> |
89 <div class="archivesBoxArchives"> |
90 <div class="archivesBoxContainer"> |
90 <div class="archivesBoxContainer"> |
91 <!-- --> |
91 <!-- --> |
92 <h3 class="archivesTitle"><?php print $translate->_("Archive Title :"); ?></h3> |
92 <h3 class="archivesTitle"><?php print $translate->_("Archive Title :"); ?></h3> |
93 <!-- --> |
93 <!-- --> |
94 <div id="all_archives"> |
94 <div id="all_archives"> |
95 <?php display_archives_list($archives_list, "archive_box_3", URL_ROOT, dirname(__FILE__)."/"); ?> |
95 <?php display_archives_list($archives_list, "archive_box_3", URL_ROOT, dirname(__FILE__)."/", $translate); ?> |
96 </div> |
96 </div> |
97 </div> |
97 </div> |
98 </div> |
98 </div> |
99 |
99 |
100 <div class="footer"> |
100 <div class="footer"> |
101 <hr> |
101 <hr> |
102 <?php |
102 <?php |
103 print $translate->_("footer text home"); |
103 print $translate->_("footer text home"); |
104 if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ |
104 if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ |
105 echo("| <a href='clear.php' class='footerLink'>".$translate->_("Déconnexion")."</a>"); |
105 echo("| <a href='clear.php' class='footerLink'>".$translate->_("Déconnexion")."</a>"); |
106 } |
106 } |
107 ?> |
107 ?> |
108 <input type="text" id="txt" size="3" style="visibility:hidden;"/> |
108 <input type="text" id="txt" size="3" style="visibility:hidden;"/> |
109 </div> |
109 </div> |
110 |
110 |
111 |
111 |
112 </div> |
112 </div> |
113 |
113 |
114 </body> |
114 </body> |