the mashup festival is not live. add a configuration variable for this
--- 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;