|
1 <?php |
|
2 error_reporting(E_ALL); |
|
3 ini_set('display_errors', '1'); |
|
4 /** |
|
5 * include some common code (like we did in the 90s) |
|
6 * People still do this? ;) |
|
7 */ |
|
8 include_once './common.php'; |
|
9 |
|
10 |
|
11 ?> |
|
12 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
13 <html lang="<?php echo($actual); ?>"> |
|
14 <head> |
|
15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
16 <title>Polemic tweet - Live Video and Annotation</title> |
|
17 |
|
18 <!-- Framework CSS --> |
|
19 <link rel="stylesheet" href="res/blueprint/screen.css" type="text/css" media="screen, projection"> |
|
20 <link rel="stylesheet" href="res/blueprint/print.css" type="text/css" media="print"> |
|
21 <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> |
|
22 |
|
23 <!-- Import fancy-type plugin for the sample page. --> |
|
24 |
|
25 <link rel="stylesheet" href="res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection"> |
|
26 <link rel="stylesheet" href="res/css/custom.css" type="text/css" media="screen, projection"> |
|
27 <link rel="stylesheet" href="res/css/tabs-slideshow.css" type="text/css" media="screen, projection"> |
|
28 <link rel="stylesheet" type="text/css" href="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen"> |
|
29 <link rel="stylesheet" type="text/css" href="res/niceforms/niceforms-custom.css" media="screen" > |
|
30 |
|
31 <!-- JAVASCRIPT --> |
|
32 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
|
33 <!--<script type="text/javascript" src="res/jquery.tools/jquery.tools.min.js"></script>--> |
|
34 <script src="http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js"></script> |
|
35 <script type="text/javascript" src="res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js"></script> |
|
36 <script type="text/javascript" src="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.pack.js"></script> |
|
37 <script type="text/javascript" src="res/niceforms/niceforms.js"></script> |
|
38 <script src="http://widgets.twimg.com/j/2/widget.js"></script> |
|
39 |
|
40 <!-- FONT --> |
|
41 <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'> |
|
42 <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'> |
|
43 <link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'> |
|
44 |
|
45 <script type="text/javascript"> |
|
46 |
|
47 var _gaq = _gaq || []; |
|
48 _gaq.push(['_setAccount', 'UA-23581291-1']); |
|
49 _gaq.push(['_trackPageview']); |
|
50 |
|
51 (function() { |
|
52 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
53 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
54 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
55 })(); |
|
56 |
|
57 </script> |
|
58 </head> |
|
59 <body> |
|
60 <div class="container"> |
|
61 <img src="images/ENMI_2010_logo.gif" class="logo"> |
|
62 <ul class="menu"> |
|
63 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
|
64 <?php print $translate->_("Accueil"); ?></a></li> |
|
65 <li class="menuUnderline"><a href="about.php" class="menuLink"> |
|
66 <?php print $translate->_("A propos"); ?></a></li> |
|
67 <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" > |
|
68 <?php print $translate->_("Contact"); ?></a></li> |
|
69 </ul> |
|
70 |
|
71 <ul class="menu lang" > |
|
72 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" > |
|
73 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
|
74 <?php print $translate->_("Japonais"); ?></a></li> |
|
75 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=fr" class="menuLink"> |
|
76 <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
|
77 <?php print $translate->_("Français"); ?></a></li> |
|
78 <li ><a href="<?php echo(URL_ROOT); ?>archives.php?lang=en" class="menuLink"> |
|
79 <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
|
80 <?php print $translate->_("Anglais"); ?></a></li> |
|
81 </ul> |
|
82 </div> |
|
83 <div class="container"> |
|
84 <!-- --> |
|
85 <div class="archivesBoxArchives"> |
|
86 <div class="archivesBoxContainer"> |
|
87 <!-- --> |
|
88 <h3 class="archivesTitle"><?php print $translate->_("Archive Title :"); ?></h3> |
|
89 <!-- --> |
|
90 <div id="all_archives"> |
|
91 <?php display_archives_list($archives_list, "archive_box_3", URL_ROOT, dirname(__FILE__)."/"); ?> |
|
92 </div> |
|
93 </div> |
|
94 </div> |
|
95 |
|
96 <div class="footer"> |
|
97 <hr> |
|
98 <?php |
|
99 print $translate->_("footer text home"); |
|
100 if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ |
|
101 echo("| <a href='clear.php' class='footerLink'>".$translate->_("Déconnexion")."</a>"); |
|
102 } |
|
103 ?> |
|
104 <input type="text" id="txt" size="3" style="visibility:hidden;"/> |
|
105 </div> |
|
106 |
|
107 |
|
108 </div> |
|
109 |
|
110 </body> |
|
111 </html> |