Changes for page Per Year
From version 47.1
edited by Andrea Omicini
on 25/10/2021 21:16
on 25/10/2021 21:16
Change comment:
There is no comment for this version
To version 45.1
edited by Andrea Omicini
on 25/10/2021 21:11
on 25/10/2021 21:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -81,6 +81,7 @@ 81 81 #end 82 82 ## some selected status or all statuses / now $status 83 83 #if( $oneUser ) 84 +== $selectedUser == 84 84 ## some user selected 85 85 #foreach( $role in $allThesisRoles ) 86 86 #set( $thesisStatusRoleNo = 0 ) ... ... @@ -93,9 +93,7 @@ 93 93 #set( $selectedRoleFieldName = "supervisor" ) 94 94 #end 95 95 ## some selected role or all roles / now $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 97 +=== $role === 99 99 #set ($sql = ", BaseObject as obj, StringProperty as prop0, LargeStringProperty as prop1, DateProperty as prop2 100 100 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" ) 101 101 #set( $thesisFound = $xwiki.searchDocuments($sql) ) ... ... @@ -119,7 +119,7 @@ 119 119 #end 120 120 #end 121 121 #if( !$oneStatus ) 122 -(% 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){{thesisStatusplural='false' uppercase='false' short='true'}}$status{{/thesisStatus}}#else{{thesisStatus plural='true' uppercase='false' short='true'}}$status{{/thesisStatus}}#end{{id name='$status'/}}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}} 123 123 #end 124 124 #end 125 125 ##