Changes for page Home

Last modified by Dennis Segebarth on 2024/08/14 08:45

From version 9.1
edited by Dennis Segebarth
on 2024/08/14 08:37
Change comment: There is no comment for this version
To version 6.1
edited by Emily Martens
on 2023/06/13 16:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dsegebarth
1 +XWiki.emartens
Content
... ... @@ -1,3 +1,17 @@
1 +{{box cssClass="floatinginfobox"}}
2 +{{velocity}}
3 +{{html clean="false"}}
4 +## Chrome's XSS Auditor blocks the preview action if:
5 +## * the submitted content has an iframe with an external URL
6 +## * the preview action displays the submitted iframe
7 +## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 +## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
9 +#set ($iframe = 'iframe')
10 +<$iframe src="https://www.youtube.com/embed/VO5xQSPFncw" title="Learn about EBRAINS" role="presentation" allowfullscreen></$iframe>
11 +{{/html}}
12 +{{/velocity}}
13 +{{/box}}
14 +
1 1  = Welcome to the HealthDataCloud Wiki =
2 2  
3 3  You can access the HDC[[ User Guide>>doc:userguide.WebHome]], your HDC [[Project Pages>>doc:projectpages.WebHome]], and more using the navigation on the left.
... ... @@ -14,10 +14,19 @@
14 14  
15 15  Use the {{velocity}}$services.icon.render('home'){{/velocity}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
16 16  
31 +(% class="row" %)
32 +(((
33 +(% class="col-xs-12 col-sm-6" %)
34 +(((
17 17  = Access the HDC User Guide =
18 18  
19 19  To access the [[User Guide>>doc:userguide.WebHome]] use the navigation on the left.
38 +)))
20 20  
40 +(% class="col-xs-12 col-sm-6" %)
41 +(((
21 21  = Access HDC Portal =
22 22  
23 -To return to the [[HDC Portal>>https://hdc.humanbrainproject.eu/]] use the link [[here. >>https://hdc.humanbrainproject.eu/]]
44 +To return to the [[HDC Staging Portal>>https://hdc.humanbrainproject.eu/]] use the link [[here. >>https://hdc.humanbrainproject.eu/]]
45 +)))
46 +)))
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,5 @@
1 +.floatinginfobox iframe {
2 + border: 0;
3 + height: 169px;
4 + width: 100%;
5 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage