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 93.7
edited by bougault
on 2022/12/29 16:07
Change comment: There is no comment for this version
To version 91.4
edited by bougault
on 2021/03/17 10:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,9 @@
1 -{{velocity output="false"}}
1 +{{velocity}}
2 2  #set($displayContentFooter=false)
3 3  #set($displayDocExtra=false)
4 +#set($displayContentMenu=false)
4 4  {{/velocity}}
5 5  
6 -{{velocity}}
7 -
8 8  {{html clean="false"}}
9 9   <div class="container">
10 10   <div class="row">
... ... @@ -17,7 +17,6 @@
17 17   </div>
18 18   </div>
19 19   </div>
20 - #if($xcontext.user != 'XWiki.XWikiGuest')
21 21   <div class="container-fluid search__row">
22 22   <div class="container">
23 23   <div class="col-sm-12 col-md-6 col-md-offset-3">
... ... @@ -35,11 +35,8 @@
35 35   </div>
36 36   </div>
37 37   </div>
38 - #end
39 39  {{/html}}
40 40  
41 -{{/velocity}}
42 -
43 43  (% class="container highlighted"%)(((
44 44  
45 45  (% class="highlighted__title" %)
... ... @@ -52,7 +52,7 @@
52 52  (% class="row highlighted_row" %)
53 53  (((
54 54  
55 -{{HighlightedCollabs featured="true" slider="true" /}}
50 +{{HighlightedCollabs featured="true" slider="false" /}}
56 56  
57 57  )))
58 58  )))
... ... @@ -67,4 +67,18 @@
67 67  )))
68 68  )))
69 69  )))
65 +{{velocity}}
66 +{{html clean="false"}}
67 +<script>
68 +require.config({
69 + paths: {
70 + glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min")'
71 + }
72 +});
73 +</script>
74 +require(['glider'], function(glider) {
70 70  
76 +});
77 +{{/html}}
78 +{{/velocity}}
79 +