Изменения документа 02. Деятельность СЗН

Редактировал(а) Мария Дужая 2024/08/15 14:18

От версии 7.1
отредактировано Admin Admin
на 2024/05/28 18:24
Изменить комментарий: К данной версии нет комментариев
К версии 2.2
отредактировано Admin Admin
на 2024/05/18 00:57
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Теги
... ... @@ -1,1 +1,1 @@
1 -Администраторы БЗ
1 +Гендриксон
Содержимое
... ... @@ -1,7 +1,74 @@
1 1  (% class="box infomessage" %)
2 +(((
2 2  **Деятельность СЗН**
4 +)))
3 3  
6 +(((
7 +**Координатор**: Оксана Павловна Гендриксон
8 +)))
9 +(((
4 4  **Краткое описание**: Данный раздел содержит материалы по деятельности Службы занятости населения.
11 +)))
5 5  
13 +{{html clean="false"}}
14 +<head>
15 + <style>
16 + @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
6 6  
7 -{{custom-button/}}
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}}