Changes for page Home

Last modified by Agnease on 2026/05/22 07:57

From version 2.10
edited by Agnease
on 2024/05/29 09:42
Change comment: There is no comment for this version
To version 12.9
edited by Agnease
on 2026/05/18 18:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,30 @@
1 +{{include reference="PublicWebSite.WebHome"/}}
2 +
1 1  {{velocity}}
2 -#if ($!xcontext.user)
3 - #set ($discard = $xwiki.ssx.use('Main.WebHome'))
4 -#end
5 -We are providing the following Professional XWiki services:
6 -* Consulting
7 -* Custom Development (specific features upon request)
8 -* Open Source Development (new features, improvements, bug fixes) on XWiki Platform
9 -* Installation and Upgrade
10 -* Migration from other tools to XWiki: Confluence, MediaWiki, SharePoint
11 -* Technical Support and Maintenance
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()
11 + [[Leads>>Leads.WebHome]]
12 + [[Licenses>>License.WebHome]]
12 12  
13 -Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]]
14 -{{/velocity}}
14 + Public website sitemap:
15 + [[PublicWebSite.WebHome]]
16 + [[contact.WebHome]]
17 + [[services.WebHome]]
18 + * [[services.xwiki-authentication-access-control]]
19 + * [[services.xwiki-development-integrations]]
20 + * [[services.xwiki-maintenance-support]]
21 + * [[services.xwiki-migrations]]
22 + * [[services.xwiki-security-review]]
23 + * [[services.xwiki-upgrades]]
15 15  
25 + [[products.WebHome]]
26 + * [[products.xwiki-two-factor-authentication]]
27 +
28 + [[resources.WebHome]]
29 +#end
30 +{{/velocity}}
XWiki.StyleSheetExtension[0]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,9 +1,0 @@
1 -#xwikimainmenu .navbar-right,
2 -#hierarchy_breadcrumb,
3 -.document-header,
4 -#mainContentArea > hr,
5 -#xdocFooter,
6 -#xwikidata,
7 -#footerglobal {
8 - display: none;
9 -}
contentType
... ... @@ -1,1 +1,0 @@
1 -LESS
use
... ... @@ -1,1 +1,0 @@
1 -onDemand