197 |
197 |
198 <!-- tooltip --> |
198 <!-- tooltip --> |
199 </div> |
199 </div> |
200 |
200 |
201 <div id="container"> |
201 <div id="container"> |
202 <div class="barre"> |
202 <div class="barre"> |
203 <img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" /> |
203 <img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" /> |
204 <div id="minilogo"></div> |
204 <div id="minilogo"></div> |
205 <ul class="menu"> |
205 <ul class="menu"> |
206 <li> |
206 <li> |
207 <a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
207 <a href="<?php echo(URL_ROOT); ?>" class="menuLink"> |
208 <?php print $translate->_("Accueil"); ?> |
208 <?php print $translate->_("Accueil"); ?> |
209 </a> |
209 </a> |
210 </li> |
210 </li> |
211 <li> |
211 <li> |
212 <a href="<?php echo($translate->_('config__link')); ?>" class="menuLink" target="_blank" id='Program'> |
212 <a href="<?php echo($translate->_('config__link')); ?>" class="menuLink" target="_blank" id='Program'> |
213 <?php print $translate->_("Programme"); ?> |
213 <?php print $translate->_("Programme"); ?> |
214 </a> |
214 </a> |
215 </li> |
215 </li> |
216 <li> |
216 <li> |
217 <a href="../about.php" class="menuLink" > |
217 <a href="../about.php" class="menuLink" > |
218 <?php print $translate->_("A propos"); ?> |
218 <?php print $translate->_("A propos"); ?> |
219 </a> |
219 </a> |
220 </li> |
220 </li> |
221 </ul> |
221 </ul> |
222 <ul class="menu"> |
222 <ul class="menu"> |
223 <li> |
223 <li> |
224 <a href="<?php URL_ROOT ?>client.php?lang=ja_JP" class="menuLink" > |
224 <a href="<?php URL_ROOT ?>client.php?lang=ja_JP" class="menuLink" > |
225 <img src='<?php echo(URL_ROOT); ?>images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
225 <img src='<?php echo(URL_ROOT); ?>images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
226 <?php print $translate->_("Japonais"); ?> |
226 <?php print $translate->_("Japonais"); ?> |
227 </a></li> |
227 </a></li> |
228 <li> |
228 <li> |
229 <a href="<?php URL_ROOT ?>client.php?lang=fr" class="menuLink"> |
229 <a href="<?php URL_ROOT ?>client.php?lang=fr" class="menuLink"> |
230 <img src='<?php echo(URL_ROOT); ?>images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
230 <img src='<?php echo(URL_ROOT); ?>images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> /> |
231 <?php print $translate->_("Français"); ?> |
231 <?php print $translate->_("Français"); ?> |
232 </a> |
232 </a> |
233 </li> |
233 </li> |
234 <li> |
234 <li> |
235 <a href="<?php URL_ROOT ?>client.php?lang=en" class="menuLink"> |
235 <a href="<?php URL_ROOT ?>client.php?lang=en" class="menuLink"> |
236 <img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
236 <img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
237 <?php print $translate->_("Anglais"); ?> |
237 <?php print $translate->_("Anglais"); ?> |
238 </a> |
238 </a> |
239 </li> |
239 </li> |
240 </ul> |
240 </ul> |
241 |
241 |
242 <?php if(is_array($translate->_('config__metadata'))): ?> |
242 <?php if(is_array($translate->_('config__metadata'))): ?> |
243 <ul id="content_select_ul" class="menu mdselect"> |
243 <ul id="content_select_ul" class="menu mdselect"> |
244 <span><?php print $translate->_("changer de contenu"); ?></span><br/> |
244 <span><?php print $translate->_("changer de contenu"); ?></span><br/> |
245 <select id="mdselect"> |
245 <select id="mdselect"> |
247 <option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option> |
247 <option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option> |
248 <?php endforeach;?> |
248 <?php endforeach;?> |
249 </select> |
249 </select> |
250 </ul> |
250 </ul> |
251 <?php endif;?> |
251 <?php endif;?> |
252 <div class="embedbar"> |
252 <div class="embedbar"> |
253 <a class="embedbutton" href="<?php echo(URL_ROOT.$rep)?>/embed_form.php">Intégrer</a> |
253 <a class="embedbutton" href="<?php echo(URL_ROOT.$rep)?>/embed_form.php">Intégrer</a> |
254 <!-- AddThis Button BEGIN --> |
254 <!-- AddThis Button BEGIN --> |
255 <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> |
255 <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> |
256 <a class="addthis_button_facebook"></a> |
256 <a class="addthis_button_facebook"></a> |
257 <a class="addthis_button_twitter"></a> |
257 <a class="addthis_button_twitter"></a> |
258 <a class="addthis_button_email"></a> |
258 <a class="addthis_button_email"></a> |
259 <a class="addthis_button_compact"></a> |
259 <a class="addthis_button_compact"></a> |
260 </div> |
|
261 <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> |
|
262 <!-- AddThis Button END --> |
|
263 </div> |
260 </div> |
|
261 <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> |
|
262 <!-- AddThis Button END --> |
264 </div> |
263 </div> |
265 |
264 </div> |
|
265 |
266 <!-- EXPLICATION --> |
266 <!-- EXPLICATION --> |
267 <div id="mdpgauche"> |
267 <div id="mdpgauche"> |
268 <div id="out_fleche"></div> |
268 <div id="out_fleche"></div> |
269 <ul id="accordeon"> |
269 <ul id="accordeon"> |
270 <li class="acctitre"> |
270 <li class="acctitre"> |