0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2025/01/22 10:54

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

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,9 @@
1 1  {{velocity}}
2 -We are providing the following Professional XWiki services:
2 +#if ($!xcontext.userReference)
3 +taf
4 + #set ($discard = $xwiki.ssx.use('Main.WebHome'))
5 +#end
6 +We are providing the following Professional XWiki Solutions:
3 3  * Consulting
4 4  * Custom Development (specific features upon request)
5 5  * Open Source Development (new features, improvements, bug fixes) on XWiki Platform
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,12 +1,9 @@
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 - }
1 +#xwikimainmenu .navbar-right,
2 +#hierarchy_breadcrumb,
3 +.document-header,
4 +#mainContentArea > hr,
5 +#xdocFooter,
6 +#xwikidata,
7 +#footerglobal {
8 + display: none;
11 11  }
12 -