You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
escal/calendrier_quete.json.html

39 lines
1.3 KiB
HTML

#HTTP_HEADER{Content-type:text/javascript; charset=#CHARSET}
[<BOUCLE_evenements(EVENEMENTS){', '}{par date_debut}{titre_mot?}>
#SET{couleur,#CONFIG{escal/config/couleureventscalendrier,#336699}}
<BOUCLE_article_couleur(ARTICLES){id_evenement}>
<BOUCLE_mot_art(MOTS){id_article}{type=Agenda_couleur}{0,1}>
#SET{couleur,#DESCRIPTIF}
</BOUCLE_mot_art>
</BOUCLE_article_couleur>
<BOUCLE_mot_couleur(MOTS){id_evenement}{type=Agenda_couleur}{0,1}>
#SET{couleur,#DESCRIPTIF}
</BOUCLE_mot_couleur>
<BOUCLE_mot(MOTS){id_evenement}{type=Agenda_couleur}{0,1}>
[(#ARRAY{
id,#ID_EVENEMENT,
title,[(#_evenements:TITRE|html2unicode|unicode2charset|supprimer_tags)],
allDay,[(#HORAIRE|=={non}|?{#EVAL{true},#EVAL{false}})],
start,#DATE_DEBUT,
end,#DATE_FIN,
url,#URL_EVENEMENT,
color,[(#GET{couleur}|PtoBR|html2unicode|unicode2charset)]
}|json_encode)]
</BOUCLE_mot>
</B_mot>
[(#ARRAY{
id,#ID_EVENEMENT,
title,[(#_evenements:TITRE|html2unicode|unicode2charset|supprimer_tags)],
allDay,[(#HORAIRE|=={non}|?{#EVAL{true},#EVAL{false}})],
start,#DATE_DEBUT,
end,#DATE_FIN,
url,#URL_EVENEMENT,
color,[(#GET{couleur}|PtoBR|html2unicode|unicode2charset)]
}|json_encode)]
<//B_mot>
</BOUCLE_evenements>]