Changes for page Per Year

From version 151.1
edited by Andrea Omicini
on 30/06/2023 21:15
Change comment: Rollback to version 149.1
To version 153.1
edited by Andrea Omicini
on 30/06/2023 21:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,9 @@
1 1  {{velocity}}
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_boolean.vm')
4 -#### HANDLE PARAMETERS / START
4 +#### SET PARAMETERS / START
5 5  #template('apice_theses.vm')
6 6  #template('apice_user_param.vm')
7 -## YEARS / START
8 -#set( $yearPar = $request.year.trim() )
9 -#set( $firstYearPar = $request.from.trim() )
10 -#set( $lastYearPar = $request.to.trim() )
11 11  ## years / personal
12 12  #if( $isUserSpace )
13 13   #set( $query = ", BaseObject as objPersonalThesis, LargeStringProperty as propUser
... ... @@ -28,44 +28,9 @@
28 28  ## years / parameters takes precedence
29 29  #set( $firstYear = $firstYearThesis )
30 30  #set( $lastYear = $lastYearThesis )
31 -#if( $yearPar )
32 - #set( $yearInt = $numbertool.toNumber($yearPar) )
33 - #if( $yearInt > 0 )
34 - #set( $firstYear = $yearInt )
35 - #set( $lastYear = $yearInt )
36 - #end
37 -#end
38 -#if( $firstYearPar )
39 - #set( $yearInt = $numbertool.toNumber($firstYearPar) )
40 - #if( $yearInt > 0 )
41 - #set( $firstYear = $yearInt )
42 - #end
43 -#end
44 -#if( $lastYearPar )
45 - #set( $yearInt = $numbertool.toNumber($lastYearPar) )
46 - #if( $yearInt > 0 )
47 - #set( $lastYear = $yearInt )
48 - #end
49 -#end
50 -#if( $lastYear < $firstYear )
51 -## swap
52 - #set( $yearTemp = $lastYear )
53 - #set( $lastYear = $firstYear )
54 - #set( $firstYear = $yearTemp )
55 -#end
56 -## invariant: $lastYear >= $firstYear
57 -#if( $lastYear > $firstYear )
58 - #set( $year = -1 )
59 - #set( $yearList = [$lastYear..$firstYear] )
60 - #set( $oneYear = false )
61 -#else
62 -## $lastYear = $firstYear
63 - #set( $year = $lastYear )
64 - #set( $yearList = [$year] )
65 - #set( $oneYear = true )
66 -#end
67 -## YEARS / END
68 -#### handle cycle
27 +#template('apice_year_param.vm')
28 +##
29 +## CYCLES / START
69 69  ## $cycleList gets the list of cycles to be shown
70 70  ## $oneCycle true if just one cycle to be shown
71 71  #if( $request.cycle && $request.cycle.trim() != "" )
... ... @@ -87,8 +87,10 @@
87 87   #set( $cycle = "" )
88 88  #end
89 89  ## INVARIANT: $oneCycle and $cycleList are correctly and coherently initialised
90 -#### HANDLE PARAMETERS / END
51 +## CYCLES / END
91 91  ##
53 +#### SET PARAMETERS / END
54 +##
92 92  ## DATA STRUCTURES / START
93 93  #set( $itemMap = {} )
94 94  #set( $itemNo = 0 )
... ... @@ -143,8 +143,14 @@
143 143  ## page index
144 144  #if( $itemMap.keySet().size() > 1 )
145 145  ## found more than one year
146 -{{id name="index"/}}
147 -(% 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)))
109 +<div class="mainselectbar" id="index">
110 + #foreach( $year in $itemMap.keySet() )
111 + #if( !$foreach.first )
112 + &ensp;&bull;&ensp;
113 + #end
114 + [[$year>>||anchor="$year"]]
115 + #end
116 +</div>
148 148  #end
149 149  ## theses displayed per year
150 150  ##