#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier",false,"publishDateTime","asc")) #set($context = $templateLogic.getHttpServletRequest().getContextPath()) #set($urlpuce="$context/digitalAssets/1_puce.gif")
Participer à la communauté

 Vous trouverez ici toutes les informations pour vous abonner à la liste de diffusion des développeurs ESUP ou proposer des contributions.


LES UNRs

 UNIRE (région Lorraine
Franche-Comté, Bourgogne,
Champagne Ardennes)
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="UNIRE")
  • $nom
  • #end #end
UNR NDPC (region Nord Pas
de Calais)
    #foreach($item in $list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="NDPC")
  • $nom
  • #end #end
UNB (région Bretagne)
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="UNRB")
  • $nom
  • #end #end
UNR PC (région Poitou
Charentes)
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="PC")
  • $nom
  • #end #end
UNR ACO(région Aquitaine)
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="ACO")
  • $nom
  • #end #end
UNR UOMLR (région
Languedoc-Roussillon)
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="UOMLR")
  • $nom
  • #end #end
UNR Réunion
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="Reunion")
  • $nom
  • #end #end
UNR Centre
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="Centre")
  • $nom
  • #end #end
UNR PACA
    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #set( $nomUNR = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nomUNR")) #if($type=="unr"&&$nomUNR=="PACA")
  • $nom
  • #end #end
LES ÉTABLISSEMENTS

    #foreach($item in$list) #set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom")) #set( $type = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "type")) #if($type=="etablissement")
  • $nom
  • #end #end