Changes for page Supervisors
From version 110.1
edited by Andrea Omicini
on 03/07/2023 19:10
on 03/07/2023 19:10
Change comment:
There is no comment for this version
To version 107.1
edited by Andrea Omicini
on 02/07/2023 13:40
on 02/07/2023 13:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{velocity}} 2 2 {{html clean="false" wiki="true"}} 3 -#template('apice_ macros.vm')4 -# setobjectspace("Theses")3 +#template('apice_theses.vm') 4 +## 5 5 #### tag parameter possibly brings name to be used as tag 6 6 #if( !$request.tag ) 7 7 ## no tag parameter --> just the cloud ... ... @@ -75,12 +75,7 @@ 75 75 #set( $itemNo = $itemFound.size() ) 76 76 ## subtitle 77 77 <div class="mainheader"> 78 - $itemNo 79 - #if( $itemNo > 1) 80 - $services.localization.render('theses').toLowerCase() 81 - #else 82 - $services.localization.render('thesis').toLowerCase() 83 - #end 78 +$itemNo #if( $itemNo > 1)$services.localization.render('theses').toLowerCase()#{else}$services.localization.render('thesis').toLowerCase()#{end} 84 84 </div> 85 85 ## thesis list 86 86 #template('apice_thesis_macros.vm')