 |
#set ($myPlaces = $user.getMyPlaces())
#set ($userGroup2 ="null")
#foreach ($myPlace IN $myPlaces)
#set ($myPlaceURL = $portletURLFactory.create($request, "", $getterUtil.getLong($plid), "ACTION_PHASE"))
${myPlaceURL.setWindowState("normal")}
${myPlaceURL.setPortletMode("view")}
${myPlaceURL.setParameter("struts_action", "/my_places/view")}
${myPlaceURL.setParameter("groupId", ${myPlace.getGroupId().toString()})}
#if($userGroup2=="null")
#set ($userGroup2=$myPlace.getName())
#end
#if($userGroup2!="Promotore Finanziario")
#set ($userGroup2=$myPlace.getName())
#end
#end
#if ($show_sign_out)
|
  |
Utente: |
$userScreenName
|
$sign_out_text
|
#end
|
 |
#if ($show_sign_in)
|
Registrazione
|
|
#end