embed size correction V01.51
authorRaphael Velt <raph.velt@gmail.com>
Wed, 21 Mar 2012 12:29:59 +0100
changeset 551 a84acdf6ef56
parent 550 f8a9fa4f66ee
child 552 106011556a01
embed size correction
web/client.php
web/eduinnov-conference/config.php
web/eduinnov-focus/config.php
web/eduinnov/config.php
web/res/css/tweetcast.css
web/rsln-web-politique/config.php
--- a/web/client.php	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/client.php	Wed Mar 21 12:29:59 2012 +0100
@@ -280,7 +280,7 @@
                             />
                         </object>
                     <?php elseif(isset($config['islive_embed']) && $config['islive_embed']):?>
-                        <?php echo($config['islive_embed']); ?>
+                        <?php echo str_replace(array('{{width}}','{{height}}'), array($videoWidth, $videoHeight), $config['islive_embed']); ?>
                     <?php else: ?>
                         <img src="<?php echo($big_visual_url); ?>" width="<?php echo $videoWidth; ?>"  height="<?php echo $videoHeight; ?>" />
                     <?php endif; ?>
--- a/web/eduinnov-conference/config.php	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/eduinnov-conference/config.php	Wed Mar 21 12:29:59 2012 +0100
@@ -49,7 +49,7 @@
         <li><b>Romuald Normand</b>, maître de conférences-HDR, Laboratoire Triangle, ENS Lyon-Institut français d’éducation</li>
         <li><b>Edgar Morin</b>, écrivain, philosophe, sociologue, actuellement directeur de recherche émérite au CNRS</li>
     </ul>
-    <p><b>11h15nbsp;: Remise de prix</b></p>
+    <p><b>11h15&nbsp;: Remise de prix</b></p>
     <ul>
         <li><b>Prix Edgar Morin</b>, remis par Edgar Morin.</li>
     </ul>
@@ -65,8 +65,8 @@
         <li><b>Prix des usagers</b>, remis par François-Daniel Migeon, directeur général de la modernisationde l’État</li>
     </ul>",
 
-   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/seminaires-des-acteurs-de-l%E2%80%99innovation-responsable/?lang=fr_fr',
-   	'islive_embed'     => '<iframe frameborder="0" width="442" height="280" src="http://www.dailymotion.com/embed/video/xpdcce?logo=0&autoPlay=1&forcedQuality=hq"></iframe>',
+   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/les-journees-de-linnovation/?lang=fr_fr',
+   	'islive_embed'     => '<iframe frameborder="0" width="{{width}}" height="{{height}}" src="http://www.dailymotion.com/embed/video/xpdcce?logo=0&autoPlay=1&forcedQuality=hq"></iframe>',
    	'keywords'   => '"éducation, innovation, conférence, focus, unesco"',
    	'rep' 		 => basename(__DIR__),
    	'partenaires'=> "<a href='http://www.education.gouv.fr/'
--- a/web/eduinnov-focus/config.php	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/eduinnov-focus/config.php	Wed Mar 21 12:29:59 2012 +0100
@@ -67,8 +67,8 @@
         <li>Animatrice : <b>Isabelle Robin</b>, DGESCO, chef du bureau des lycées d’enseignement général et technologique</li>
     </ul>",
 
-   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/seminaires-des-acteurs-de-l%E2%80%99innovation-responsable/?lang=fr_fr',
-   	'islive_embed'     => '<iframe frameborder="0" width="442" height="280" src="http://www.dailymotion.com/embed/video/xpdcay?logo=0&autoPlay=1&forcedQuality=hq"></iframe>',
+   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/les-journees-de-linnovation/?lang=fr_fr',
+   	'islive_embed'     => '<iframe frameborder="0" width="{{width}}" height="{{height}}" src="http://www.dailymotion.com/embed/video/xpdcay?logo=0&autoPlay=1&forcedQuality=hq"></iframe>',
    	'keywords'   => '"éducation, innovation, conférence, focus, unesco"',
    	'rep' 		 => basename(__DIR__),
    	'partenaires'=> "<a href='http://www.education.gouv.fr/'
--- a/web/eduinnov/config.php	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/eduinnov/config.php	Wed Mar 21 12:29:59 2012 +0100
@@ -66,7 +66,10 @@
         <li><b>Prix des usagers</b>, remis par François-Daniel Migeon, directeur général de la modernisationde l’État</li>
     </ul>",
    	'rep' 		 => basename(__DIR__),
-   	'partenaires'=> "<a href='http://www.education.gouv.fr/'
+   	'link'       => 'http://www.iri.centrepompidou.fr/evenement/les-journees-de-linnovation/?lang=fr_fr',
+    'islive_embed'     => '<iframe frameborder="0" width="{{width}}" height="{{height}}" src="http://www.dailymotion.com/embed/video/xpdcce?logo=0&autoPlay=1&forcedQuality=hq"></iframe>',
+    'keywords'   => '"éducation, innovation, conférence, focus, unesco"',
+    'partenaires'=> "<a href='http://www.education.gouv.fr/'
 class='footerLink' target='_blank'> Ministère de l'&Eacute;ducation Nationale </a>
 |  <a href='http://www.unesco.org/'
 class='footerLink' target='_blank'> UNESCO </a>
--- a/web/res/css/tweetcast.css	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/res/css/tweetcast.css	Wed Mar 21 12:29:59 2012 +0100
@@ -535,7 +535,7 @@
 }
 
 
-.embed div.ifwrap, .embed #videoLivePlayer {
+.embed div.ifwrap, .embed #videoLivePlayer, .embed .ifwrap iframe {
     width: 442px; height: 250px;
 }
 
--- a/web/rsln-web-politique/config.php	Mon Mar 19 12:47:11 2012 +0100
+++ b/web/rsln-web-politique/config.php	Wed Mar 21 12:29:59 2012 +0100
@@ -51,7 +51,7 @@
     'keywords'   => 'politique, web, 2012, enjmin, rsln, iri',
     'rep' 		 => 'rsln-web-politique',
 	'islive'	 => false,
-	'islive_embed' => '<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="480" height="320">
+	'islive_embed' => '<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="{{width}}" height="{{height}}">
     <param name="source" value="http://viplive7-pad.brainsonic.com//customers/microsoft/20111116_EventRSLN/Live.xap"/>
                 <param name="onError" value="onSilverlightError" />
                 <param name="background" value="white" />