Modifiche per il documento Per anno

Dalla versione 120.3
modificato da Andrea Omicini
il 30/10/2021 19:17
Cambia il commento: Nessun commento per questa versione
Alla versione 120.1
modificato da Andrea Omicini
il 30/10/2021 18:42
Cambia il commento: Nessun commento per questa versione

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,6 +122,9 @@
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
125 125   #if( $thesisFoundNo > 0 && !$oneCycle )
126 126  (% 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}}
127 127   #end
... ... @@ -141,8 +141,5 @@
141 141  (% 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" %)|($thesisYearNo #if($thesisYearNo == 1){{stringEngIta eng='thesis in' ita='tesi nel'/}}#else{{stringEngIta eng='theses in' ita='tesi nel'/}}#end $year{{id name='$year-bottom'/}}) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]]
142 142   #end
143 143  #end
144 - #if( !$oneYear )
145 -(% style="border-style:hidden hidden hidden hidden; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-weight:normal; font-size:smaller; color:$theme.textSecondaryColor" %)|($thesisNo #if($thesisNo == 1){{stringEngIta eng='thesis' ita='tesi'/}}#else{{stringEngIta eng='theses' ita='tesi'/}}#end [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]]
146 - #end
147 147  {{id name='bottom'/}}
148 148  {{/velocity}}