Changes for page Per Year
From 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
To version 157.1
edited by Andrea Omicini
on 30/06/2023 21:38
on 30/06/2023 21:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,7 @@ 1 + 2 +1. List item 3 +1. List item 4 +1. List item 1 1 {{velocity}} 2 2 {{html wiki="true" clean="false"}} 3 3 #template('apice_boolean.vm') ... ... @@ -131,17 +131,11 @@ 131 131 ## year display / start 132 132 <div style="font-style: normal"><ul> 133 133 #foreach( $item in $itemMap[$year] ) 134 -<li>#thesis year($item)</li>138 +<li>#thesislinked($item)</li> 135 135 #end 136 136 </ul></div> 137 137 ## year display / end 138 138 ## 139 -## year bottom / start 140 -<div #if( $foreach.last )id="bottom"#end class="mainselectbottom"> 141 - #set( $itemYearNo = $itemMap[$year].size() ) 142 -$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() 143 -</div> 144 -## year bottom / end 145 145 #end 146 146 ## DISPLAY / END 147 147 {{/html}}