Changes for page Available
From version 53.3
edited by Andrea Omicini
on 29/01/2023 17:39
on 29/01/2023 17:39
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
-
... ... @@ -21,7 +21,7 @@ 21 21 ## PER STATUS / START 22 22 #if( $xwiki.exists("${objectSpace}.PerStatus") ) 23 23 * {{stringEngIta eng="theses" ita="tesi"/}} [[{{stringEngIta eng="per status" ita="per stato"/}}>>${objectSpace}.PerStatus]] 24 -** #foreach( $status in $statuses )#if( $foreach.index > 0 ), #end[[{{thesisStatus plural="true" uppercase="false" short=' false'}}$status{{/thesisStatus}}>>${objectSpace}.PerStatus||queryString='status=$status']]#end24 +** #foreach( $status in $statuses )#if( $foreach.index > 0 ), #end[[{{thesisStatus plural="true" uppercase="false" short='true'}}$status{{/thesisStatus}}>>${objectSpace}.PerStatus||queryString='status=$status']]#end 25 25 26 26 #end 27 27 ## PER STATUS / END ... ... @@ -100,9 +100,15 @@ 100 100 ## CLOUDS / START 101 101 #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 ) 103 103 #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") ) 104 -** [[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]] 105 +#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]]## 106 + #set( $someDisplayed = true ) 105 105 #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 106 106 #end 107 107 #end 108 108 ## CLOUDS / END