Изменения документа 02. Деятельность СЗН
Редактировал(а) Мария Дужая 2024/08/15 14:18
От версии 2.2
отредактировано Admin Admin
на 2024/05/18 00:57
на 2024/05/18 00:57
Изменить комментарий:
К данной версии нет комментариев
К версии 1.3
отредактировано Admin Admin
на 2024/02/28 18:55
на 2024/02/28 18:55
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -9,66 +9,3 @@ 9 9 ((( 10 10 **Краткое описание**: Данный раздел содержит материалы по деятельности Службы занятости населения. 11 11 ))) 12 - 13 -{{html clean="false"}} 14 -<head> 15 - <style> 16 - @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap'); 17 - 18 - ul.button-list { 19 - padding: 0; 20 - list-style-type: none; 21 - } 22 - 23 - .button-list li { 24 - display: inline-block; 25 - vertical-align: top; 26 - margin: 10px; 27 - } 28 - 29 - .button-link { 30 - display: inline-block; 31 - a:link, a:active, a:visited { 32 - display: flex; 33 - align-items: center; 34 - justify-content: center; 35 - width: 280px; 36 - height: 75px; 37 - font-family: 'Montserrat', sans-serif !important; 38 - font-size: 14px; 39 - font-weight: 600; 40 - cursor: pointer; 41 - text-align: center; 42 - text-decoration: none; 43 - color: #3e7cbc; 44 - background-color: #ffffff; 45 - border: none; 46 - border-radius: 10px; 47 - box-shadow: 0 0 9px rgba(0, 0, 0, 0.25); 48 - margin: 10px; 49 - padding: 0 10px; 50 - } 51 - } 52 - 53 - .button-link:hover { 54 - a:link, a:active, a:visited { 55 - background-color: rgba(0, 0, 0, 0.03); 56 - } 57 - } 58 - </style> 59 -</head> 60 -{{/html}} 61 - 62 -{{velocity}} 63 -{{html wiki="true"}} 64 -(% <ul class="button-list"> %) 65 -#set($pubRefs = $doc.getChildrenReferences()) 66 -#foreach($pubRef in $pubRefs) 67 - #set($pub = $xwiki.getDocument($pubRef)) 68 - #set($title = $pub.getTitle()) 69 - (% class="button-link" %) 70 - (% <li> %)[[$title>>$pubRef]](% </li> %) 71 -#end 72 -{{/html}} 73 -(% </ul> %) 74 -{{/velocity}}