0 Votes

Changes for page Home

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

From version 2.6
edited by Alex Cotiugă
on 2024/05/29 09:35
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,7 +1,4 @@
1 1  {{velocity}}
2 -#if ("$!xcontext.userReference" == '')
3 - #set ($discard = $xwiki.ssx.use('Main.Webhome'))
4 -#end
5 5  We are providing the following Professional XWiki services:
6 6  * Consulting
7 7  * Custom Development (specific features upon request)
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 +
Content Type
... ... @@ -1,0 +1,1 @@
1 +LESS