Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

bougaultx - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Changes for page bougaultx

Last modified by bougault on 2023/08/29 12:08

From version 12.1
edited by bougault
on 2022/12/20 09:15
Change comment: There is no comment for this version
To version 13.1
edited by bougault
on 2022/12/20 09:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{velocity}}
2 -$datetool
2 +#set($dateStart = $datetool)
3 3  {{/velocity}}
4 4  
5 5  (% class="jumbotron" %)
... ... @@ -37,3 +37,9 @@
37 37  
38 38  )))
39 39  )))
40 +
41 +
42 +{{velocity}}
43 +#set($dateEnd = $datetool)
44 +$datetool.difference($dateStart, $dateEnd)
45 +{{/velocity}}