Исходный код вики HRlink. Новости об обновлениях
Последние авторы
author | version | line-number | content |
---|---|---|---|
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}} |