Последние авторы
1 |(% style="width:243px" %) |(% style="width:1241px" %)[[Процессы>>doc:Архитектура и модели.Модели.Процес.WebHome]]
2 |(% style="width:243px" %) |(% style="width:1241px" %)
3
4 ----
5
6 ==== Внутренние ссылки: ====
7
8 ====== Дочерние страницы: ======
9
10 {{children/}}
11
12 ====== Обратные ссылки: ======
13
14 {{velocity}}
15 #set ($links = $doc.getBacklinks())
16 #if ($links.size() > 0)
17 #foreach ($docname in $links)
18 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
19 * [[$escapetool.xml($rdoc.fullName)]]
20 #end
21 #else
22 No back links for this page!
23 #end
24 {{/velocity}}
25
26 ----