Изменения документа HRlink. Новости об обновлениях
Редактировал(а) HRlink 22.08.2025
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,1 +1,10 @@ 1 -{{blogpostlist category="Blog.HRlink\.-Novosti-ob-obnovleniiakh-" paginated="yes" limit="10" layout="full"/}} 1 +{{velocity}} 2 +#set($category = "Blog.HRlink.-Novosti-ob-obnovleniiakh-.WebHome") 3 +#set($query = ", BaseObject as obj, StringProperty as cat where obj.name = doc.fullName and obj.className = 'Blog.BlogPostClass' and cat.id.id = obj.id and cat.name = 'category' and cat.value = :category order by doc.creationDate desc") 4 +#set($results = $services.query.hql($query).bindValue('category', $category).setLimit(15).execute()) 5 + 6 +#foreach($docName in $results) 7 + #set($doc = $xwiki.getDocument($docName)) 8 + #displayBlogPost($doc) 9 +#end 10 +{{/velocity}}