web/polemicaltimeline.php
changeset 251 d81cc587cc4d
parent 236 af97b1520964
child 259 bc17d1af15ab
equal deleted inserted replaced
250:6334869ab06d 251:d81cc587cc4d
   167 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
   167 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
   168 		})();
   168 		})();
   169 	</script>
   169 	</script>
   170   </head>
   170   </head>
   171   <body>
   171   <body>
   172   <div id="sendUsFeedBack"><a href="https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0" target="_blank"><img src="/images/sendusfeedback.png"></a></div>
   172   <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div>
   173 
   173 
   174   <!-- tooltip --> 
   174   <!-- tooltip --> 
   175   <div id="tip">
   175   <div id="tip">
   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>
   190 	  <ul class="menu">
   190 	  <ul class="menu">
   191 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
   191 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
   192 	  <?php print $translate->_("Archives"); ?></a></li>
   192 	  <?php print $translate->_("Archives"); ?></a></li>
   193 	  </ul>
   193 	  </ul>
   194 	  	  
   194 	  	  
   195 	<?php if(is_array($config['metadata'])):?>
   195 	<?php if(is_array($config['metadata'])): ?>
   196 	<ul id="content_select_ul" class="menu mdselect">
   196 	<ul id="content_select_ul" class="menu mdselect">
   197 	    <?php print $translate->_("changer de contenu"); ?><br/>
   197 	    <span><?php print $translate->_("changer de contenu"); ?></span><br/>
   198 	    <select id="mdselect">
   198 	    <select id="mdselect">
   199 	    	<?php foreach ($config['metadata'] as $key => $value):?>
   199 	    	<?php foreach ($config['metadata'] as $key => $value):?>
   200 	    	<option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option>
   200 	    	<option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option>
   201 	    	<?php endforeach;?>
   201 	    	<?php endforeach;?>
   202 	    </select>
   202 	    </select>
   203 	</ul>
   203 	</ul>
   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="<?php echo(URL_ROOT)?>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="<?php echo(URL_ROOT)?>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>