Изменения документа Загрузить документ
Редактировал(а) HRlink 30.05.2025
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -144,11 +144,6 @@ 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 - 152 152 {{velocity}} 153 153 #set($likesKey = $doc.fullName) 154 154 #set($likesDoc = $xwiki.getDocument("XWiki.LikesStorage")) ... ... @@ -170,12 +170,13 @@ 170 170 171 171 {{html clean="false"}} 172 172 <div id="like-container" style="margin-top:20px; display:flex; align-items:center; gap:10px;"> 173 - <button id="like-button" style="cursor:pointer; font-size: 20px; background: none; border: none;" title="Нравится"> 168 + <button id="like-button" style="cursor:pointer; font-size: 20px; background: none; border: none;" title="Нравится" aria-label="Лайк"> 174 174 <span id="heart" style="color:#e74c3c;">❤️</span> 175 175 </button> 176 176 <span id="like-count" style="font-size:18px;">$likes</span> 177 177 <span style="font-size:14px; color: #555;">Нравится статья?</span> 178 178 </div> 174 + 179 179 <script> 180 180 document.addEventListener('DOMContentLoaded', function () { 181 181 const key = "$likesKey"; ... ... @@ -221,3 +221,5 @@ 221 221 $xwiki.saveDocument($likesDoc) 222 222 #end 223 223 {{/velocity}} 220 + 221 +