Редактировал(а) Мария Дужая 2024/11/11 16:56

Последние авторы
1 {{velocity}}
2 #set($pubRefs = $doc.getChildrenReferences())
3 #set($sortedMap = $collectiontool.getSortedMap())
4 #foreach($pubRef in $pubRefs)
5 #set($pub = $xwiki.getDocument($pubRef))
6 #set($title = $pub.getTitle())
7 #set($foo = $sortedMap.put($title, $pubRef))
8 #end
9 #foreach($key in $sortedMap.keySet())
10 #set($title = $key)
11 #set($ref = $sortedMap.get($key))
12 * [[$title>>$ref]]
13 #end
14 {{/velocity}}
15
16
17 ----
18
19 ==== ** Правила ТОП-5 СОВЕТОВ, КАК...** ====
20
21
22 {{pdfviewer file="Правила ТОП-5 СОВЕТОВ КАК.pdf," height="450" width="80%"/}}
23
24 [[(% class="wikiattachmentlink wikiattachmentlink wikiattachmentlink" %)**Скачать в формате PNG**>>attach:Скачать в формате PNG]]