improve client live V00.44
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 12 May 2011 14:16:11 +0200
changeset 139 a9f74036ee91
parent 138 f5ef59b0f5b5
child 140 e3e2cd7c2604
improve client live
web/client_live.php
web/res/css/custom.css
--- a/web/client_live.php	Thu May 12 14:02:23 2011 +0200
+++ b/web/client_live.php	Thu May 12 14:16:11 2011 +0200
@@ -25,14 +25,13 @@
 
 /* CLIENT VAR LIVE */
 
-$C_hashtag= "#THD";
+$C_hashtag= "#THD12";
 $C_link  = "http://www.portailthd.fr/";
 $C_title = "Bilan du projet Plateforme THD";
 $C_REP   = "thd/";
-$C_description  = "Bilan du projet Plateforme THD
-12 mai 2011
-Centre Pompidou
-
+$C_description  = "12 mai 2011<br/>
+Centre Pompidou<br/>
+<br/>
 Les acteurs de la plateforme THD et les organismes qui ont soutenu le projet se retrouvent le 12 mai 2011 pour faire le bilan de trois années d’actions prospectives et d’études d’usages autour de plus de 30 expérimentations de nouveaux services.
 ";
 
@@ -117,7 +116,7 @@
 					if(data=="true"){
 						$("#messageSuccess").show('fast');
 						$("#messageSuccess").delay(800).hide('slow');
-						$('#status').attr("value","#thd");
+						$('#status').attr("value","#THD12");
 					}else{
 						$("#error").text(data);
 						$("#messageFailed").show('fast');
--- a/web/res/css/custom.css	Thu May 12 14:02:23 2011 +0200
+++ b/web/res/css/custom.css	Thu May 12 14:16:11 2011 +0200
@@ -49,7 +49,7 @@
 .videoLiveProgram{width:500px;margin-top:425px;margin-left:392px;position:absolute;}
 .videoLiveProgram2{width:500px;margin-top:470px;margin-left:392px;position:absolute;}
 
-.videoLiveProgramTitle{color:#4b4b4b;font-family: 'PT Sans Narrow', arial, serif;font-size: 1.5em;padding:5px;border:1px solid #c3c3c3;background-color:#efefef;background-image:url(../../images/bgdTitle.jpg);background-repeat:no-repeat;}
+.videoLiveProgramTitle{color:#4b4b4b;font-family: 'PT Sans Narrow', arial, serif;font-size: 1.5em;padding:5px;border:1px solid #c3c3c3;background-color:#efefef;background-image:url(../../images/bgdTitle.png);background-repeat:no-repeat;}
 .videoLiveProgramDescription{padding:5px;border:1px solid #c3c3c3;padding:5px;border-top:none;background-color:#fff;background-image:url(../../images/bgdDescription.jpg);background-repeat:no-repeat;height:193px;overflow:scroll;}