--- a/web/about.php Mon Jul 25 18:56:21 2011 +0200
+++ b/web/about.php Tue Jul 26 16:49:36 2011 +0200
@@ -14,51 +14,22 @@
<title>ENMI 2010 - Live Video and Annotation</title>
<!-- Framework CSS -->
- <link rel="stylesheet" href="res/blueprint/screen.css" type="text/css" media="screen, projection">
- <link rel="stylesheet" href="res/blueprint/print.css" type="text/css" media="print">
- <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
-
- <!-- Import fancy-type plugin for the sample page. -->
-
- <link rel="stylesheet" href="res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
- <link rel="stylesheet" href="res/css/custom.css" type="text/css" media="screen, projection">
- <link rel="stylesheet" href="res/css/tabs-slideshow.css" type="text/css" media="screen, projection">
- <link rel="stylesheet" type="text/css" href="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen">
- <link rel="stylesheet" type="text/css" href="res/niceforms/niceforms-custom.css" media="screen" >
-
- <!-- JAVASCRIPT -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <!--<script type="text/javascript" src="res/jquery.tools/jquery.tools.min.js"></script>-->
- <script src="http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js"></script>
- <script type="text/javascript" src="res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
- <script type="text/javascript" src="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
- <script type="text/javascript" src="res/niceforms/niceforms.js"></script>
- <script src="http://widgets.twimg.com/j/2/widget.js"></script>
+ <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/>
+ <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/>
+ <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]-->
+ <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/>
+ <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/>
<!-- FONT -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
-
- <script type="text/javascript">
- $(document).ready(function() {
+
+ <style type="text/css">
+ .archivesTitle {margin-left:10px;}
+ .footer {margin-top:980px;}
+ </style>
-
- $(".archivesVideoBox").mouseover(function() {
- //$(this).animate({'backgroundColor'});
- //$(this).css({'backgroundColor':'#d6d6d6'});
- $(this).css({'backgroundColor':'#fff'});
- $(this).cursor = "pointer";
- }).mouseout(function(){
- //$(this).css({'backgroundColor':'#f6f6f6'});
- $(this).css({'backgroundColor':'#f2f2f2'});
- });
- });
-
-
-
-
- </script>
<script type="text/javascript">
var _gaq = _gaq || [];
@@ -77,22 +48,26 @@
<div class="container">
<a href="index.php"> <img src="images/ENMI_2010_logo.gif" class="logo"></a>
<ul class="menu">
- <li class="menuUnderline"><a href="index.php" class="menuLink">
- <?php print $translate->_("Accueil"); ?></a></li>
- <li class="menuUnderline"><a href="<?php URL_ROOT ?>?CONNECT=true" class="menuLink">
- <?php print $translate->_("S'identifier"); ?></a></li>
+ <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$C_default_rep); ?>/client.php?CONNECT=true" class="menuLink">
+ <?php print $translate->_("S'identifier"); ?></a></li>
+ <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink">
+ <?php print $translate->_("A propos"); ?></a></li>
<li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
- <?php print $translate->_("Contact"); ?></a></li>
+ <?php print $translate->_("Contact"); ?></a></li>
+ </ul>
+ <ul class="menu">
+ <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
+ <?php print $translate->_("Archives"); ?></a></li>
</ul>
- <ul class="menu lang" >
- <li class="menuUnderline"><a href="<?php URL_ROOT ?>?lang=ja_JP" class="menuLink" >
+ <ul class="menu lang" >
+ <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=ja_JP" class="menuLink" >
<img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
<?php print $translate->_("Japonais"); ?></a></li>
- <li class="menuUnderline"><a href="<?php URL_ROOT ?>?lang=fr" class="menuLink">
+ <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php?lang=fr" class="menuLink">
<img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
<?php print $translate->_("Français"); ?></a></li>
- <li ><a href="<?php URL_ROOT ?>?lang=en" class="menuLink">
+ <li ><a href="<?php echo(URL_ROOT); ?>about.php?lang=en" class="menuLink">
<img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
<?php print $translate->_("Anglais"); ?></a></li>
</ul>
@@ -127,7 +102,6 @@
<div class="archivesBoxClear"></div>
<div class="archivesBoxFooter"></div>
</div>
- <!--
<div class="footer">
<hr>
<a href="http://www.iri.centrepompidou.fr/" class="footerLink"> Tweet polemic </a>
@@ -140,27 +114,9 @@
?>
<input type="text" id="txt" size="3" style="visibility:hidden;"/>
</div>
- -->
</div>
- <!-- LIGHTBOX -->
- <div style="display:none;">
- <div id="Aboutbox" >
- <div class="lightBorder">
- <div class="lightTitle">ENMI 2010</div>
- <div class="lightSubTitle">Annotation critique par tweet </div>
- <div class="lightDescription">À partir de cette interface ou de votre client twitter habituel, vous pouvez réagir en direct aux conférences en twittant. Vos tweets seront synchronisés avec l'enregistrement des conférences. Vous pourrez qualifier vos tweets en y intégrant la syntaxe ci-contre.
- </div>
- <div>
- <br/>
- <a class="button_b" href="#" id="IDENTIFIER"><span>S'identifier</span></a> <br/><br/>
- <a class="button_w" href="#" id="ACCES"><span>Libre accès</span></a>
- </div>
- </div>
- </div>
- </div>
-
</body>
</html>