Версия 7.7 от Alexandr Fokin на 2022/12/30 00:19

Последние авторы
1 [[image:https://habrastorage.org/webt/_y/ee/iu/_yeeiuyxudo9su5z6rjaloimftg.jpeg]]
2
3 ----
4
5 Application performance monitor (APM)
6
7 ----
8
9 ==== Внутренние ссылки: ====
10
11 ====== Дочерние страницы: ======
12
13 {{children/}}
14
15 ====== Обратные ссылки: ======
16
17 {{velocity}}
18 #set ($links = $doc.getBacklinks())
19 #if ($links.size() > 0)
20 #foreach ($docname in $links)
21 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
22 * [[$escapetool.xml($rdoc.fullName)]]
23 #end
24 #else
25 No back links for this page!
26 #end
27 {{/velocity}}
28
29 ----