Изменения документа Тарифы премиальной поддержки
Редактировал(а) Coluns 27.06.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -3,6 +3,8 @@ 3 3 #set($displayDocExtra = false) 4 4 {{/velocity}} 5 5 6 +{{html}} 7 + 6 6 {{block title="Бронзовый" image="xwiki.png" top-bgcolor=" #CD7F32" link-bgcolor="white" classes="col-lg-3 col-md-4 col-sm-6" image-width="50" image-height="50" top-height="150" link-height="200"}} 7 7 8 8 * Коммерческая поддержка с поддержкой SLA ... ... @@ -51,6 +51,7 @@ 51 51 * Support for production environment 52 52 {{/block}} 53 53 54 - {{html}}55 -<div id="tmButton"><a href="#TalkMe/showTab?id=aecxkrk9ojz3t8ql7vrxdhogbh4i23jj">Заказать поддержку</a></div>56 + 57 +<div class="meTalkForm" data-id="aecxkrk9ojz3t8ql7vrxdhogbh4i23jj"></div> 56 56 {{/html}} 59 +
- XWiki.StyleSheetExtension[0]
-
- Код
-
... ... @@ -20,25 +20,5 @@ 20 20 } 21 21 22 22 #xwikicontent{ 23 - height: 600px;23 + height: 1000px; 24 24 } 25 - 26 -#tmButton { 27 - position: fixed; 28 - z-index: 100; 29 - bottom: 20px; 30 - /*right: 20px;*/ 31 - background-color: #f44336; 32 - color: white; 33 - border: none; 34 - padding: 15px 32px; 35 - text-align: center; 36 - text-decoration: none; 37 - font-size: 16px; 38 - border-radius: 4px; 39 - cursor: pointer; 40 -} 41 - 42 -#tmButton:hover { 43 - background-color: #ff7961; 44 -}