Changes for page Per Year

From version 132.2
edited by Andrea Omicini
on 30/01/2023 13:43
Change comment: There is no comment for this version
To version 132.4
edited by Andrea Omicini
on 09/02/2023 00:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,11 @@
1 1  = {{italiano}}Per anno{{/italiano}}{{english}}Per Year{{/english}} =
2 2  
3 -{{include reference="Theses.Environment" excludeFirstHeading="true"/}}{{velocity}}
3 +{{include reference="Main.Environment" excludeFirstHeading="true"/}}{{include reference="Theses.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 4  #set( $thesisMenu = true )
5 5  #### HANDLE PARAMETERS / START
6 6  ##
7 +## inline display
8 +#set( $inlinePar = $request.inline.trim() )
7 7  ## who
8 8  #set( $userNamePar = $request.user.trim() )
9 9  #set( $firstNamePar = $request.name.trim() )
... ... @@ -139,6 +139,17 @@
139 139  ##
140 140  ## $oneUser, $apiceUser, $userString, $userFirstName, $userLastName, $oneCycle, $cycleList, $oneYear, $yearList are properly set
141 141  ##
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 +##
142 142  #### HANDLE PARAMETERS / END
143 143  ##
144 144  ## query to structures
... ... @@ -178,8 +178,10 @@
178 178  #foreach( $year in $itemMap.keySet() )
179 179  (% 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']]
180 180  (% style="border-style:hidden hidden hidden hidden; font-style:normal" %)#foreach( $item in $itemMap[$year] )
181 -|{{thesis inline='false' linked='title'}}$item{{/thesis}}
182 -#end
194 + #if( $showInline )#if( $foreach.first )
195 +
196 +#end* #else|#end{{thesis inline=$showInline linked='title'}}$item{{/thesis}}
197 + #end
183 183   #set( $itemYearNo = $itemMap[$year].size() )
184 184  (% 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 ){{stringEngIta eng=$objectEngSingular.toLowerCase() ita=$objectItaSingular.toLowerCase()/}}#else{{stringEngIta eng=$objectEngPlural.toLowerCase() ita=$objectItaPlural.toLowerCase()/}}#end#end / $year) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]]
185 185  #end