Changes for page Home

Last modified by Administrateur local on 2026/03/01 15:03

From version 14.1
edited by Administrateur local
on 2026/02/22 18:40
Change comment: There is no comment for this version
To version 26.1
edited by Administrateur local
on 2026/02/28 15:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,7 +38,7 @@
38 38  {{hardis-custom-table noBorder="true" alignment="center" atlassian-macro-output-type="INLINE"}}
39 39  (% style="margin-left:auto; margin-right:auto" %)
40 40  |(% colspan="5" %)(((
41 -[[~[~[image:Workvivo.png~|~|width="250"~]~] >>url:https://hardis-group.workvivo.com/]]
41 +[[~[~[image:Workvivo.png~|~|width="250"~]~]>>url:https://hardis-group.workvivo.com/]] [[~[~[image:confluence.png~|~|height="57" width="281"~]~]>>url:https://docs.hardis-group.com/doccenter]]
42 42  )))
43 43  | | | | |
44 44  |(((
... ... @@ -68,13 +68,13 @@
68 68  
69 69  **Customer extranets :**
70 70  
71 -* **[[Espace clients français>>url:https://extranet.hardis.fr/]]**
72 -* **[[Espace clients anglais>>url:https://extranet.hardis.fr/en]]**
71 +* **[[french customer extranet>>url:https://extranet.hardis.fr/]]**
72 +* **[[English customer extranet>>url:https://extranet.hardis.fr/en]]**
73 73  
74 74  (% style="color:#000000" %)**Publications :**
75 75  
76 -* **[[Base de connaissances Adelia Studio>>url:https://docs.hardis-group.com/doccenter/x/BwOgBg]]**
77 -* **[[Documentation de nos produits>>url:https://docs.hardis-group.com/doccenter]]**
76 +* **[[Knowledge base Adelia Studio>>url:https://docs.hardis-group.com/doccenter/x/BwOgBg]]**
77 +* **[[Our products documentation>>url:https://docs.hardis-group.com/doccenter]]**
78 78  {{/hardis-panel}}
79 79  
80 80  {{hardis-panel title="Hardis Group job offers"}}
confluence.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.adminlocal
Size
... ... @@ -1,0 +1,1 @@
1 +41.9 KB
Content
XWiki.JavaScriptExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,23 @@
1 +function fixOpenLinksInNewTab()
2 +{
3 + var nodes = document.querySelectorAll('.wikiexternallink a');
4 + for(var i=0; i< nodes.length; i++)
5 + {
6 + var link = nodes[i];
7 + if (link.hasAttribute('target') == false)
8 + {
9 + link.setAttribute('target', '_blank');
10 + }
11 + }
12 + var nodes = document.querySelectorAll('.wikiattachmentlink a');
13 + for(var i=0; i< nodes.length; i++)
14 + {
15 + var link = nodes[i];
16 + console.log('hardis link:' + link)
17 + if (link.hasAttribute('target') == false)
18 + {
19 + link.setAttribute('target', '_blank');
20 + }
21 + }
22 +}
23 +document.addEventListener("DOMContentLoaded", fixOpenLinksInNewTab);
Name
... ... @@ -1,0 +1,1 @@
1 +Open link in new tab
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always