Исходный код вики 02. Деятельность СЗН

Версия 2.3 от Admin Admin на 2024/05/18 01:39

Последние авторы
1 (% class="box infomessage" %)
2 (((
3 **Деятельность СЗН**
4 )))
5
6 (((
7 **Координатор**: Оксана Павловна Гендриксон
8 )))
9 (((
10 **Краткое описание**: Данный раздел содержит материалы по деятельности Службы занятости населения.
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 a.button-link {
26 display: flex;
27 align-items: center;
28 justify-content: center;
29 width: 280px;
30 height: 75px;
31 font-family: 'Montserrat', sans-serif;
32 font-size: 14px;
33 font-weight: 600;
34 cursor: pointer;
35 text-align: center;
36 text-decoration: none;
37 color: #3e7cbc;
38 background-color: #ffffff;
39 border: none;
40 border-radius: 10px;
41 box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
42 margin: 10px;
43 padding: 0 10px;
44 }
45
46 .button-link:hover {
47 background-color: rgba(0, 0, 0, 0.03);
48 }
49 </style>
50 </head>
51 {{/html}}
52
53 {{velocity}}
54 {{html clean="false"}} <ul class="button-list"> {{/html}}
55 #set($pubRefs = $doc.getChildrenReferences())
56 #foreach($pubRef in $pubRefs)
57 #set($pub = $xwiki.getDocument($pubRef))
58 #set($title = $pub.getTitle())
59 {{html clean="false"}}
60 <li><a class="button-link" href="$pubRef">$title</a></li>
61 {{/html}}
62 #end
63 {{html clean="false"}} </ul> {{/html}}
64 {{/velocity}}