Changes for page Home

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

From version 9.2
edited by Alex Cotiugă
on 2025/11/24 07:20
Change comment: There is no comment for this version
To version 11.9
edited by Alex Cotiugă
on 2026/05/05 12:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,12 @@
1 +{{include reference="PublicWebSite.WebHome"/}}
2 +
1 1  {{velocity}}
2 2  #if ("$!xcontext.userReference" == '')
3 - {{include reference="PublicWebSite.WebHome"/}}
5 + #displayPublicContent()
6 +#else
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]]
4 4  #end
5 5  {{/velocity}}