This commit is contained in:
2025-12-25 11:01:11 +00:00
parent ca9c5498c4
commit 9ea4b41340
23 changed files with 531 additions and 48 deletions

View File

@@ -214,50 +214,6 @@ console.groupEnd();
});
</script>
<!-- ============================================
CSS DE SECOURS INLINE (garanti de fonctionner)
============================================ -->
<style>
/* CSS DE SECOURS - S'applique immédiatement */
:root {
--office-primary: #b7472a;
--office-secondary: #2b579a;
--office-light: #f3f2f1;
}
/* Styles de base garantis */
body {
font-family: 'Segoe UI', Arial, sans-serif !important;
margin: 0 !important;
padding: 0 !important;
min-height: 100vh !important;
}
/* Debug visuel */
.css-loaded-indicator {
position: fixed !important;
top: 10px !important;
right: 10px !important;
background: #27ae60 !important;
color: white !important;
padding: 8px 12px !important;
border-radius: 4px !important;
z-index: 99999 !important;
font-size: 12px !important;
font-weight: bold !important;
display: none;
}
/* Forcer la visibilité pendant le chargement */
[class*="app-"] {
min-height: 20px !important;
min-width: 20px !important;
}
.context-body {
background-color: #d0d0d0 !important;
}
</style>
<!-- Open Graph pour le partage -->
<meta property="og:title" content="INTER-SANTE Portail RH">
@@ -613,6 +569,19 @@ console.groupEnd();
</div>
</div>
<script type="text/javascript">
raffraichier_gabarit();
</script>
<script type="text/javascript">
$('#timer').timer({
duration: '60s',
callback: function() {
raffraichier_messagerie();
},
repeat: true
});
</script>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>