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 85.11
edited by bougault
on 2021/01/20 16:06
Change comment: There is no comment for this version
To version 93.7
edited by bougault
on 2022/12/29 16:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -1,14 +1,15 @@
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 7  {{html clean="false"}}
8 8   <div class="container">
9 9   <div class="row">
10 10   <div class="col-md-7 col-md-push-5">
11 - <img class="img-responsive" src="/bin/skin/Collaboratory/UX/HbpSkin/wiki_home_graphic.svg" />
12 + <img class="img-responsive" src="/bin/skin/Collaboratory/UX/HbpSkin/WebHome/wiki_home_graphic.svg" />
12 12   </div>
13 13   <div class="col-md-5 col-md-pull-7 hero-text">
14 14   <h3>Collaborate.<br/>Create reproducible science.<br/>Discover EBRAINS services at work.<br/>From anywhere.</h3>
... ... @@ -16,6 +16,7 @@
16 16   </div>
17 17   </div>
18 18   </div>
20 + #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,8 +33,11 @@
33 33   </div>
34 34   </div>
35 35   </div>
38 + #end
36 36  {{/html}}
37 37  
41 +{{/velocity}}
42 +
38 38  (% class="container highlighted"%)(((
39 39  
40 40  (% class="highlighted__title" %)
XWiki.StyleSheetExtension[0]
Code
... ... @@ -20,43 +20,9 @@
20 20   min-height:300px;
21 21   .search__row input[type="search"] {
22 22   font-size: 16px;
23 + height: 54px;
23 23   }
24 24  }
25 -/*
26 -.clb-box{
27 - background-color:#fff;
28 - box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
29 - padding:2rem;
30 - padding-bottom:5rem;
31 - color: @color-brand-primary;
32 - display:block
33 - .clb-box-title {
34 - color:#45b07c;
35 - font-weight:600;
36 - margin-bottom:5rem;
37 - }
38 -}
39 -
40 -.clb-btn-default,button {
41 - background-image:none;
42 - box-shadow:none;
43 - border:0;
44 - border-radius: @border-radius-default;
45 - padding-top:.5rem;
46 - padding-bottom:.5rem;
47 - padding-left:1rem;
48 - padding-right:1rem;
49 - background-color:@color-brand-primary;
50 - color: @color-white;
51 - &:hover {
52 - background-color: darken(@color-brand-primary, 10%);
53 - }
54 - &:active {
55 - background-color: darken(@color-brand-primary, 15%);
56 - }
57 -}
58 -*/
59 -
60 60  #xwikicontent .get-started__row__title {
61 61   margin: 1rem 0;
62 62   font-weight: 400;