Ben voilà mon fichier calendrier_mini.html que j'ai modifié et qui affiche
les liens directs vers les articles ainsi que les évènements du mois sous le
mini-calendrier :
<div class="calendar">
<h1><BOUCLE_titre(ARTICLES){id_article}>#TITRE</BOUCLE_titre><:icone_agenda:
<//B_titre></h1>
<table class="minicalendar" summary="<:icone_agenda:>">
<caption class="minicalendar">
[<a
href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|Agenda_dateplus{
-27*24*3600,'Y-m'})]})"
title="[(#ENV{date}|Agenda_dateplus{-27*24*3600,'Y-m'}|affdate_mois_annee)]"
«</a>]
[(#ENV{date}|affdate_mois_annee)]
[<a
href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|Agenda_dateplus{
33*24*3600,'Y-m'})]})"
title="[(#ENV{date}|Agenda_dateplus{33*24*3600,'Y-m'}|affdate_mois_annee)]">
»</a>]
</caption>
<thead>
<tr class="minijour">
<th scope="col"><abbr
title="<:date_jour_2:>"><:date_jour_2|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_3:>"><:date_jour_3|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_4:>"><:date_jour_4|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_5:>"><:date_jour_5|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_6:>"><:date_jour_6|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_7:>"><:date_jour_7|spip_substr{0,2}|strtoupper:></abbr></
th>
<th scope="col"><abbr
title="<:date_jour_1:>"><:date_jour_1|spip_substr{0,2}|strtoupper:></abbr></
th>
</tr>
</thead>
<tbody><BOUCLE_calendrier(EVENEMENTS)
{agenda date_debut, mois, (#ENV{date}|annee), (#ENV{date}|mois)}>[
(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,[(#TITRE|addslashes)],
#DESCRIPTIF,#LIEU,#URL_ARTICLE})]</BOUCLE_calendrier>[
(#ENV{date}|agenda_mini)]
</tbody>
</table>
<B_memo>
<br>
<BOUCLE_memo(EVENEMENTS){agenda date_debut, mois,
(#ENV{date}|annee), (#ENV{date}|mois)}>
[(#DATE_DEBUT|affdate{'d-m'})] : <a href="#URL_ARTICLE">#TITRE - #LIEU
</a><br/>
</BOUCLE_memo>
</div>
<div class="separator">
</div>
JPA
"Linstit" <linstit@ouvaton.org> a écrit dans le message de
news:ed6ikc$1lp$1@sea.gmane.org...
Bonjour
J'ai activé le plugin et entré des événements, j'ai mis le mini
calendrier dans mon squelette sommaire.html avec cette ligne :
#CALENDRIER_MINI{#ENV{date},'date',#SELF}
Ca fonctionne, le mini calendrier s'affiche avec les événements mais
comment faire pour qu'un clic sur le jour de l'événement (ici, par
exemple, le 31 août), me renvoie sur la page de l'article concerné ?
http://www.crdp.ac-grenoble.fr/cddp38/ingenierie/commune/
Pierre N.