web/polemicaltimeline.php
changeset 536 5dd170a735e9
parent 535 8276f3ff7a3f
child 537 13c1e0dbbe99
equal deleted inserted replaced
535:8276f3ff7a3f 536:5dd170a735e9
   133       player:{
   133       player:{
   134           type:'jwplayer',
   134           type:'jwplayer',
   135           live: true, 
   135           live: true, 
   136           height: 400, 
   136           height: 400, 
   137           width: 650, 
   137           width: 650, 
   138           provider: "rtmp" 
   138           provider: "rtmp",
       
   139           autostart: true
   139       },
   140       },
   140       modules: [
   141       modules: [
   141                { type: "MediaFragment",
   142                { type: "MediaFragment",
   142                          metadata:{
   143                          metadata:{
   143                        format:'cinelab',
   144                        format:'cinelab',
   167 				'transitionIn'		: 'none',
   168 				'transitionIn'		: 'none',
   168 				'transitionOut'		: 'none',
   169 				'transitionOut'		: 'none',
   169 				'type'				: 'iframe'
   170 				'type'				: 'iframe'
   170 			});
   171 			});
   171 			jQuery(".acctitre").click(function() {
   172 			jQuery(".acctitre").click(function() {
   172 			    jQuery(this).next().slideToggle();
   173 			    var _nx = jQuery(this).next();
       
   174 			    if (_nx.is(":hidden")) {
       
   175     			    jQuery(".acctexte").slideUp();
       
   176     			    _nx.slideDown();
       
   177 			    }
   173 			})
   178 			})
   174 			
   179 			
   175 		});
   180 		});
   176 	</script>
   181 	</script>
   177 	<script type="text/javascript">
   182 	<script type="text/javascript">
   254                         <a class="addthis_button_compact"></a>
   259                         <a class="addthis_button_compact"></a>
   255                     </div>
   260                     </div>
   256                     <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
   261                     <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
   257                     <!-- AddThis Button END -->
   262                     <!-- AddThis Button END -->
   258                 </div>
   263                 </div>
   259                 </div>
   264             </div>
   260 	
   265 	
   261 	<!-- EXPLICATION  -->
   266 	<!-- EXPLICATION  -->
   262 	<div id="mdpgauche">
   267 	<div id="mdpgauche">
   263        <div id="out_fleche"></div>
   268        <div id="out_fleche"></div>
   264         <ul id="accordeon">
   269         <ul id="accordeon">
   265             <li class="acctitre">
   270             <li class="acctitre">
       
   271                 <h3><?php echo($translate->_('config__title')); ?></h3>
       
   272             </li>
       
   273             <li class="acctexte">
       
   274                 <p><?php echo($translate->_('config__description')); ?></p>
       
   275             </li>
       
   276             <li class="acctitre">
   266                 <h3>Liste des Annotations</h3>
   277                 <h3>Liste des Annotations</h3>
   267             </li>
   278             </li>
   268             <li class="acctexte">
   279             <li class="acctexte" style="display: none;">
   269                 <div id="AnnotationsListContainer"></div>
   280                 <div id="AnnotationsListContainer"></div>
   270             </li>
   281             </li>
   271             <li class="acctitre">
   282             <li class="acctitre">
   272                 <h3>Mots-clés</h3>
   283                 <h3>Mots-clés</h3>
   273             </li>
   284             </li>
   274             <li class="acctexte">
   285             <li class="acctexte" style="display: none;">
   275                 <div class="tagcloud" id="TagcloudContainer"></div>
   286                 <div class="tagcloud" id="TagcloudContainer"></div>
   276             </li>
       
   277             <li class="acctitre">
       
   278                 <h3><?php print $translate->_("AboutPT"); ?></h3>
       
   279             </li>
       
   280             <li class="acctexte" style="display: none;">
       
   281                 <p><?php print $translate->_("ExplicationPT"); ?></p>
       
   282             </li>
   287             </li>
   283         </ul>
   288         </ul>
   284 		
   289 		
   285 	  </div>
   290 	  </div>
   286 	  </div>
   291 	  </div>
   287 	 
   292 	 
   288 	  
   293 	  
   289 	  <!-- INFOS SUR LA CONF
   294 	  <!-- INFOS SUR LA CONF
   290 	  	<div class="tweetExplain"  >
   295 	  	<div class="tweetExplain"  >
   291 		<h3 class="tweetWriterTitle"><?php echo($translate->_('config__title')); ?></h3><br/>
   296 		<h3 class="tweetWriterTitle"></h3><br/>
   292 			<?php echo($translate->_('config__description')); ?>
   297 			
   293 	  </div>
   298 	  </div>
   294 	  -->
   299 	  -->
   295 
   300 
   296 
   301 
   297 
   302