Changes for page Home

Last modified by Alex Cotiugă on 2026/05/05 12:12

From version 10.14
edited by Alex Cotiugă
on 2026/01/12 13:52
Change comment: There is no comment for this version
To version 11.15
edited by Alex Cotiugă
on 2026/05/05 12:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,9 @@
4 4  #if ("$!xcontext.userReference" == '')
5 5   #displayPublicContent()
6 6  #else
7 - {{include reference="Intranet.WebHome"/}}
8 - #displayInternalContent()
7 + [[Projects>>Projects.WebHome]]
8 + #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) as cr where doc.fullName <> 'contact.WebHome'")
9 + #set ($results = $services.query.xwql($statement).execute())
10 + [[Contact requests>>ContactRequests.WebHome]]: $results.size()
9 9  #end
10 10  {{/velocity}}