Changes for page Per Year

From version 96.2
edited by Andrea Omicini
on 30/10/2021 16:11
Change comment: There is no comment for this version
To version 96.3
edited by Andrea Omicini
on 30/10/2021 16:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -89,17 +89,15 @@
89 89  ## search theses
90 90  #set( $thesisNo = 0 )
91 91  #foreach( $year in $yearList )
92 - #if( !$oneStatus || $selectedStatus == $status )
93 - #set( $thesisStatusNo = 0 )
94 - #if( !$oneStatus )
95 -(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$status'/}}{{thesisStatus plural='true' uppercase='true' short='true'}}$status{{/thesisStatus}}
92 + #if( !$oneYear || $selectedYear == $year )
93 + #set( $thesisYearNo = 0 )
94 + #if( !$oneYear )
95 +(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}$year
96 96   #end
97 -## some selected status or all statuses / now $status
98 - #if( $oneUser )
99 -## some user selected
100 - #foreach( $role in $allThesisRoles )
101 - #set( $thesisStatusRoleNo = 0 )
102 - #if( !$oneRole || $selectedRole == $role )
97 +## some selected year or year list / now $year
98 + #foreach( $cycle in $allThesisCycles )
99 + #set( $thesisYearCycleNo = 0 )
100 + #if( !$oneCycle || $selectedCycle == $cycle )
103 103   #if( $role == "contact" )
104 104   #set( $selectedRoleFieldName = "contacts" )
105 105   #elseif( $role == "cosupervisor" )