Changes for page Home
Last modified by Alex Cotiugă on 2026/05/05 12:12
From version 11.12
edited by Alex Cotiugă
on 2026/05/05 12:11
on 2026/05/05 12:11
Change comment:
There is no comment for this version
To version 10.5
edited by Alex Cotiugă
on 2026/01/12 13:48
on 2026/01/12 13:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +1,12 @@ 1 1 {{include reference="PublicWebSite.WebHome"/}} 2 2 3 +{{include reference="Intranet.WebHome"/}} 4 + 3 3 {{velocity}} 6 +$xcontext.userReference 4 4 #if ("$!xcontext.userReference" == '') 5 5 #displayPublicContent() 6 6 #else 7 - [[Projects>>Projects.WebHome]] 8 - #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) cr where doc.fullName <> 'contact.WebHome'") 9 - #set ($results = $services.query.xwql($statement).execute()) 10 - [[Contact requests>>ContactRequests.WebHome]]: $results.size() 10 + #displayInternalContent() 11 11 #end 12 12 {{/velocity}}