176 <div id="tipcolor" style="height:10px;width:10px"></div> |
176 <div id="tipcolor" style="height:10px;width:10px"></div> |
177 <div id="tiptext"></div> |
177 <div id="tiptext"></div> |
178 </div> |
178 </div> |
179 |
179 |
180 <div class="container"> |
180 <div class="container"> |
181 <img src="<?php echo($config['head_logo']);?>" class="logo"> |
181 <img src="<?php echo(URL_ROOT."$rep/$config[head_logo]");?>" class="logo"> |
182 <div id="minilogo" style="margin-left:85px;height:5px;top:5px;"></div> |
182 <div id="minilogo" style="margin-left:85px;height:5px;top:5px;"></div> |
183 <ul class="menu"> |
183 <ul class="menu"> |
184 <li class="menuUnderline"><a href="<?php echo(URL_ROOT)?>" class="menuLink" id="Accueil"> |
184 <li class="menuUnderline"><a href="<?php echo(URL_ROOT)?>" class="menuLink" id="Accueil"> |
185 <?php print $translate->_("Accueil"); ?></a></li> |
185 <?php print $translate->_("Accueil"); ?></a></li> |
186 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep)?>/embed_form.php" class="menuLink" id="Embeded"> |
186 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep)?>/embed_form.php" class="menuLink" id="Embeded"> |
204 <ul class="menu shortlang" > |
204 <ul class="menu shortlang" > |
205 <?php else:?> |
205 <?php else:?> |
206 <ul class="menu lang" > |
206 <ul class="menu lang" > |
207 <?php endif;?> |
207 <?php endif;?> |
208 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=ja_JP" class="menuLink" > |
208 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=ja_JP" class="menuLink" > |
209 <img src='../images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
209 <img src="<?php echo(URL_ROOT)?>images/flag_jp.gif"<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
210 <?php print $translate->_("Japonais"); ?></a></li> |
210 <?php print $translate->_("Japonais"); ?></a></li> |
211 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=fr" class="menuLink"> |
211 <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=fr" class="menuLink"> |
212 <img src='../images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
212 <img src="<?php echo(URL_ROOT)?>images/flag_fr.gif" <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
213 <?php print $translate->_("Français"); ?></a></li> |
213 <?php print $translate->_("Français"); ?></a></li> |
214 <li ><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=en" class="menuLink"> |
214 <li ><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=en" class="menuLink"> |
215 <img src='../images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
215 <img src="<?php echo(URL_ROOT)?>images/flag_en.gif" <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
216 <?php print $translate->_("Anglais"); ?></a></li> |
216 <?php print $translate->_("Anglais"); ?></a></li> |
217 </ul> |
217 </ul> |
218 |
218 |
219 <!-- EXPLICATION --> |
219 <!-- EXPLICATION --> |
220 <div class="tweetExplain" > |
220 <div class="tweetExplain" > |