#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier telechargement",false,"publishDateTime","desc"))
#set($contentVo = $templateLogic.componentLogic.getBoundContent("pageDocRef"))
#set($contentId = $contentVo.getId())
#set($corps = $templateLogic.getContentAttribute($contentId, "corps"))
#set($contentVoSocle = $templateLogic.componentLogic.getBoundContent("pageSocle"))
#set($contentIdSocle = $contentVoSocle.getId())
#set($corpsSocle = $templateLogic.getContentAttribute($contentIdSocle, "corps"))
#set($contentVoSso = $templateLogic.componentLogic.getBoundContent("pageSso"))
#set($contentIdSso = $contentVoSso.getId())
#set($corpsSso = $templateLogic.getContentAttribute($contentIdSso, "corps"))
$corpsSocle
$corpsSso
Modules de communication
#foreach($item in$list)
#set( $produit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "projet"))
#set( $urlDoc = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlDoc"))
#set( $categorie = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "categorie"))
#set($statut = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "statut"))
#if($statut=="abouti" && $categorie=="Communication")
-
$produit
#end
#end
Bureau virtuel
#foreach($item in$list)
#set( $produit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "projet"))
#set( $urlDoc = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlDoc"))
#set( $categorie = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "categorie"))
#set($statut = $templateLogic.getContentAttribute($item.id,$templateLogic.languageId, "statut"))
#if($statut=="abouti" && $categorie=="BureauVirtuel")
-
$produit
#end
#end
Modules de stockage
#foreach($item in$list)
#set( $produit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "projet"))
#set( $urlDoc = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlDoc"))
#set( $categorie = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "categorie"))
#set($statut = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "statut"))
#if($statut=="abouti" && $categorie=="Stockage")
-
$produit
#end
#end
CMS - inJAC
#foreach($item in$list)
#set( $produit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "projet"))
#set( $urlDoc = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlDoc"))
#set( $categorie = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "categorie"))
#set($statut = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "statut"))
#if($statut=="abouti" && ($categorie=="Stockage" || $categorie=="CMS"))
-
$produit
#end
#end
Applications métiers
#foreach($item in$list)
#set( $produit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "projet"))
#set( $urlDoc = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlDoc"))
#set( $categorie = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "categorie"))
#set($statut = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "statut"))
#if($statut=="abouti" && ($categorie=="Scolarite" || $categorie=="RessourcesHumaines" || $categorie=="Comptabilite"))
-
$produit
#end
#end
$corps