From version < 5.2 >
edited by etvc developer
on 2019/07/28 21:06
To version < 10.4 >
edited by etvc developer
on 2019/09/23 16:03
< >
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,34 @@
1 +/* Hide unneeded stuff */
2 +#hierarchy,
3 +#xdocFooter,
4 +.document-menu,
5 +.wikimodel-emptyline
6 +/*
7 +.xdocLastModification,
8 +.document-header,
9 +#globalsearch,
10 +.document-info
11 +#contentmenu,
12 +#document-title,
13 +#footerglobal,
14 +#docextrapanes,
15 +#xwikidata,
16 +##.xwikitabbar li
17 +*/
18 +{
19 + display: none !important;
20 +}
21 +hr {
22 + margin-top: 0px;
23 + margin-bottom: 0px;
24 + border:0px none;
25 +}
26 +.container-columns .column {
27 + width: 33.33%;
28 +}
29 +#tmRegister {
30 + display: none;
31 +}
32 +.document-header .document-menu, .document-header .document-info {
33 + margin-top: 3px;
34 +}
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage