От версии < 21.1 >
отредактировано TPVAdmin
на 2023/08/04 14:21
К версии < 2.1 >
отредактировано TPVAdmin
на 2021/01/12 14:08
< >
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,16 +1,16 @@
1 -##{{box cssClass="floatinginfobox"}}
2 -##{{velocity}}
3 -## {{html clean="false"}}
1 +{{box cssClass="floatinginfobox"}}
2 +{{velocity}}
3 +{{html clean="false"}}
4 4  ## Chrome's XSS Auditor blocks the preview action if:
5 5  ## * the submitted content has an iframe with an external URL
6 6  ## * the preview action displays the submitted iframe
7 7  ## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 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" title="YouTube-видео о XWiki" role="presentation" allowfullscreen></$iframe>
9 +#set ($iframe = 'iframe')
10 +<$iframe src="https://www.youtube.com/embed/9QTWrZ7OfzI" title="YouTube-видео о XWiki" role="presentation" allowfullscreen></$iframe>
11 11  
12 -##{{/html}}
13 -##{{/velocity}}
12 +{{/html}}
13 +{{/velocity}}
14 14  {{/box}}
15 15  
16 16  = Добро пожаловать в вашу вики =
... ... @@ -33,8 +33,10 @@
33 33  
34 34   {{box}}Узнайте больше о том, как использовать XWiki из {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}.{{/box}}
35 35  
36 -(%class="row"%)(((
37 -(%class="col-xs-12 col-sm-6"%)(((
36 +(% class="row" %)
37 +(((
38 +(% class="col-xs-12 col-sm-6" %)
39 +(((
38 38  = Расширьте свою вики =
39 39  
40 40  Чтобы дополнить возможности и функциональность вики необходимыми //вам// функциями, перейдите к {{velocity}}[[Менеджеру расширений>>path:$xwiki.getURL($services.model.createDocumentReference('wiki', 'XWiki', 'XWikiPreferences'), 'admin', 'editor=globaladmin&section=XWiki.Extensions')]]{{/velocity}}, где вы сможете найти и установить расширения.
... ... @@ -41,7 +41,9 @@
41 41  
42 42  Для просмотра более 900 созданных сообществом расширений для XWiki, перейдите в [[Репозиторий расширений>>http://extensions.xwiki.org]].
43 43  )))
44 -(%class="col-xs-12 col-sm-6"%)(((
46 +
47 +(% class="col-xs-12 col-sm-6" %)
48 +(((
45 45  = Создайте своё приложение =
46 46  
47 47  Выйдите за пределы доступных расширений и определите //структуру// данных на основе //ваших// потребностей, создавайте //ваши// собственные приложения через [[Приложение за несколько минут>>AppWithinMinutes]].