Changes for page Available

From version 53.4
edited by Andrea Omicini
on 29/01/2023 17:39
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,11 +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 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") )
109 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") )
104 104  ** [[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]]
105 - #end
106 106   #end
107 107   #end
108 108  ## CLOUDS / END