Changes for page Available

From version 54.1
edited by Andrea Omicini
on 29/01/2023 21:54
Change comment: There is no comment for this version
To version 55.1
edited by Andrea Omicini
on 29/01/2023 21:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -45,9 +45,15 @@
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 )
48 48   #if( $xwiki.exists("${objectSpace}.Clouds.Tags") )
49 -** [[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]]
50 +#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]]##
51 + #set( $someDisplayed = true )
50 50   #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
51 51   #end
52 52  ## CLOUDS / END
53 53  ##
... ... @@ -98,17 +98,10 @@
98 98  ## PER ROLE / END
99 99  ##
100 100  ## CLOUDS / START
101 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") )
107 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") )
102 102  * {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${userSpace}.${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}}
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
109 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") )
110 +** [[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]]
112 112   #end
113 113   #end
114 114  ## CLOUDS / END