[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / seminaire / export_xml.html
1 #HTTP_HEADER{Content-type:text/xml; charset=#CHARSET}
2 #CACHE{0}
3 <?xml version="1.0" encoding="utf-8"?>
4 <icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
5 <vcalendar>
6 <properties>
7 <calscale>
8 <text>GREGORIAN</text>
9 </calscale>
10 <prodid>
11 <text>-//SPIP//NONSGML v1.0//FR</text>
12 </prodid>
13 <version>
14 <text>2.0</text>
15 </version>
16 </properties>
17
18 [(#REM)mettre ici l'inclure pour l'appel du fichier contenant les components]
19 <BOUCLE_evenement2(EVENEMENTS){branche ?}{id_article ?}{statut=publie}{par date_fin}{age_fin<=0}{0,50}{doublons}>
20 [(#INCLURE{fond=lure/evenement-xml}{evtitre=#TITRE}{id_evenement}{date_debut}{horaire}{date_fin}{id_article}{descriptif}{lieu}{name}{abstract})]
21 </BOUCLE_evenement2>
22 <BOUCLE_evenement3(EVENEMENTS){branche ?}{id_article ?}{statut=publie}{par date_fin}{age_fin>=0}{inverse}{0,50}{doublons}>
23 [(#INCLURE{fond=inclure/evenement-xml}{evtitre=#TITRE}{id_evenement}{date_debut}{horaire}{date_fin}{id_article}{descriptif}{lieu}{name}{abstract})]
24 </BOUCLE_evenement3>
25 <BOUCLE_evenement(EVENEMENTS){branche ?}{id_article ?}{statut=publie}{par date_fin}{inverse}{0,50}{doublons}>
26 [(#INCLURE{fond=inclure/evenement-xml}{evtitre=#TITRE}{id_evenement}{date_debut}{horaire}{date_fin}{id_article}{descriptif}{lieu}{name}{abstract})]
27 </BOUCLE_evenement>
28
29 </vcalendar>
30 </icalendar>