Wiki source code of Home
Version 11.12 by Alex Cotiugă on 2026/05/05 12:11
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
10.12 | 1 | {{include reference="PublicWebSite.WebHome"/}} |
| 2 | |||
| |
9.3 | 3 | {{velocity}} |
| |
9.5 | 4 | #if ("$!xcontext.userReference" == '') |
| |
9.7 | 5 | #displayPublicContent() |
| |
9.11 | 6 | #else |
| |
10.15 | 7 | [[Projects>>Projects.WebHome]] |
| |
11.12 | 8 | #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) cr where doc.fullName <> 'contact.WebHome'") |
| |
11.9 | 9 | #set ($results = $services.query.xwql($statement).execute()) |
| |
11.10 | 10 | [[Contact requests>>ContactRequests.WebHome]]: $results.size() |
| |
8.2 | 11 | #end |
| |
4.14 | 12 | {{/velocity}} |