Changes for page Available

From version 61.1
edited by Andrea Omicini
on 30/01/2023 00:56
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
... ... @@ -2,36 +2,22 @@
2 2  
3 3  {{include reference="Theses.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 4  #set( $thesisMenu = true )
5 +#set( $showAvailableTheses = true )
5 5  ##
7 +#if( $showAvailableTheses )
8 + #set( $statuses = $allThesisStatuses )
9 +#else
10 + #set( $statuses = $workingThesisStatuses )
11 +#end
12 +#if( $showPhDTheses )
13 + #set( $cycles = $allThesisCycles )
14 +#else
15 + #set( $cycles = $lowThesisCycles )
16 +#end
17 +##
6 6  #if( !$userName || $userName == "" || !$userSpace || $userSpace == "" || !$userFullname || $userFullname == "" )
7 7  #### GENERAL SHOWCASE / START
8 8  ##
9 -## set control variables
10 -#set( $statuses = $allThesisStatuses )
11 -##set( $statuses = $workingThesisStatuses )
12 -#set( $cycles = $allThesisCycles )
13 -##set( $cycles = $lowThesisCycles )
14 -##
15 -## CLOUDS / START
16 - #if( $xwiki.exists("${objectSpace}.Clouds.WebHome") )
17 -* {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}}
18 - #set( $someDisplayed = false )
19 - #if( $xwiki.exists("${objectSpace}.Clouds.Tags") )
20 -#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]]##
21 - #set( $someDisplayed = true )
22 - #end
23 - #if( $xwiki.exists("${objectSpace}.Clouds.Supervisors") )
24 -#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="supervisors" ita="supervisori"/}}>>${objectSpace}.Clouds.Supervisors]]##
25 - #set( $someDisplayed = true )
26 - #end
27 - #if( $xwiki.exists("${objectSpace}.Clouds.Cosupervisors") )
28 -#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="co-supervisors" ita="co-supervisori"/}}>>${objectSpace}.Clouds.Cosupervisors]]##
29 - #set( $someDisplayed = true )
30 - #end
31 -
32 - #end
33 -## CLOUDS / END
34 -##
35 35  ## PER STATUS / START
36 36   #if( $xwiki.exists("${objectSpace}.PerStatus") )
37 37  * {{stringEngIta eng="theses" ita="tesi"/}} [[{{stringEngIta eng="per status" ita="per stato"/}}>>${objectSpace}.PerStatus]]
... ... @@ -56,6 +56,21 @@
56 56   #end
57 57  ## PER CYCLE / END
58 58  ##
45 +## CLOUDS / START
46 + #if( $xwiki.exists("${objectSpace}.Clouds.WebHome") )
47 +* {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}}
48 + #set( $someDisplayed = false )
49 + #if( $xwiki.exists("${objectSpace}.Clouds.Tags") )
50 +#if( $someDisplayed ), #{else}** #end[[{{stringEngIta eng="tags" ita="tag"/}}>>${objectSpace}.Clouds.Tags]]##
51 + #set( $someDisplayed = true )
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 + #end
58 +## CLOUDS / END
59 +##
59 59  ## BY CONTENT / START
60 60   #if( $xwiki.exists("${objectSpace}.Search") )
61 61  * [[{{stringEngIta eng="search" ita="ricerca"/}}>>${objectSpace}.Search]] {{stringEngIta eng="theses by content" ita="tesi per contenuto"/}}
... ... @@ -65,68 +65,51 @@
65 65  #### GENERAL SHOWCASE / END
66 66  #else
67 67  #### USER SHOWCASE / START
68 -##
69 -## set control varibles
70 -##
71 -#if( $showAvailableTheses )
72 - #set( $statuses = $allThesisStatuses )
73 -#else
74 - #set( $statuses = $workingThesisStatuses )
75 -#end
76 -#if( $showPhDTheses )
77 - #set( $cycles = $allThesisCycles )
78 -#else
79 - #set( $cycles = $lowThesisCycles )
80 -#end
81 -##
82 -### APICE / START
83 -#if( $apiceTheses )
69 + #if( $apiceTheses )
84 84  ## PER STATUS / START
85 - #if( $xwiki.exists("${userSpace}.${objectSpace}.PerStatus") )
71 + #if( $xwiki.exists("${userSpace}.${objectSpace}.PerStatus") )
86 86  * {{stringEngIta eng="theses" ita="tesi"/}} [[{{stringEngIta eng="per status" ita="per stato"/}}>>${userSpace}.${objectSpace}.PerStatus]]
87 - #foreach( $status in $statuses )
73 + #foreach( $status in $statuses )
88 88  #if( !$foreach.first ), #{else}** #end[[{{thesisStatus plural="true" uppercase="false" short='true'}}$status{{/thesisStatus}}>>${userSpace}.${objectSpace}.PerStatus||queryString='status=$status']]#end
89 89  
90 - #end
76 + #end
91 91  ## PER STATUS / END
92 92  ##
93 93  ## PER YEAR / START
94 - #if( $xwiki.exists("${userSpace}.${objectSpace}.PerYear") )
80 + #if( $xwiki.exists("${userSpace}.${objectSpace}.PerYear") )
95 95  * {{thesisStatus plural="true" upperCase="false" short="false"}}completed{{/thesisStatus}} [[{{stringEngIta eng="per year" ita="per anno"/}}>>${userSpace}.${objectSpace}.PerYear]]
96 96  ** #foreach( $year in [$lastYearThesis..$firstYearThesis] )#if( $foreach.count < $maxThesisYears || ($foreach.count == $maxThesisYears && $year == $firstYearThesis) )#if( !$foreach.first ), #end[[$year>>${userSpace}.${objectSpace}.PerYear||queryString="year=$year"]]#elseif( $foreach.count == $maxThesisYears ), [[$year–$firstYearThesis>>${userSpace}.${objectSpace}.PerYear||queryString="from=$firstYearThesis&to=$year"]]#end#end
97 97  
98 - #end
84 + #end
99 99  ## PER YEAR / END
100 100  ##
101 101  ## PER CYCLE / START
102 - #if( $xwiki.exists("${userSpace}.${objectSpace}.PerCycle") )
88 + #if( $xwiki.exists("${userSpace}.${objectSpace}.PerCycle") )
103 103  * {{thesisStatus plural="true" upperCase="false" short="false"}}completed{{/thesisStatus}} [[{{stringEngIta eng="per cycle" ita="per livello"/}}>>${userSpace}.${objectSpace}.PerCycle]]
104 104  ** #foreach( $cycle in $cycles )
105 105  #if( !$foreach.first ), #end[[{{thesisCycle plural="true" uppercase="false" short='true'}}$cycle{{/thesisCycle}}>>${userSpace}.${objectSpace}.PerCycle||queryString='cycle=$cycle']]#end
106 106  
107 - #end
93 + #end
108 108  ## PER CYCLE / END
109 109  ##
110 110  ## PER ROLE / START
111 - #if( $xwiki.exists("${userSpace}.${objectSpace}.PerStatus") )
97 + #if( $xwiki.exists("${userSpace}.${objectSpace}.PerStatus") )
112 112  ##* {{stringEngIta eng="theses" ita="tesi"/}} [[{{stringEngIta eng="per status & role" ita="per stato e ruolo"/}}>>${userSpace}.${objectSpace}.PerStatus]]
113 113  * {{stringEngIta eng="theses" ita="tesi"/}} {{stringEngIta eng="per role" ita="per ruolo"/}}
114 114   #foreach( $role in $allThesisRoles )
115 115  #if( !$foreach.first ), #{else}** #end[[{{thesisRole plural="false" uppercase="false" short='true'}}$role{{/thesisRole}}>>${userSpace}.${objectSpace}.PerStatus||queryString='role=$role']]#end
116 116  
117 - #end
103 + #end
118 118  ## PER ROLE / END
119 119  ##
120 120  ## CLOUDS / START
121 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") )
107 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.WebHome") )
122 122  * {{english}}thesis{{/english}} [[{{stringEngIta eng="clouds" ita="nuvole"/}}>>${userSpace}.${objectSpace}.Clouds.WebHome]] {{italiano}}delle tesi{{/italiano}}
123 - #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") )
109 + #if( $xwiki.exists("${userSpace}.${objectSpace}.Clouds.Tags") )
124 124  ** [[{{stringEngIta eng="tags" ita="tag" /}}>>${userSpace}.${objectSpace}.Clouds.Tags]]
125 - #end
126 126   #end
127 -## CLOUDS / END
128 128   #end
129 -### APICE / END
113 +## CLOUDS / END
130 130  ##
131 131  ## OTHER / START
132 132   #if( $amsTheses )