SELECT cat1,cat2
FROM evenement
WHERE eventid='#attributes.eventid#'
SELECT ST.ShowType, ST.ShowTypeColor, s.clientstypeid
FROM ShowType ST, horaire S
WHERE ST.ShowTypeID=S.ShowTypeID
AND (ST.actif='1'or ST.actif='3')
and ST.Repertoire_No=#attributes.Repertoire_No#
ORDER BY ShowType
SELECT showid, entete, intro, titre, extrait, description, credits, web, lieu, date_debut, date_fin, heure_debut, heure_fin, membre, selechoix, clientstypeid,
artiste1,artiste2,artiste3,artiste4,artiste5,artiste6,artiste7,artiste8,artiste9,artiste10,artiste11,artiste12,cat1,cat2,assistance,inscription as nbinscription,code
FROM horaire
WHERE (actif='1'or actif='3') and visible Ilike '%3%'
AND langue='fr'
AND Repertoire_No=#attributes.Repertoire_No##PreserveSingleQuotes(QueryEvent)##PreserveSingleQuotes(QryChoix)##PreserveSingleQuotes(QueryVis)#
ORDER BY date_debut, heure_debut,Tri,Titre
Where niveau3#PreserveSingleQuotes(QryNiveau3)##PreserveSingleQuotes(Qryid_reseau)##PreserveSingleQuotes(QryActif)##PreserveSingleQuotes(QryEvent)#
Par ateliers
(date)
Courriel
Par participants
Liste des participant.e.s par ateliers - #event.titre#
#code# - #titre# [#nbinscription#]
#LSDateFormat(date_debut,'dddd, d mmm yy')# / #TimeFormat(heure_debut, "H")# h #TimeFormat(heure_debut, "mm")# à #TimeFormat(heure_fin, "H")# h #TimeFormat(heure_fin, "mm")#
#lieu#
- #nom#, #prenom#Nom à confirmer, #societe#, #courriel#
- #nom2#, #prenom2#Nom à confirmer, #societe#, #courriel2#
- #nom3#, #prenom3#Nom à confirmer, #societe#, #courriel3#
- #nom4#, #prenom4#Nom à confirmer, #societe#, #courriel4#
- #nom5#, #prenom5#Nom à confirmer, #societe#, #courriel5#
- #nom6#, #prenom6#Nom à confirmer, #societe#, #courriel6#
Total des inscriptions #varicounter# sur #assistance# places
COMPLET
UPDATE horaire
SET inscription= #varicounter#
WHERE showid=#showid#