Changes for page Home
Last modified by Alex Cotiugă on 2026/05/07 02:22
From version 9.13
edited by Alex Cotiugă
on 2025/11/24 07:27
on 2025/11/24 07:27
Change comment:
There is no comment for this version
To version 12.1
edited by Alex Cotiugă
on 2026/05/07 02:22
on 2026/05/07 02:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,10 @@ 4 4 #if ("$!xcontext.userReference" == '') 5 5 #displayPublicContent() 6 6 #else 7 - #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() 11 + [[Leads>>Leads.WebHome]] 8 8 #end 9 9 {{/velocity}}