Исходный код вики Управление знаниями
Версия 18.1 от Admin Admin на 2022/12/20 08:53
Скрыть последних авторов
| author | version | line-number | content |
|---|---|---|---|
| |
16.1 | 1 | {{velocity}} |
| 2 | #set($sortLetter = 'A') | ||
| 3 | #set($isFirstPub = true) | ||
| 4 | #set($pubRefs = $doc.getChildrenReferences()) | ||
| 5 | #set($sortedMap = $collectiontool.getSortedMap()) | ||
| 6 | #foreach($pubRef in $pubRefs) | ||
| 7 | #set($pub = $xwiki.getDocument($pubRef)) | ||
| 8 | #set($title = $pub.getTitle()) | ||
| 9 | #if($title) | ||
| 10 | #set($foo = $sortedMap.put($title, $pubRef)) | ||
| 11 | #end | ||
| 12 | #end | ||
| 13 | #foreach($key in $sortedMap.keySet()) | ||
| 14 | #set($title = $key) | ||
| 15 | #set($ref = $sortedMap.get($key)) | ||
| 16 | #if(!$title.length().equals(0)) | ||
| 17 | #if($title.charAt(0).equals($sortLetter)) | ||
| 18 | #if($isFirstPub) | ||
| 19 | * $sortLetter | ||
| 20 | #set($isFirstPub = false) | ||
| 21 | #end | ||
| 22 | ** [[$title>>$ref]] | ||
| 23 | #else | ||
| 24 | #set($sortLetter = $title.charAt(0)) | ||
| 25 | #set($isFirstPub = false) | ||
| 26 | * $sortLetter | ||
| 27 | ** [[$title>>$ref]] | ||
| 28 | #end | ||
| 29 | #end | ||
| 30 | #end | ||
| 31 | {{/velocity}} | ||
| |
4.1 | 32 | |
| |
16.1 | 33 | ---- |
| |
4.1 | 34 | |
| |
16.1 | 35 | Данный раздел сформирован с целью информирования о реализации проекта по развитию и внедрению системы управления знаниями в ФЦК. |
| |
4.1 | 36 | |
| |
16.1 | 37 | По всем вопросам в части проекта просьба обращаться по адресу vo_leshenko@vcot.info |