Changes for page Per Year

From version 45.1
edited by Andrea Omicini
on 25/10/2021 21:11
Change comment: There is no comment for this version
To version 49.1
edited by Andrea Omicini
on 25/10/2021 21:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,7 +81,6 @@
81 81   #end
82 82  ## some selected status or all statuses / now $status
83 83   #if( $oneUser )
84 -== $selectedUser ==
85 85  ## some user selected
86 86   #foreach( $role in $allThesisRoles )
87 87   #set( $thesisStatusRoleNo = 0 )
... ... @@ -94,7 +94,9 @@
94 94   #set( $selectedRoleFieldName = "supervisor" )
95 95   #end
96 96  ## some selected role or all roles / now $role
97 -=== $role ===
96 + #if( !$oneRole )
97 +(% style="border-style:hidden hidden hidden dotted; border-color:$theme.borderColor; text-align:left; font-style:oblique; font-size:smaller" %)|{{id name='$status-$role'/}}$role
98 + #end
98 98   #set ($sql = ", BaseObject as obj, StringProperty as prop0, LargeStringProperty as prop1, DateProperty as prop2
99 99   where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'status' and prop1.name = '$selectedRoleFieldName' and prop2.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and prop1.value like '%$selectedUser%' order by prop2.value desc" )
100 100   #set( $thesisFound = $xwiki.searchDocuments($sql) )
... ... @@ -103,6 +103,9 @@
103 103   #foreach( $thesis in $thesisFound )
104 104  * $thesis
105 105   #end
107 + #if( !$oneRole )
108 +(% style="border-style:#if( $oneStatus )hidden solid solid hidden #{else}hidden dotted hidden hidden#end; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-weight:normal; font-size:smaller; color:$theme.textSecondaryColor" %)|($thesisStatusRoleNo $role $status)#if( !$oneStatus ) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]]#end{{id name='$role-$status-bottom'/}}
109 + #end
106 106   #end
107 107   #set( $thesisStatusNo = $thesisStatusNo + $thesisStatusRoleNo )
108 108   #end
... ... @@ -118,7 +118,7 @@
118 118   #end
119 119   #end
120 120   #if( !$oneStatus )
121 -(% style="border-style:hidden solid solid hidden; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-weight:normal; font-size:smaller; color:$theme.textSecondaryColor" %)|{{id name='$status'/}}$thesisStatusNo {{thesisStatus plural='true' uppercase='true' short='true'}}$status{{/thesisStatus}}
125 +(% style="border-style:hidden solid solid hidden; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-weight:normal; font-size:smaller; color:$theme.textSecondaryColor" %)|$thesisStatusNo #if($thesisStatusNo == 1){{thesisStatus plural='false' uppercase='false' short='true'}}$status{{/thesisStatus}}#else{{thesisStatus plural='true' uppercase='false' short='true'}}$status{{/thesisStatus}}#end{{id name='$status'/}}
122 122   #end
123 123   #end
124 124  ##