Changes for page Parent-Child Live Table
Last modified by Ricardo Julio Rodríguez Fernández on 2024/09/04 06:34
From version 17.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/09/03 22:18
on 2024/09/03 22:18
Change comment:
There is no comment for this version
To version 3.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/08/23 22:54
on 2024/08/23 22:54
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,8 @@ 1 -{{parentschildrenlivetable space=" XWiki"/}}1 +{{parentschildrenlivetable space="CustomExtension/TopPanelMenu/Content"/}} 2 2 3 3 {{velocity}} 4 - Your usernameis $xcontext.getUser(), welcome to the page.5 - As per [[Scripting>>https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/]] under Developer Guide...6 - Have Admin?$hasAdmin7 - Have Programming?$hasProgramming4 +$hasAdmin 5 +$hasProgramming 6 +$doc 7 +$doc != $NULL 8 8 {{/velocity}}
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,0 +1,37 @@ 1 +#hierarchy { 2 + display:none; 3 +} 4 + 5 +#hierarchy_breadcrumb { 6 + display:none; 7 +} 8 + 9 +.row.document-header { 10 + display:none; 11 +} 12 + 13 +.main hr {display:none;} 14 + 15 +#xwikidata { 16 + display:none; 17 +} 18 + 19 +#xdocFooter { 20 + display:none; 21 +} 22 + 23 +.xdocLastModification { 24 + display:none; 25 +} 26 + 27 +.document-menu { 28 + display:none; 29 +} 30 + 31 +#document-title h1 { 32 + display:none; 33 +} 34 + 35 +#xwikipaneltitle h2 { 36 + display:none; 37 +}