Исходный код вики Home
Редактировал(а) Андрей Ганьков 2025/03/13 15:09
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
10.1 | 1 | = Контакты = |
![]() |
1.1 | 2 | |
![]() |
10.1 | 3 | Телефон отдела продаж: +7-812-509-50-13 |
![]() |
1.1 | 4 | |
![]() |
10.1 | 5 | Телефон отдела разработки: +7-812-309-71-77 |
![]() |
1.1 | 6 | |
![]() |
10.1 | 7 | = Сервисы разработки = |
![]() |
1.1 | 8 | |
![]() |
10.1 | 9 | * [[tasks.qsolution.ru>>http://tasks.qsolution.ru]] - Трекер задач (Devprom) |
![]() |
1.1 | 10 | |
![]() |
10.1 | 11 | = Проекты = |
![]() |
1.1 | 12 | |
![]() |
10.1 | 13 | {{velocity}} |
14 | #set($parentPath = "Проекты.WebHome") | ||
15 | #set($parentDoc = $xwiki.getDocument($parentPath)) | ||
16 | #set($allChildren = $parentDoc.getChildren()) | ||
![]() |
1.1 | 17 | |
![]() |
10.1 | 18 | #if ($allChildren.size() > 0) |
19 | {{html clean="false"}} | ||
20 | <style> | ||
21 | .horizontal-list { | ||
22 | display: flex; | ||
23 | flex-wrap: wrap; | ||
24 | gap: 15px; | ||
25 | font-size: 18px; /* Увеличенный шрифт */ | ||
26 | } | ||
27 | .child-page { | ||
28 | background-color: #f0f0f0; | ||
29 | padding: 10px; | ||
30 | border-radius: 5px; | ||
31 | text-decoration: none; | ||
32 | color: #333; | ||
33 | } | ||
34 | .child-page:hover { | ||
35 | background-color: #d0d0d0; | ||
36 | } | ||
37 | </style> | ||
![]() |
1.1 | 38 | |
![]() |
10.1 | 39 | <div class="horizontal-list"> |
40 | #foreach($child in $allChildren) | ||
41 | #set($childDoc = $xwiki.getDocument($child)) | ||
42 | <a href="$childDoc.getURL()" class="child-page">$childDoc.getTitle()</a> | ||
43 | #end | ||
44 | </div> | ||
45 | {{/html}} | ||
46 | #end | ||
47 | {{/velocity}} | ||
![]() |
1.1 | 48 | |
![]() |
10.1 | 49 | = Облако тегов = |
![]() |
1.1 | 50 | |
![]() |
10.1 | 51 | {{tagcloud/}} |