web/archives.php
changeset 233 10d6fd6ce9ab
parent 229 74c9ddc3640b
child 236 af97b1520964
equal deleted inserted replaced
232:460acd0e3667 233:10d6fd6ce9ab
    14   <head>
    14   <head>
    15     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    15     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    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="res/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="res/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="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 
    22 	<link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/>
    23     <!-- Import fancy-type plugin for the sample page. -->
    23 	<link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/>
    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 
    24 
    31 	<!-- JAVASCRIPT --> 
    25 	<!-- JAVASCRIPT --> 
    32 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    26 	<script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script>
    33 	<!--<script type="text/javascript" src="res/jquery.tools/jquery.tools.min.js"></script>-->
    27 
    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 -->
    28 	<!-- FONT -->
    41 	<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
    29 	<link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'>
    42 	<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
    30 	<link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'>
    43 	<link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
    31 	<link href='<?php echo(registry_url('Geo','font'));?>' rel='stylesheet' type='text/css'>
    44 
    32 
    45 	<script type="text/javascript">
    33 	<script type="text/javascript">
    46 	
    34 
    47 	  var _gaq = _gaq || [];
    35 		$(function() {
    48 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    36 			$(".archivesVideoBox").mouseover(function() {
    49 	  _gaq.push(['_trackPageview']);
    37 				$(this).css({'backgroundColor':'#fff'});
    50 	
    38 				$(this).cursor = "pointer";
    51 	  (function() {
    39 			}).mouseout(function() {
    52 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    40 				$(this).css({'backgroundColor':'#f2f2f2'});
    53 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    41 			});
    54 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    42 		});
    55 	  })();
    43 
       
    44 		var _gaq = _gaq || [];
       
    45 		_gaq.push(['_setAccount', 'UA-23581291-1']);
       
    46 		_gaq.push(['_trackPageview']);
       
    47 		
       
    48 		(function() {
       
    49 		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
    50 		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
    51 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
    52 		})();
    56 	
    53 	
    57 	</script>
    54 	</script>
    58   </head>
    55   </head>
    59   <body>
    56   <body>
    60     <div class="container">
    57     <div class="container">
    61       <img src="images/ENMI_2010_logo.gif" class="logo">
    58       <img src="images/ENMI_2010_logo.gif" class="logo">
    62 	  <ul class="menu"> 
    59 	  <ul class="menu"> 
    63 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink">
    60 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink">
    64 		  	<?php print $translate->_("Accueil"); ?></a></li>
    61 		  	<?php print $translate->_("Accueil"); ?></a></li>
    65 		  <li class="menuUnderline"><a href="about.php" class="menuLink">
    62 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink">
    66 		  	<?php print $translate->_("A propos"); ?></a></li>
    63 		  	<?php print $translate->_("A propos"); ?></a></li>
    67 		  <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
    64 		  <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
    68 		  	<?php print $translate->_("Contact"); ?></a></li>
    65 		  	<?php print $translate->_("Contact"); ?></a></li>
    69 	  </ul>
    66 	  </ul>
       
    67 	  <ul class="menu"> 
       
    68 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
       
    69 		  	<?php print $translate->_("Archives"); ?></a></li>
       
    70 	  </ul>
       
    71 	  
    70 	  
    72 	  
    71 	  <ul class="menu lang" > 
    73 	  <ul class="menu lang" > 
    72 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" >
    74 	  <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;'"); } ?> />
    75 	       <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
    74 	        <?php print $translate->_("Japonais"); ?></a></li>
    76 	        <?php print $translate->_("Japonais"); ?></a></li>