Changes for page Available

From version 86.14
edited by Andrea Omicini
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
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,13 +16,15 @@
16 16   #else
17 17   #stop
18 18   #end
19 - #if( $personalThesisDoc.ams && $personalThesisDoc.ams != "" )
20 - #set( $showAms = $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>
27 +-
26 26  </div>
27 27  ##
28 28  #### USER SHOWCASE / END