Changes for page Home
Last modified by Alex Cotiugă on 2025/01/22 10:54
From version 2.11
edited by Alex Cotiugă
on 2024/05/29 09:43
on 2024/05/29 09:43
Change comment:
There is no comment for this version
To version 2.8
edited by Alex Cotiugă
on 2024/05/29 09:40
on 2024/05/29 09:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,5 @@ 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 Solutions: 2 +We are providing the following Professional XWiki services: 6 6 * Consulting 7 7 * Custom Development (specific features upon request) 8 8 * Open Source Development (new features, improvements, bug fixes) on XWiki Platform
- 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 +