Changes for page Home

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

From version 10.6
edited by Alex Cotiugă
on 2026/01/12 13:49
Change comment: There is no comment for this version
To version 11.14
edited by Alex Cotiugă
on 2026/05/05 12:12
Change comment: There is no comment for this version

Summary

Details

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