Исходный код вики Home
Редактировал(а) Admin 2025/05/06 10:54
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | = Контакты = | ||
2 | |||
3 | Телефон отдела продаж: +7-812-509-50-13 | ||
4 | |||
5 | Телефон отдела разработки: +7-812-309-71-77 | ||
6 | |||
7 | = Сервисы разработки = | ||
8 | |||
9 | * [[tasks.qsolution.ru>>http://tasks.qsolution.ru]] - Трекер задач (Devprom) | ||
10 | |||
11 | = Проекты = | ||
12 | |||
13 | {{velocity}} | ||
14 | #set($parentPath = "Проекты.WebHome") | ||
15 | #set($parentDoc = $xwiki.getDocument($parentPath)) | ||
16 | #set($allChildren = $parentDoc.getChildren()) | ||
17 | |||
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> | ||
38 | |||
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}} | ||
48 | |||
49 | = Облако тегов = | ||
50 | |||
51 | {{tagcloud/}} |