#set($context = $templateLogic.getHttpServletRequest().getContextPath())
#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier",false,"publishDateTime","desc"))
Les diffèrents modules de formations
Administration
Développement
Les sessions de formations
Dates/lieu |
Formateurs |
Nombres d'inscrit |
Support(s) utilisé(s) |
#foreach($item in$list)
#set( $date = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "date"))
#set( $lieu = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "lieu"))
#set( $Formateur = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "Formateur"))
#set( $nbInscrit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nbInscrit"))
#set( $typeFormation = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "typeFormation"))
#set( $urlSupport = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlSupport"))
#set( $infosSupp = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "infosSupp"))
$date $lieu |
$Formateur |
$!nbInscrit |
#if($typeFormation=="Helpdesk")
#set($texteAncre = "Formation au Helpdesk ESUP-Portail")
#else
#set($texteAncre = $typeFormation)
#end
#if($urlSupport=="")
$texteAncre
$!infosSupp
|
#else
$texteAncre
$!infosSupp
|
#end
#end