Исходный код вики Направления деятельности
Версия 1.1 от Admin Admin на 2024/02/27 20:44
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 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}} |