Changes for page Per Year

From version 120.1
edited by Andrea Omicini
on 30/10/2021 18:42
Change comment: There is no comment for this version
To version 120.2
edited by Andrea Omicini
on 30/10/2021 18:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -104,9 +104,9 @@
104 104  #set( $thesisNo = 0 )
105 105  #foreach( $year in $yearList )
106 106   #set( $thesisYearNo = 0 )
107 -## #if( !$oneYear )
108 -##(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}$year
109 -## #end
107 + #if( !$oneYear )
108 +(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}$year
109 + #end
110 110  ## some selected year or year list / now $year
111 111   #foreach( $cycle in $allThesisCycles )
112 112   #set( $thesisYearCycleNo = 0 )
... ... @@ -122,9 +122,6 @@
122 122   #set( $thesisFound = $xwiki.searchDocuments($sql) )
123 123   #set( $thesisFoundNo = $thesisFound.size() )
124 124   #set( $thesisYearCycleNo = $thesisYearCycleNo + $thesisFoundNo )
125 - #if( $thesisFoundNo > 0 && !$oneYear )
126 -(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}$year
127 - #end
128 128   #if( $thesisFoundNo > 0 && !$oneCycle )
129 129  (% style="border-style:#if( $oneYear )solid hidden hidden solid#{else}hidden hidden hidden dotted#end; border-color:$theme.borderColor; text-align:left; font-style:oblique; font-size:smaller" %)|#if( $oneYear ){{id name='$cycle'/}}#else{{id name='$year-$cycle'/}}#end{{thesisCycle plural='no' uppercase='yes' short='yes'}}$cycle{{/thesisCycle}}
130 130   #end