Changes for page Home

Last modified by Valdis Vītoliņš on 2019/03/27 08:20

From version 32.1
edited by Valdis Vītoliņš
on 2017/04/18 23:44
Change comment: Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-9.1.1]
To version 33.1
edited by Valdis Vītoliņš
on 2018/05/09 14:32
Change comment: Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/10.3]

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,15 @@
1 -{{box cssClass="floatinginfobox"}}{{html clean="false"}}<iframe src="https://www.youtube.com/embed/9QTWrZ7OfzI" allowfullscreen></iframe>{{/html}}
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/9QTWrZ7OfzI" allowfullscreen></$iframe>
11 +{{/html}}
12 +{{/velocity}}
2 2  {{/box}}
3 3  
4 4  = Welcome to your wiki =
... ... @@ -11,11 +11,11 @@
11 11  
12 12  To make the most out of your wiki, log-in and:
13 13  
14 -Use the {{html clean="false"}}<span class="glyphicon glyphicon-pencil"></span>{{/html}} button above to //edit// this page and start customizing your wiki to your needs.
25 +Use the {{velocity}}$services.icon.render('pencil'){{/velocity}} button above to //edit// this page and start customizing your wiki to your needs.
15 15  
16 -Use the {{html clean="false"}}<span class="glyphicon glyphicon-plus"></span>{{/html}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
27 +Use the {{velocity}}$services.icon.render('add'){{/velocity}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
17 17  
18 -Use the {{html clean="false"}}<span class="glyphicon glyphicon-home fa fa-home"></span><span class="fa fa-caret-down"></span>{{/html}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
29 +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.
19 19  
20 20  You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
21 21