the mashup festival is not live. add a configuration variable for this V00.62
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 23 Jun 2011 09:46:55 +0200
changeset 194 a3d652c83281
parent 193 a7a4a01a6c7d
child 195 408dd3791c37
the mashup festival is not live. add a configuration variable for this
web/client.php
web/common.php
--- a/web/client.php	Wed Jun 22 17:06:12 2011 +0200
+++ b/web/client.php	Thu Jun 23 09:46:55 2011 +0200
@@ -256,6 +256,7 @@
 
 	  
 	  <div class="videoLive">
+	  <?php if ($C_islive):?>
 	  <div class="videoLivePlayer">
 			<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375"> 
 				<param name="movie" value="res/mediaplayer/player.swf" /> 
@@ -279,10 +280,12 @@
 			</object> 
 			
 		</div>	
+	  	<?php else: ?>
 	  
-		<!--div class="videoLivePlayer">
+		<div class="videoLivePlayer">
 			<img src="<?php echo($C_REP); ?>/images/big_visuel_rsln_mb.jpg" width="500"  height="375" />
-		</div-->	
+		</div>
+		<?php endif; ?>
 		
 	  </div>
 
--- a/web/common.php	Wed Jun 22 17:06:12 2011 +0200
+++ b/web/common.php	Thu Jun 23 09:46:55 2011 +0200
@@ -110,5 +110,6 @@
 $C_partenaires  = 	"<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
 		 |  <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images  </a>
 		 |  <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable  </a>";
+$C_islive = false;