Changes for page Home
Last modified by Alex Cotiuga on 2026/07/10 03:36
From version 9.6
edited by Alex Cotiuga
on 2025/11/24 07:23
on 2025/11/24 07:23
Change comment:
There is no comment for this version
To version 12.7
edited by Alex Cotiuga
on 2026/05/18 18:46
on 2026/05/18 18:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,6 +2,25 @@ 2 2 3 3 {{velocity}} 4 4 #if ("$!xcontext.userReference" == '') 5 - #displayPublicContent 5 + #displayPublicContent() 6 +#else 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]] 12 + [[Licenses>>License.WebHome]] 13 + 14 + Public website sitemap: 15 + [[PublicWebSite.WebHome]] 16 + [[contact.WebHome]] 17 + [[services.WebHome]] 18 + * [[services.xwiki-authentication-access-control]] 19 + * [[services.xwiki-development-integrations]] 20 + * [[services.xwiki-maintenance-support]] 21 + * [[services.xwiki-migrations]] 22 + * [[services.xwiki-security-review]] 23 + * [[services.xwiki-upgrades]] 24 + [[products.WebHome]] 6 6 #end 7 7 {{/velocity}}