| ... |
... |
@@ -1,7 +1,12 @@ |
|
1 |
+{{include reference="PublicWebSite.WebHome"/}} |
|
2 |
+ |
| 1 |
1 |
{{velocity}} |
| 2 |
|
-$xcontext.userReference |
| 3 |
3 |
#if ("$!xcontext.userReference" == '') |
| 4 |
|
- #set ($discard = $xwiki.ssx.use('Main.Webhome')) |
|
5 |
+ #displayPublicContent() |
|
6 |
+#else |
|
7 |
+ [[Projects>>Projects.WebHome]] |
|
8 |
+ #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) where doc.fullName <> 'contact.WebHome'") |
|
9 |
+ #set ($results = $services.query.xwql($statement).execute()) |
|
10 |
+ [[Contact requests>>ContactRequests.WebHome]] |
| 5 |
5 |
#end |
| 6 |
6 |
{{/velocity}} |
| 7 |
|
- |