Changes for page Per Year
From version 156.1
edited by Andrea Omicini
on 30/06/2023 21:36
on 30/06/2023 21:36
Change comment:
There is no comment for this version
To version 159.1
edited by Andrea Omicini
on 30/06/2023 21:48
on 30/06/2023 21:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +5,3 @@ 1 - 2 -1. List item 3 -1. List item 4 -1. List item 5 5 {{velocity}} 6 6 {{html wiki="true" clean="false"}} 7 7 #template('apice_boolean.vm') ... ... @@ -135,7 +135,7 @@ 135 135 ## year display / start 136 136 <div style="font-style: normal"><ul> 137 137 #foreach( $item in $itemMap[$year] ) 138 -<li>#thesis linked($item)</li>134 +<li>#thesisyear($item)</li> 139 139 #end 140 140 </ul></div> 141 141 ## year display / end ... ... @@ -144,8 +144,8 @@ 144 144 <div #if( $foreach.last )id="bottom"#end class="mainselectbottom"> 145 145 #set( $itemYearNo = $itemMap[$year].size() ) 146 146 $itemYearNo #if( $oneCycle )#if( $itemYearNo == 1 ){{thesisCycle plural="false" uppercase="false"}}$cycle{{/thesisCycle}}#{else}{{thesisCycle plural="true" uppercase="false"}}$cycle{{/thesisCycle}}#end#else#if( $itemYearNo == 1 )$services.localization.render('thesis').toLowerCase()#else$services.localization.render('theses').toLowerCase()#end#end / $year • #anchorlinks() 147 -## year bottom / end 148 148 </div> 144 +## year bottom / end 149 149 #end 150 150 ## DISPLAY / END 151 151 {{/html}}