Changes for page Available
From version 86.12
edited by Andrea Omicini
on 28/09/2023 23:46
on 28/09/2023 23:46
Change comment:
There is no comment for this version
To version 86.15
edited by Andrea Omicini
on 28/09/2023 23:47
on 28/09/2023 23:47
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 #template('apice_macros.vm') 5 5 #objectspace() 6 6 #isuserspace() 7 -#if( $isUserSpace ) 17 +#if( $isUserSpace ) 8 8 #setobjectsubspace("Theses","Personal") 9 9 #userspace() 10 10 ## user space variables ... ... @@ -16,14 +16,15 @@ 16 16 #else 17 17 #stop 18 18 #end 19 - #if( $personalThesisDoc.a ms&& $personalThesisDoc.ams!= "" )20 - #set( $showA ms= $personalThesisDoc.getValue('ams') )19 + #if( $personalThesisDoc.available && $personalThesisDoc.available != "" ) 20 + #set( $showAvailable = $personalThesisDoc.getValue('available') ) 21 21 #end 22 22 #### USER SHOWCASE / START 23 23 ## 24 24 ## APICE / START 25 +#if( $showAvailable == 1 ) 25 25 <div> 26 - $showAms27 +- 27 27 </div> 28 28 ## 29 29 #### USER SHOWCASE / END