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.

Collaborate on reproducible science, anywhere - HBP Wiki

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


Last modified by bougault on 2023/01/26 14:38

From version 91.5
edited by bougault
on 2021/03/17 10:44
Change comment: There is no comment for this version
To version 93.5
edited by bougault
on 2022/12/29 16:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,9 @@
1 -{{velocity}}
1 +{{velocity output="false"}}
2 2  #set($displayContentFooter=false)
3 3  #set($displayDocExtra=false)
4 -#set($displayContentMenu=false)
5 5  {{/velocity}}
6 6  
6 +{{velocity}}
7 7  {{html clean="false"}}
8 8   <div class="container">
9 9   <div class="row">
... ... @@ -16,6 +16,7 @@
16 16   </div>
17 17   </div>
18 18   </div>
19 + #if ($xcontext.user != 'XWiki.XWikiGuest')
19 19   <div class="container-fluid search__row">
20 20   <div class="container">
21 21   <div class="col-sm-12 col-md-6 col-md-offset-3">
... ... @@ -33,7 +33,9 @@
33 33   </div>
34 34   </div>
35 35   </div>
37 + #endif
36 36  {{/html}}
39 +{{/velocity}}
37 37  
38 38  (% class="container highlighted"%)(((
39 39  
... ... @@ -47,7 +47,7 @@
47 47  (% class="row highlighted_row" %)
48 48  (((
49 49  
50 -{{HighlightedCollabs featured="true" slider="false" /}}
53 +{{HighlightedCollabs featured="true" slider="true" /}}
51 51  
52 52  )))
53 53  )))
... ... @@ -62,18 +62,4 @@
62 62  )))
63 63  )))
64 64  )))
65 -{{velocity}}
66 -{{html clean="false"}}
67 -<script>
68 -require.config({
69 - paths: {
70 - glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min.js")'
71 - }
72 -});
73 -</script>
74 -require(['glider'], function(glider) {
75 75  
76 -});
77 -{{/html}}
78 -{{/velocity}}
79 -