Changes for page Per Year
From version 134.1
edited by Andrea Omicini
on 09/02/2023 01:02
on 09/02/2023 01:02
Change comment:
There is no comment for this version
To version 142.1
edited by Andrea Omicini
on 30/06/2023 17:05
on 30/06/2023 17:05
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +$services.localization.render('peryear') - Content
-
... ... @@ -1,7 +1,5 @@ 1 -= {{italiano}}Per anno{{/italiano}}{{english}}Per Year{{/english}} = 2 - 3 -{{include reference="Main.Environment" excludeFirstHeading="true"/}}{{include reference="Theses.Environment" excludeFirstHeading="true"/}}{{velocity}} 4 -#set( $thesisMenu = true ) 1 +{{velocity}} 2 +#template('apice_theses.vm') 5 5 #### HANDLE PARAMETERS / START 6 6 ## 7 7 ## inline display ... ... @@ -68,7 +68,7 @@ 68 68 ## $oneCycle true if just one cycle to be shown 69 69 #if( $request.cycle && $request.cycle.trim() != "" ) 70 70 #set( $cyclePar = $request.cycle.trim().toUpperCase() ) 71 - #if( $ allThesisCycles.contains($cyclePar) )69 + #if( $thesisCycles.contains($cyclePar) ) 72 72 ## 'cycle' parameter is an admissible thesis cycle value 73 73 #set( $cycleList = [$cyclePar]) 74 74 #set( $oneCycle = true ) ... ... @@ -80,11 +80,7 @@ 80 80 #end 81 81 #else 82 82 ## default: all cycles 83 - #if( $showPhDTheses ) 84 - #set( $cycleList = $allThesisCycles ) 85 - #else 86 - #set( $cycleList = $lowThesisCycles ) 87 - #end 81 + #set( $cycleList = $showcaseThesisCycles ) 88 88 #set( $oneCycle = false ) 89 89 #set( $cycle = "" ) 90 90 #end ... ... @@ -141,17 +141,6 @@ 141 141 ## 142 142 ## $oneUser, $apiceUser, $userString, $userFirstName, $userLastName, $oneCycle, $cycleList, $oneYear, $yearList are properly set 143 143 ## 144 -## handle inline / start 145 -## 146 -## default: false 147 -#set( $showInline = false ) 148 -## check $inlinePar 149 -#if( $inlinePar != "" && $trueStringList.contains($inlinePar.toLowerCase()) ) 150 - #set( $showInline = true ) 151 -#end 152 -## 153 -## handle inline / end 154 -## 155 155 #### HANDLE PARAMETERS / END 156 156 ## 157 157 ## query to structures ... ... @@ -173,7 +173,7 @@ 173 173 ## output results 174 174 ## page subtitle 175 175 {{id name="top"/}} 176 ->(%%)$itemNo #if( $itemNo == 1 )#if( $oneCycle ){{thesisCycle plural="false" uppercase="false"}}$cycle{{/thesisCycle}}#else {{stringEngItaeng="$objectEngSingular.toLowerCase()" ita="$objectItaSingular.toLowerCase()"/}}#end#{else}#if( $oneCycle ){{thesisCycle plural="true" uppercase="false"}}$cycle{{/thesisCycle}}#else{{stringEngItaeng="$objectEngPlural.toLowerCase()" ita="$objectItaPlural.toLowerCase()"/}}#end#{end} / #if( $oneYear )$year#else$firstYear–$lastYear#{end}#if( $oneUser ) / $userFirstName $userLastName#{end}(%%)159 +>(%%)$itemNo #if( $itemNo == 1 )#if( $oneCycle ){{thesisCycle plural="false" uppercase="false"}}$cycle{{/thesisCycle}}#else$services.localization.render('thesis').toLowerCase()#end#{else}#if( $oneCycle ){{thesisCycle plural="true" uppercase="false"}}$cycle{{/thesisCycle}}#else$services.localization.render('theses').toLowerCase()#end#{end} / #if( $oneYear )$year#else$firstYear–$lastYear#{end}#if( $oneUser ) / $userFirstName $userLastName#{end}(%%) 177 177 178 178 ## stop if no thesis is found 179 179 #if( $itemNo == 0 || $itemMap.keySet().size() == 0 ) ... ... @@ -188,16 +188,20 @@ 188 188 (% style="font-size:smaller; text-align:right; padding:1em 1.5em 0.25em 1.5em; background-color:$theme.highlightColor" %)(((#foreach( $year in $itemMap.keySet() )#if( !$foreach.first ) | #end[[$year>>$doc||anchor=$year]]#end))) 189 189 #end 190 190 ## theses displayed per year 174 +## 175 +#template('apice_thesis_macros.vm') 176 +## 191 191 #foreach( $year in $itemMap.keySet() ) 192 -(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}[[$year>>$doc||style="text-decoration:none; color:$theme.textPrimaryColor" queryString='year=$year#if( $oneUser )#if( $apiceUser )&user=$userName#{else}&name=$userFirstName&surname=$userLastName#end#end#if( $oneCycle )&cycle=$cycle#end#if( $showInline )&inline=true#end']] 178 +(% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$year'/}}[[$year>>$doc||style="text-decoration:none; color:$theme.textPrimaryColor" queryString='year=$year#if( $oneUser )#if( $apiceUser )&user=$userName#{else}&name=$userFirstName&surname=$userLastName#end#end#if( $oneCycle )&cycle=$cycle#end']] 179 +{{html wiki="true" clean="false"}} 180 +<div style="font-style: normal"><ul> 193 193 #foreach( $item in $itemMap[$year] ) 194 - #if( $showInline ) 195 - #if( $foreach.first ) 196 - #end 197 -* #else(% style="border-style:hidden hidden hidden hidden; font-style:normal" %)|#end{{thesis inline=$showInline linked='title'}}$item{{/thesis}} 198 - #end 182 +<li>#thesislinked($item)</li> 183 +#end 184 +</ul></div> 185 +{{/html}} 199 199 #set( $itemYearNo = $itemMap[$year].size() ) 200 -(% style="border-style:hidden solid solid hidden; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-size:smaller" %)|($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 ) {{stringEngItaeng=$objectEngSingular.toLowerCase() ita=$objectItaSingular.toLowerCase()/}}#else{{stringEngItaeng=$objectEngPlural.toLowerCase() ita=$objectItaPlural.toLowerCase()/}}#end#end / $year) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]]187 +(% style="border-style:hidden solid solid hidden; border-color:$theme.borderColor; text-align:right; font-style:oblique; font-size:smaller" %)|($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) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]] 201 201 #end 202 202 {{/velocity}} 203 203 {{id name="bottom"/}}