Skip to content
Snippets Groups Projects
Commit 46f1f560 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'dev#106684_communiquer_sur_journee_bokeh_du_2_avril_a_talence_2020' into 'master'

dev #106684: bokeh day message in admin

See merge request !3416
parents 5fff6bc6 258fb5df
Branches
Tags 8.0.88
3 merge requests!3422Master,!3416dev #106684: bokeh day message in admin,!3413WIP: Dev#106075 explo france connect avec identifiant gpsea
Pipeline #9571 passed with stage
in 44 minutes and 26 seconds
- ticket #106684 : Administration : Ajout d'un message sur la journée Bokeh du 2 avril 2020 à Talence
\ No newline at end of file
<table>
<tr>
<td><img src="<?php echo URL_ADMIN_IMG;?>iconfinder_megaphone_1296371.png"></td>
<td style="font-size:1.2em">
La journée professionnelle autour de Bokeh aura lieu le Jeudi 2 Avril 2020 en région bordelaise (Talence - 33)<br>
Programme et inscription : <a href="https://www.bokeh-library-portal.org/cms/articleview/id/101">https://www.bokeh-library-portal.org/cms/articleview/id/101</a>
</td>
</tr>
</table>
<?php echo $this->renderBokehVersion();?>
<?php
echo $this->renderBokehVersion();
if ($this->is_request_secure)
echo $this->myBibAppTeaser();
?>
......@@ -13,9 +21,9 @@ if ($this->is_request_secure)
echo $this->_('Démonstrations vidéos');
?>
</h2>
<div><iframe width="750" height="450" src="https://www.youtube.com/embed/videoseries?list=PLL40cYmJt-b9YSCI0rvnxl8xjptuvgiZC" allowfullscreen></iframe></div>
<div><iframe width="750" height="450" src="https://www.youtube.com/embed/videoseries?list=PLL40cYmJt-b9YSCI0rvnxl8xjptuvgiZC" allowfullscreen></iframe></div>
<h2><?php echo $this->_('Paramètres du site');?>&nbsp;:</h2>
<h2><?php echo $this->_('Paramètres du site');?>&nbsp;:</h2>
<?php
$lien = $edit_domain_name = '';
if ($this->user->isAdmin()) {
......
public/admin/images/iconfinder_megaphone_1296371.png

4.19 KiB

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