#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier",false,"publishDateTime","asc"))
Les architectures déployées dans la communauté
Les architectures utilisées par la communauté ESUP Portail
Etablissement |
Version de ESUP Portail |
Type de serveur |
Configuration |
Nombre d'utilisateurs potentiel |
#foreach($item in $list)
#set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom"))
#set( $version = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "version"))
#set( $url = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "url"))
#set( $typeserv = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "typeserv"))
#set( $config = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "config"))
#set( $nbuser = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nbuser"))
#if($url!="http://")
$nom
#else
$nom
#end
|
$version
|
$typeserv
|
$config
|
$nbuser
|
#end