web/about.php
changeset 1198 ff4b567d51f2
parent 536 5dd170a735e9
child 1366 2cebaaf18c54
equal deleted inserted replaced
1197:c9c502117eb6 1198:ff4b567d51f2
    14     <title>ENMI 2010 - Live Video and Annotation</title>
    14     <title>ENMI 2010 - Live Video and Annotation</title>
    15 
    15 
    16     <!-- Framework CSS -->
    16     <!-- Framework CSS -->
    17     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/>
    17     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/>
    18     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/>
    18     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/>
    19     <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> 
    19     <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]-->
    20 	<link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/>
    20 	<link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/>
    21 	<link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/>
    21 	<link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/>
    22 	
    22 
    23 	<!-- FONT -->
    23 	<!-- FONT -->
    24 	<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
    24 	<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
    25 	<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
    25 	<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
    26 	
    26 
    27 	<style type="text/css">
    27 	<style type="text/css">
    28 	    .archivesTitle {margin-left:10px;}
    28 	    .archivesTitle {margin-left:10px;}
    29 	    .footer {margin-top:980px;}
    29 	    .footer {margin-top:980px;}
    30 	</style>
    30 	</style>
    31 
    31 
    32 	<script type="text/javascript">
    32 	<script type="text/javascript">
    33 	
    33 
    34 	  var _gaq = _gaq || [];
    34 	  var _gaq = _gaq || [];
    35 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    35 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    36 	  _gaq.push(['_trackPageview']);
    36 	  _gaq.push(['_trackPageview']);
    37 	  _gaq.push(['_setAllowAnchor', true]); 
    37 	  _gaq.push(['_setAllowAnchor', true]);
    38 	
    38 
    39 	  (function() {
    39 	  (function() {
    40 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    40 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    41 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    41 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    42 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    42 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    43 	  })();
    43 	  })();
    44 	
    44 
    45 	</script>
    45 	</script>
    46   </head>
    46   </head>
    47   <body>
    47   <body>
    48 	<div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div>
    48 	<div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div>
    49     <div class="container">
    49     <div class="container">
    50      <a href="index.php">  <img src="images/ENMI_2010_logo.gif" class="logo"></a>
    50      <a href="index.php">  <img src="images/ENMI_2010_logo.gif" class="logo"></a>
    51 	  <ul class="menu"> 
    51 	  <ul class="menu">
    52 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$C_default_rep); ?>/client.php?CONNECT=true" class="menuLink">
    52 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$C_default_rep); ?>/client.php?CONNECT=true" class="menuLink">
    53 	  	<?php print $translate->_("S&apos;identifier"); ?></a></li>
    53 	  	<?php print $translate->_("S&apos;identifier"); ?></a></li>
    54 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink">
    54 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink">
    55 	  	<?php print $translate->_("A propos"); ?></a></li>
    55 	  	<?php print $translate->_("A propos"); ?></a></li>
    56 	  <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
    56 	  <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
    57 	  	<?php print $translate->_("Contact"); ?></a></li>
    57 	  	<?php print $translate->_("Contact"); ?></a></li>
    58 	  </ul>
    58 	  </ul>
    59 	  <ul class="menu"> 
    59 	  <ul class="menu">
    60 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
    60 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
    61 		  	<?php print $translate->_("Archives"); ?></a></li>
    61 		  	<?php print $translate->_("Archives"); ?></a></li>
    62 	  </ul>
    62 	  </ul>
    63 	  
    63 
    64 	  <ul class="menu lang" > 
    64 	  <ul class="menu lang" >
    65 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=ja_JP" class="menuLink" >
    65 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=ja_JP" class="menuLink" >
    66 	       <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
    66 	       <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
    67 	        <?php print $translate->_("Japonais"); ?></a></li>
    67 	        <?php print $translate->_("Japonais"); ?></a></li>
    68 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=fr" class="menuLink">
    68 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=fr" class="menuLink">
    69 	       <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
    69 	       <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
    71 	  <li ><a href="<?php echo(URL_ROOT); ?>about.php?lang=en" class="menuLink">
    71 	  <li ><a href="<?php echo(URL_ROOT); ?>about.php?lang=en" class="menuLink">
    72 	       <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
    72 	       <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
    73 	       <?php print $translate->_("Anglais"); ?></a></li>
    73 	       <?php print $translate->_("Anglais"); ?></a></li>
    74 	  </ul>
    74 	  </ul>
    75 
    75 
    76 	
    76 
    77 	  
    77 
    78 	  <div class="aboutBox">
    78 	  <div class="aboutBox">
    79 	  <div class="archivesBoxHeader"></div>
    79 	  <div class="archivesBoxHeader"></div>
    80 		<div class="archivesBoxContainer">
    80 		<div class="archivesBoxContainer">
    81 			<!-- -->
    81 			<!-- -->
    82 			<h3 class="archivesTitle"><?php print $translate->_("A propos"); ?> : </h3><br/>
    82 			<h3 class="archivesTitle"><?php print $translate->_("A propos"); ?> : </h3><br/>
    83 			<div class="span-12 prepend-1 colborder">
    83 			<div class="span-12 prepend-1 colborder">
    84 			
    84 
    85 				<div class='AVBtitle'><?php print $translate->_("1. AboutTitle"); ?></div>
    85 				<div class='AVBtitle'><?php print $translate->_("1. AboutTitle"); ?></div>
    86 				<br/>
    86 				<br/>
    87 				<?php print $translate->_("1. AboutText"); ?>
    87 				<?php print $translate->_("1. AboutText"); ?>
    88 				<br/>
    88 				<br/>
    89 			</div>
    89 			</div>
    90 			
    90 
    91 			
    91 
    92 			<div class="span-7 last">
    92 			<div class="span-8 last">
    93 				<div class="AVBtitle"><?php print $translate->_("2. AboutIRITitle"); ?></div>
    93 				<div class="AVBtitle"><?php print $translate->_("2. AboutIRITitle"); ?></div>
    94 					<?php print $translate->_("2. AboutIRIText"); ?>
    94 					<?php print $translate->_("2. AboutIRIText"); ?>
    95 					
    95 
    96 				<div class="AVBtitle"><?php print $translate->_("3. AboutCreditsTitle"); ?></div>
    96 				<div class="AVBtitle"><?php print $translate->_("3. AboutCreditsTitle"); ?></div>
    97 					<br/>
    97 					<br/>
    98 					<?php print $translate->_("3. AboutCreditsText"); ?>
    98 					<?php print $translate->_("3. AboutCreditsText"); ?>
    99 			</div>
    99 			</div>
   100 
   100 
   103 		<div class="archivesBoxClear"></div>
   103 		<div class="archivesBoxClear"></div>
   104 		<div class="archivesBoxFooter"></div>
   104 		<div class="archivesBoxFooter"></div>
   105 	  </div>
   105 	  </div>
   106       <div class="footer">
   106       <div class="footer">
   107 		<hr>
   107 		<hr>
   108 		<a href="http://www.iri.centrepompidou.fr/" class="footerLink"> Tweet polemic </a> 
   108 		<a href="http://www.iri.centrepompidou.fr/" class="footerLink"> Tweet polemic </a>
   109 		est une expérimentation de l'
   109 		est une expérimentation de l'
   110 		 <a href="http://www.iri.centrepompidou.fr/" class="footerLink">Institut de recherche et d’innovation </a>
   110 		 <a href="http://www.iri.centrepompidou.fr/" class="footerLink">Institut de recherche et d’innovation </a>
   111 		 <?php 
   111 		 <?php
   112 				if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){
   112 				if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){
   113 					echo("| 	<a href='clear.php'  class='footerLink'>D&eacute;connexion</a>");
   113 					echo("| 	<a href='clear.php'  class='footerLink'>D&eacute;connexion</a>");
   114 				}
   114 				}
   115 		 ?>
   115 		 ?>
   116 		  <input type="text" id="txt" size="3" style="visibility:hidden;"/>
   116 		  <input type="text" id="txt" size="3" style="visibility:hidden;"/>
   117 	  </div>   
   117 	  </div>
   118 
   118 
   119     </div>
   119     </div>
   120 	
   120 
   121 	
   121 
   122   </body>
   122   </body>
   123 </html>
   123 </html>