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 25.1
edited by hbpadmin
on 2020/03/31 09:36
Change comment: Rollback to version xar:eu.hbp.wiki:xwiki-skin-collaboratory/0.17.11
To version 23.1
edited by messines
on 2020/03/04 09:38
Change comment: Rollback to version xar:eu.hbp.wiki:xwiki-skin-collaboratory/0.17.3

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.hbpadmin
1 +XWiki.messines
Content
... ... @@ -21,8 +21,12 @@
21 21   </div>
22 22   </div>
23 23   <div class="col-md-3">
24 - <div class="card reproductible">
25 - <div class="card-header"></div>
24 + <div class="card reproductible disabled">
25 + <div class="card-header">
26 + <div class="coming-soon">
27 + <span>Coming Soon</span>
28 + </div>
29 + </div>
26 26   <div class="card-content">
27 27   <h3 class="card-title">Reproducible</h3>
28 28   <p>
... ... @@ -32,8 +32,12 @@
32 32   </div>
33 33   </div>
34 34   <div class="col-md-3">
35 - <div class="card science">
36 - <div class="card-header"></div>
39 + <div class="card science disabled">
40 + <div class="card-header">
41 + <div class="coming-soon">
42 + <span>Coming Soon</span>
43 + </div>
44 + </div>
37 37   <div class="card-content">
38 38   <h3 class="card-title">Science</h3>
39 39   <p>
... ... @@ -43,8 +43,12 @@
43 43   </div>
44 44   </div>
45 45   <div class="col-md-3">
46 - <div class="card anywhere">
47 - <div class="card-header"></div>
54 + <div class="card anywhere disabled">
55 + <div class="card-header">
56 + <div class="coming-soon">
57 + <span>Coming Soon</span>
58 + </div>
59 + </div>
48 48   <div class="card-content">
49 49   <h3 class="card-title">Anywhere</h3>
50 50   <p>
... ... @@ -56,7 +56,7 @@
56 56   </div>
57 57  </div>
58 58   <div class="row">
59 -<div class="col-md-12">
71 +<div class="col-md-12">
60 60  
61 61  <p class="alert-info">
62 62  This is the first release of the revamped Collaboratory. It does not yet have feature parity with the previous version. Until we reach that point and give users time to migrate, both versions will coexist.</p>
... ... @@ -95,7 +95,7 @@
95 95   <div class="col-md-4">
96 96   <div class="row">
97 97   <div class="col-md-10 col-md-offset-1 text-center clb-box-container">
98 - <a class="clb-box" target="_blank" href="https://ebrains.eu/support/">
110 + <a class="clb-box" href="https://ebrains.eu/support/">
99 99   <h3 class="clb-box-title">Support</h3>
100 100   <p>
101 101   Open and track support tickets on our support site.
XWiki.StyleSheetExtension[0]
Code
... ... @@ -89,6 +89,13 @@
89 89   color:@color-white;
90 90   }
91 91   }
92 + .teasing .disabled{
93 + -webkit-filter:grayscale(70%);
94 + filter:grayscale(70%)
95 + }
96 + .teasing .disabled .card-content{
97 + opacity:.9
98 + }
92 92   .teasing .card-title{
93 93   margin-top:1.5rem;
94 94   margin-right:0;