| ... |
... |
@@ -1,16 +1,12 @@ |
|
1 |
+{{include reference="PublicWebSite.WebHome"/}} |
|
2 |
+ |
| 1 |
1 |
{{velocity}} |
| 2 |
|
-#if ($!xcontext.userReference) |
| 3 |
|
-taf |
| 4 |
|
- #set ($discard = $xwiki.ssx.use('Main.WebHome')) |
|
4 |
+#if ("$!xcontext.userReference" == '') |
|
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() |
| 5 |
5 |
#end |
| 6 |
|
-We are providing the following Professional XWiki Solutions: |
| 7 |
|
-* Consulting |
| 8 |
|
-* Custom Development (specific features upon request) |
| 9 |
|
-* Open Source Development (new features, improvements, bug fixes) on XWiki Platform |
| 10 |
|
-* Installation and Upgrade |
| 11 |
|
-* Migration from other tools to XWiki: Confluence, MediaWiki, SharePoint |
| 12 |
|
-* Technical Support and Maintenance |
| 13 |
|
- |
| 14 |
|
-Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]] |
| 15 |
15 |
{{/velocity}} |
| 16 |
|
- |