@@type@@
---- datatemplatelist ----
template : templates:lien
cols : nom, nomcourt, type
sort : nom
filter : %pageid% ~ poles:*
and : nomcourt ~~ @@pole@@
----
---- datatemplatelist ----
template : templates:lien
cols : nom, nomcourt, type
sort : nom
filter : %pageid% ~ equipes:*
and : nomcourt ~~ @@equipe@@
----
[[https://www.irif.fr/admindb/seminaires/|Gestion des séances]]
===== @@nom@@ =====
Le [[http://www.irif.fr/_media/ical/@@nomcourt@@.ics|calendrier]] des séances (format iCal).
\\
Pour ajouter le calendrier des séances à votre agenda favori, souscrire au calendrier en indiquant ce lien.
\\ === Contact(s) ===
---- datatemplatelist ----
template : templates:personne
cols : nom, prenom, pageweb
sort : nom
filter : %pageid% ~ users:*:inc
and : login ~~ @@responsable@@
----
@@contact@@
/*
\\ === Exposés à venir ===
---- datatemplatelist ----
template : templates:seance
cols : seminaire, nom, affiliation, titre, date, heure, salle
sort : date
filter : seminaire = @@nomcourt@@
and : date >= @@%now%@@
----
\\ === Exposés passés ===
---- datatemplatelist ----
template : templates:seance
cols : seminaire, nom, affiliation, titre, date, heure, salle
sort : ^date
filter : seminaire = @@nomcourt@@
and : date < @@%now%@@
----
*/