--- a/web/rsln/polemicaltimeline.php Tue Apr 26 10:53:35 2011 +0200
+++ b/web/rsln/polemicaltimeline.php Tue Apr 26 13:57:29 2011 +0200
@@ -5,7 +5,7 @@
* People still do this? ;)
*/
// configuration
-include $_SERVER['DOCUMENT_ROOT'].'/common.php';
+include 'common.php';
// objet actuel
include_once 'config.php';
@@ -31,7 +31,7 @@
<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">
<link rel="stylesheet" href="../res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
- <link rel="stylesheet" href="../custom.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/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen">
<!-- FONT -->
@@ -44,7 +44,7 @@
.videoLivePlayer{border:1px solid #c3c3c3;width:650px;height:638px;}
.videoLive{width:650px;height:640px;background:#fff;float:right;margin-top:20px;padding:5px;}
- .tweetExplain{background-image:url(images/tweetExplainBgd.gif);width:250px;height:640px;padding:10px;position:absolute; margin-top:70px;}
+ .tweetExplain{background-image:url(../images/tweetExplainBgd.gif);width:250px;height:640px;padding:10px;position:absolute; margin-top:70px;}
.footer{margin-top:740px;width:960px;height:20px;position:absolute;text-align:center;}
.tooltip{
z-index: 10000000000;
@@ -132,7 +132,7 @@
</div>
<div class="container">
- <img src="images/ENMI_2010_logo.gif" class="logo">
+ <img src="../images/ENMI_2010_logo.gif" class="logo">
<ul class="menu">
<li class="menuUnderline"><a href="../" class="menuLink" id="Accueil">
<?php print $translate->_("Accueil"); ?></a></li>
@@ -141,7 +141,7 @@
<li > </li>
</ul>
- <ul class="menu" >
+ <ul class="menu lang" >
<li class="menuUnderline"><a href="<?php URL_ROOT ?>?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>
@@ -152,7 +152,6 @@
<img src='../images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
<?php print $translate->_("Anglais"); ?></a></li>
</ul>
- <div id="minilogo" style="margin-left:85px;height:5px;top:5px;"></div>
<!-- EXPLICATION -->