Changes for page Home

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

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

Summary

Details

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