From version < 5.2 >
edited by etvc developer
on 2019/07/28 21:06
To version < 11.3 >
edited by etvc developer
on 2019/09/23 16:45
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,1 @@
1 -{{velocity}}
2 -$xwiki.ssx.use('Public.WebHome')
3 -#set($displayDocExtra = false)
4 -#set($displayShortcuts = false)
5 -{{/velocity}}
1 +{{include reference="AGACode._codePublic.PublicDashboard" context="new" /}}
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,35 @@
1 +/* Hide unneeded stuff */
2 +#hierarchy,
3 +#xdocFooter,
4 +#docextrapanes,
5 +#document-title,
6 +.xwikitabbar,
7 +.document-menu,
8 +.xdocLastModification,
9 +.wikimodel-emptyline
10 +/*
11 +.xdocLastModification,
12 +.document-header,
13 +#globalsearch,
14 +.document-info
15 +#contentmenu,
16 +#document-title,
17 +#footerglobal,
18 +#docextrapanes,
19 +#xwikidata,
20 +##.xwikitabbar li
21 +*/
22 +{
23 + display: none !important;
24 +}
25 +hr {
26 + margin-top: 0px;
27 + margin-bottom: 0px;
28 + border:0px none;
29 +}
30 +#tmRegister {
31 + display: none;
32 +}
33 +.document-header .document-menu, .document-header .document-info {
34 + margin-top: 3px;
35 +}
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage