entête : un bouton vers un fichier ics
compatible SPIP 4.*
This commit is contained in:
parent
15bd99c96e
commit
7c498ea210
@ -6,6 +6,22 @@
|
||||
<form method="post" action="#ENV{action}">
|
||||
<div>
|
||||
#ACTION_FORMULAIRE{#ENV{action}}
|
||||
|
||||
<fieldset>
|
||||
<h3 class="titrem"><:libreavous:entete:/></h3>
|
||||
<div class="editer-groupe">
|
||||
|
||||
[(#SAISIE{selecteur_document, calendrier_emissions,
|
||||
label=<:libreavous:calendrier_emissions_label:>,
|
||||
explication=<:libreavous:calendrier_emissions_explications:>})]
|
||||
|
||||
[(#SAISIE{input,calendrier_emissions_title,
|
||||
label=<:libreavous:calendrier_emissions_title_label:>,
|
||||
explication=<:libreavous:calendrier_emissions_title_explications:>,
|
||||
placeholder='Attribut title'})]
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<h3 class="titrem"><:libreavous:page_accueil:/></h3>
|
||||
<div class="editer-groupe">
|
||||
|
@ -43,6 +43,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
||||
// page configuration
|
||||
'titre_page_configurer' => 'Configuration particulière pour <strong>Libre à vous !</strong>',
|
||||
'options_libreavous' => 'Options <strong>Libre à vous !</strong>',
|
||||
'calendrier_emissions_label' => 'Calendrier des émissions',
|
||||
'calendrier_emissions_explications' => 'C’est le fichier ics des émissions de la saison en cours à choisir dans la médiathèque.',
|
||||
'calendrier_emissions_title_label' => 'Attribut title',
|
||||
'calendrier_emissions_title_explications' => 'L’attribut title du bouton de téléchargement de ce fichier.',
|
||||
'page_accueil' => 'Page Accueil',
|
||||
'les_emissions' => 'Les émissions',
|
||||
'licence_label' => 'Licence',
|
||||
|
@ -4,7 +4,7 @@
|
||||
version="1.3.8"
|
||||
schema="0.1.11"
|
||||
etat="stable"
|
||||
compatibilite="[3.2.8;4.2.*]"
|
||||
compatibilite="[3.2.8;4.*]"
|
||||
>
|
||||
<nom>+ APRIL - LIBRE À VOUS</nom>
|
||||
<!-- personnalisons le site LIBRE À VOUS -->
|
||||
|
@ -9,7 +9,8 @@
|
||||
<INCLURE{fond=inclure/nav-secteurs, env} />
|
||||
<div class="liens">
|
||||
[<div class="ajax">(#FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{2})</div>]
|
||||
<div class="sociaux_podcast">
|
||||
<div class="sociaux_podcast"><BOUCLE_ics(DOCUMENTS){id_document = #CONFIG{libreavous/calendrier_emissions}}{tout}>
|
||||
<a href="#URL_DOCUMENT" class="calendrier_emissions" title="[(#CONFIG{libreavous/calendrier_emissions_title}|attribut_html)]"><i class="fas fa-calendar left"></i><span class="visuallyhidden">Télécharger le calendrier des émissions de la saison en cours</span></a></BOUCLE_ics>
|
||||
<INCLURE{fond=inclure/rezo} />
|
||||
<a href="/rss" class="btn"><i class="fas fa-rss left"></i>S'abonner au podcast</a>
|
||||
</div>
|
||||
|
@ -84,6 +84,19 @@ span.btn {
|
||||
width: 217px;
|
||||
}
|
||||
}
|
||||
.calendrier_emissions {
|
||||
font-size: 1.4em;
|
||||
border: 0;
|
||||
padding: .35em;
|
||||
.fas {
|
||||
color: white;
|
||||
}
|
||||
&:hover, &:focus {
|
||||
.fas {
|
||||
color: $couleurPrincipaleOn;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.sociaux {
|
||||
display: inline-block;
|
||||
@ -181,7 +194,6 @@ span.btn {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
> .page_container .nav > ul .loupe a {
|
||||
|
Loading…
Reference in New Issue
Block a user