diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-03 16:23:21 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-03 16:23:21 +0100 |
commit | 6046c213d30067e0f6f6738e858843200df73736 (patch) | |
tree | e11182321d8091cd0bc51f2a24a7fb2dc8d9ecc3 | |
parent | ddf04fef26c376c43ce91f37a7ea2bbd170b74e2 (diff) | |
download | Chimère - projet Saclay-6046c213d30067e0f6f6738e858843200df73736.tar.bz2 Chimère - projet Saclay-6046c213d30067e0f6f6738e858843200df73736.zip |
Retrait du message temporaire
-rw-r--r-- | templates/chimere/blocks/welcome.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html index 0e7d4bf..13bcc90 100644 --- a/templates/chimere/blocks/welcome.html +++ b/templates/chimere/blocks/welcome.html @@ -6,7 +6,7 @@ $(function(){ $('#welcome div.media-player').jmeEmbedControls(); $('#welcome video').each(function(index){$(this).pause()}); $('#welcome audio').each(function(index){$(this).pause()}); - $("#welcome").dialog({width:550, height:350, dialogClass:'welcome-dialog' + $("#welcome").dialog({width:550, height:320, dialogClass:'welcome-dialog' {% if not display %}, autoOpen:false{% endif %}, open: function () { $("#welcome_content").scrollTop(0); } }); @@ -16,7 +16,7 @@ $(function(){ <div id='welcome' style='display:none'> <div id='welcome_message'> - <h3>Trouvez</h3> + <h3>Trouvez</h3> <p>un concert, du poulet fermier, une randonnée</p> <p class='welcome-search'> @@ -24,8 +24,6 @@ $(function(){ <button type="button" id='haystack-search-page' class="btn btn-default"><span class="action-label">Rechercher </span><span class="glyphicon glyphicon-search"></span></button> </p> - <h2 style="background-color: #e89834;color: white;">Avant le 15 octobre, votez en un clic pour la Carte Ouverte sur <a style="color: #905a8f;" href='http://bit.ly/CartoSaclay'>bit.ly/CartoSaclay</a> !</h2> - <h4>L'agenda du Plateau en 1 clic</h4> <p> <a href='http://saclay.carte-ouverte.org/saclay/ty/RH'><img src='http://saclay.carte-ouverte.org/media/icons/event_reunions.png' title='Réunions publiques' alt='Réunions publiques'/></a> |