Skip to content
Snippets Groups Projects
Commit 3601bd2e authored by efalcy's avatar efalcy
Browse files

dev#87298 : bokeh day communication

parent 078bcf2f
Branches
Tags
3 merge requests!3297WIP: Master,!3047Hotline,!3030dev#87298 : bokeh day communication
Pipeline #6456 passed with stage
in 33 minutes and 45 seconds
- ticket #87298 : Affichage de la journée Bokeh du 4 avril coté admin
\ No newline at end of file
<?php
$skin = Class_Admin_Skin::current();
echo $this->tag('h2',$skin->renderMenuIconOn('tag',$this).
$this->tag('span','Journée communautaire BOKEH 2019'));
?>
<div id="learn_more">
La médiathèque de <b>Caluire et Cuire (69)</b> organise <b>la journée communautaire Bokeh du 4 Avril 2019.</b><br/>
<img alt="" src="https://www.bokeh-library-portal.org/userfiles/image/journeesbokeh/bg_adulte.jpg" style="width:200px;margin-right:1%;"/>
<?php
echo $this->Button((new Class_Entity())
->setText('Au programme')
->setImage($skin->renderButtonIconOn('right',$this))
->setAttribs(['onclick' => 'window.open(\'https://www.bokeh-library-portal.org/cms/articleview/id/97\');']));
echo $this->Button((new Class_Entity())
->setText('Inscrivez-vous !')
->setImage($skin->renderButtonIconOn('right',$this))
->setAttribs(['onclick' => 'window.open(\'https://huit.re/journeebokeh\');']));
?>
</div>
<h2 class="toggle_video">
<?php
Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment