Wiki source code of Home
Version 11.12 by Alex Cotiugă on 2026/05/05 12:11
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{include reference="PublicWebSite.WebHome"/}} | ||
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | #if ("$!xcontext.userReference" == '') | ||
| 5 | #displayPublicContent() | ||
| 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() | ||
| 11 | #end | ||
| 12 | {{/velocity}} |