# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1305202571 -7200 # Node ID a9f74036ee91f12875c47473a87c7a2915db5037 # Parent f5ef59b0f5b5e41a647dd19c11f090fe4b51d922 improve client live diff -r f5ef59b0f5b5 -r a9f74036ee91 web/client_live.php --- 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
+Centre Pompidou
+
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'); diff -r f5ef59b0f5b5 -r a9f74036ee91 web/res/css/custom.css --- 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;}