Changes for page Available
From version 55.1
edited by Andrea Omicini
on 29/01/2023 21:58
on 29/01/2023 21:58
Change comment:
There is no comment for this version
To version 54.1
edited by Andrea Omicini
on 29/01/2023 21:54
on 29/01/2023 21:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -45,15 +45,9 @@ 45 45 ## CLOUDS / START 46 46 #if( $xwiki.exists("${objectSpace}.Clouds.WebHome") ) 47 47 * {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}} 48 - #set( $someDisplayed = false ) 49 49 #if( $xwiki.exists("${objectSpace}.Clouds.Tags") ) 50 -#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]]## 51 - #set( $someDisplayed = true ) 49 +** [[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]] 52 52 #end 53 - #if( $xwiki.exists("${objectSpace}.Clouds.Supervisors") ) 54 -#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="supervisors" ita="supervisori"/}}>>${objectSpace}.Clouds.Supervisors]]## 55 - #set( $someDisplayed = true ) 56 - #end 57 57 #end 58 58 ## CLOUDS / END 59 59 ## ... ... @@ -104,10 +104,17 @@ 104 104 ## PER ROLE / END 105 105 ## 106 106 ## CLOUDS / START 107 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") ) 101 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") ) 108 108 * {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${userSpace}.${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}} 109 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") ) 110 -** [[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]] 103 + #set( $someDisplayed = false ) 104 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") ) 105 +#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]]## 106 + #set( $someDisplayed = true ) 107 + #end 108 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Supervisors") ) 109 +#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="supervisors" ita="supervisori" /}}>>${userSpace}.${objectSpace}.Clouds.Supervisors]]## 110 + #set( $someDisplayed = true ) 111 + #end 111 111 #end 112 112 #end 113 113 ## CLOUDS / END