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

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

От версии 1.3
отредактировано Admin Admin
на 2024/02/28 18:55
Изменить комментарий: К данной версии нет комментариев
К версии 3.1
отредактировано Admin Admin
на 2024/05/20 00:03
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -9,3 +9,59 @@
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 + display: flex;
22 + flex-wrap: wrap;
23 + }
24 +
25 + .button-link {
26 + a:link, a:active, a:visited {
27 + display: flex;
28 + align-items: center;
29 + justify-content: center;
30 + width: 280px;
31 + height: 75px;
32 + font-family: 'Montserrat', sans-serif;
33 + font-size: 14px;
34 + font-weight: 600;
35 + cursor: pointer;
36 + text-align: center;
37 + text-decoration: none;
38 + color: #3e7cbc;
39 + background-color: #ffffff;
40 + border: none;
41 + border-radius: 10px;
42 + box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
43 + margin: 0 10px 10px 10px;
44 + padding: 0 10px;
45 + }
46 + }
47 +
48 + .button-link:hover {
49 + a:link, a:active, a:visited {
50 + background-color: rgba(0, 0, 0, 0.03);
51 + }
52 + }
53 + </style>
54 +</head>
55 +{{/html}}
56 +
57 +{{velocity}}
58 +{{html clean="false"}} <ul class="button-list"> {{/html}}
59 +#set($pubRefs = $doc.getChildrenReferences())
60 +#foreach($pubRef in $pubRefs)
61 + #set($pub = $xwiki.getDocument($pubRef))
62 + #set($title = $pub.getTitle())
63 + (% class="button-link" %)
64 + [[$title>>$pubRef]]
65 +#end
66 +{{html clean="false"}} </ul> {{/html}}
67 +{{/velocity}}