Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Image RemovedImage Added
🌍 Welcome to the new Confluence area.
Confluence isConfluence is your knowledge base for Kering and his Houses program, projects, applications and teams
and applications.
Div custom | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||
To login, you must have an account created by administrator of for Jira and Confluence.
If you have any problems with these collaborative tools, feel free to send an email to the following address: keringtechcollaborativetool@kering.com |
Div custom | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
HTML |
---|
<script> var keyPress = false; var interval = null; AJS.toInit(function() { if (AJS.params.remoteUser != '') { AJS.$("#noconnected").hide(); window AJS.setTimeout(function$("#connected").show(){; // Move to the SIB HomePage. var counter = 8; interval = setInterval(function() { counter--; if (!keyPress) { if (counter <= 0) { clearInterval(interval); $('#countdown').html("<p style='text-align: right;'><i><b>✔️ Redirection ongoing ...</b></i></p>"); window.location.href = "https://confluence.keringapps.com/display/SIB/Welcome+Page"; return; } else { $('#countdown').html("<p style='text-align: }, 8000); } else{ right;'><img class='emoticon emoticon-tick' src='/s/en_GB/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/_/images/icons/emoticons/check.svg' data-emoticon-name='tick' alt='tick'> You will be <strong>automatically redirected in " + counter + " seconds</strong> to the <a href='https://confluence.keringapps.com/display/SIB/Welcome+Page' rel='nofollow'>Standard Information Base</a> page.</p>"); } } else { clearInterval(interval); $('#countdown').html("<p style='text-align: right;' class='animated infinite fadeIn slower'><i><b>❌ Redirection stopped : have you click or typping something ?</b></i></p>"); return; } }, 1000); } else { AJS.$("#noconnected").show(); AJS.$("#connected").hide(); } }); $(document).keypress(function(event) { keyPress = true; }); $('body').on('click', function() { keyPress = true; }); </script> |
☀️ We wish you a very good day on these tools.
CSS Stylesheet | ||
---|---|---|
| #title-text, .page-metadata, #breadcrumb-section, .banner, #likes-and-labels-container{
display:none;
}
.buttonPage a{
color:white !important;
}
.buttonPage img{
position:relative;
top:2px;
}||
#EnterConfluence{margin:auto;text-align: center;display: block;} |
HideElements | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|