Изменения документа Web
Редактировал(а) Alexandr Fokin 2022/12/12 12:02
отредактировано Alexandr Fokin
на 2020/09/20 10:56
на 2020/09/20 10:56
отредактировано Alexandr Fokin
на 2022/12/12 12:02
на 2022/12/12 12:02
Изменить комментарий:
Добавлен объект
Комментарий
-
Объекты (3 изменено, 1 добавлено, 0 удалено)
Подробности
- XWiki.GadgetClass[0]
-
- position
-
... ... @@ -1,1 +1,1 @@ 1 -1,1 1 +1, 1
- XWiki.GadgetClass[1]
-
- position
-
... ... @@ -1,1 +1,1 @@ 1 -1, 21 +1, 3
- XWiki.GadgetClass[2]
-
- position
-
... ... @@ -1,1 +1,1 @@ 1 -2,1 1 +2, 1
- XWiki.GadgetClass[3]
-
- content
-
... ... @@ -1,0 +1,11 @@ 1 +{{velocity}} 2 +#set ($links = $doc.getBacklinks()) 3 +#if ($links.size() > 0) 4 + #foreach ($docname in $links) 5 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 6 + * [[$escapetool.xml($rdoc.fullName)]] 7 + #end 8 +#else 9 + No back links for this page! 10 +#end 11 +{{/velocity}} - position
-
... ... @@ -1,0 +1,1 @@ 1 +1, 2 - title
-
... ... @@ -1,0 +1,1 @@ 1 +$services.localization.render('rendering.macro.velocity.name')