0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 2.18
edited by Alex Cotiugă
on 2024/05/29 09:53
Change comment: There is no comment for this version
To version 2.8
edited by Alex Cotiugă
on 2024/05/29 09:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,21 +1,11 @@
1 1  {{velocity}}
2 -#if (!$xcontext.userReference)
3 - #set ($discard = $xwiki.ssx.use('Main.WebHome'))
4 -#end
5 -== Transform Your Business with Our Professional XWiki Solutions ==
6 -We offer a range of services to help you get the most out of XWiki:
7 -1. Consulting
8 -Get expert advice to make the best use of XWiki.
9 -2. Custom Development
10 -We develop specific features based on your needs.
11 -3. Open Source Development
12 -We add new features, make improvements, and fix bugs on the XWiki platform.
13 -4. Installation and Upgrade
14 -We handle installation and upgrades to ensure everything runs smoothly.
15 -5. Migration Services
16 -Move from Confluence, MediaWiki, SharePoint, and other tools to XWiki with ease.
17 -6. Technical Support and Maintenance
18 -We provide ongoing support and maintenance for your XWiki solution.
2 +We are providing the following Professional XWiki services:
3 +* Consulting
4 +* Custom Development (specific features upon request)
5 +* Open Source Development (new features, improvements, bug fixes) on XWiki Platform
6 +* Installation and Upgrade
7 +* Migration from other tools to XWiki: Confluence, MediaWiki, SharePoint
8 +* Technical Support and Maintenance
19 19  
20 20  Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]]
21 21  {{/velocity}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,9 +1,12 @@
1 -#xwikimainmenu .navbar-right,
2 -#hierarchy_breadcrumb,
3 -.document-header,
4 -#mainContentArea > hr,
5 -#xdocFooter,
6 -#xwikidata,
7 -#footerglobal {
8 - display: none;
1 +html:not([data-xwiki-user-reference]) {
2 + #xwikimainmenu .navbar-right,
3 + #hierarchy_breadcrumb,
4 + .document-header,
5 + #mainContentArea > hr,
6 + #xdocFooter,
7 + #xwikidata,
8 + #footerglobal {
9 + display: none;
10 + }
9 9  }
12 +