Изменения документа Загрузить документ
Редактировал(а) HRlink 30.05.2025
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -144,6 +144,11 @@ 144 144 145 145 ---- 146 146 147 +(% class="box" %) 148 +((( 149 +{{icon name="handshake-o"}}{{/icon}} Оставить заявку на подробное **демо Start Link** можно по [[ссылке>>https://hr.start-link.ru/?utm_source=hr-link&utm_medium=wiki&utm_campaign=main]] 150 +))) 151 + 147 147 {{velocity}} 148 148 #set($likesKey = $doc.fullName) 149 149 #set($likesDoc = $xwiki.getDocument("XWiki.LikesStorage")) ... ... @@ -165,13 +165,12 @@ 165 165 166 166 {{html clean="false"}} 167 167 <div id="like-container" style="margin-top:20px; display:flex; align-items:center; gap:10px;"> 168 - <button id="like-button" style="cursor:pointer; font-size: 20px; background: none; border: none;" title="Нравится" aria-label="Лайк">173 + <button id="like-button" style="cursor:pointer; font-size: 20px; background: none; border: none;" title="Нравится"> 169 169 <span id="heart" style="color:#e74c3c;">❤️</span> 170 170 </button> 171 171 <span id="like-count" style="font-size:18px;">$likes</span> 172 172 <span style="font-size:14px; color: #555;">Нравится статья?</span> 173 173 </div> 174 - 175 175 <script> 176 176 document.addEventListener('DOMContentLoaded', function () { 177 177 const key = "$likesKey"; ... ... @@ -217,5 +217,3 @@ 217 217 $xwiki.saveDocument($likesDoc) 218 218 #end 219 219 {{/velocity}} 220 - 221 -