2020-09-15 03:16:26 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > StatoolInfos< / title >
< meta charset = "UTF-8" / >
2020-09-17 02:03:56 +02:00
< meta name = "keywords" content = "statoolinfos,devinsy,federation" / >
2020-09-15 03:16:26 +02:00
< link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon" / >
< link rel = "stylesheet" type = "text/css" href = "statoolinfos.css" / >
< script src = "sorttable.js" / >
< script src = "Chart.bundle.min.js" > < / script >
< / head >
< body >
2020-10-04 02:50:08 +02:00
< div class = "center" >
2020-10-04 03:51:27 +02:00
< div class = "row center" style = "border: 0px solid yellow;" >
< div class = "column" style = "border: 0px solid red;" >
< img id = "organizationLogo" src = "#" style = "width: 100px; height: 100px;" / >
< / div >
< div class = "column" style = "border: 0px solid red; max-width: 500px;" >
< div class = "content_title" > < a id = "organizationName" href = "#" > n/a< / a > < / div >
< div class = "content_subtitle" > < a id = "organizationURL" href = "#" style = "text-decoration: none;" > n/a< / a > < / div >
< / div >
2020-10-09 06:22:32 +02:00
< p id = "organizationDescription" class = "center_table" style = "width: 500px;" > Description absente…< / p >
2020-09-24 00:14:52 +02:00
< / div >
2021-01-25 02:00:48 +01:00
< div > Date d'entrée : < span id = "organizationMemberStartDate" > n/a< / span > < span id = "organizationMemberEndDateData" > – Date de sortie : < span id = "organizationMemberEndDate" > n/a< / span > < / span > (< span id = "organizationMemberAge" > n/a< / span > )< / div >
< div > Date de création : < span id = "organizationStartDate" > n/a< / span > < span id = "organizationEndDateData" > – Date d'arrêt : < span id = "organizationEndDate" > n/a< / span > < / span > (< span id = "organizationAge" > n/a< / span > )< / div >
2020-10-04 03:51:27 +02:00
< div class = "content_infos" style = "margin: 5px;" >
Liens :
2020-10-24 03:35:44 +02:00
< a id = "legalLink" href = "#" > < img id = "legalLinkImg" src = "circle-icons/ribbon.svg" class = "disabled" title = "Mentions légales" / > < / a >
< a id = "contactLink" href = "#" > < img id = "contactLinkImg" src = "circle-icons/contacts.svg" class = "disabled" title = "Page web de contact" / > < / a >
< a id = "emailLink" href = "#" > < img id = "emailLinkImg" src = "circle-icons/mail.svg" class = "disabled" title = "Courriel de contact/support" / > < / a >
< a id = "userDocLink" href = "#" > < img id = "userDocLinkImg" src = "circle-icons/bookshelf.svg" class = "disabled" title = "Documentation" / > < / a >
< a id = "technicalDocLink" href = "#" > < img id = "technicalDocLinkImg" src = "circle-icons/tools.svg" class = "disabled" title = "Documentation technique" / > < / a >
< a id = "rawCheckLink" href = "#" > < img id = "rawCheckLinkImg" src = "circle-icons/clipboard-mono.svg" title = "Fichier propriétés analysé" / > < / a >
< a id = "rawLink" href = "#" > < img id = "rawLinkImg" src = "circle-icons/document-mono.svg" title = "Fichier propriétés" / > < / a >
2020-11-21 07:35:59 +01:00
< a id = "statsLink" href = "#" > < img id = "statsLinkImg" src = "circle-icons/barchart-mono.svg" title = "Statistiques" / > < / a >
2021-01-25 04:32:32 +01:00
< div style = "display: inline-block; vertical-align: middle; font-size: smaller; margin-left: 2px;" >
< span id = "errorCount" class = "bg_error" style = "padding: 0 10px;" title = "Propriétés en erreurs" > n/a< / span > < br / >
< span id = "warningCount" class = "bg_warning" style = "padding: 0 10px;" title = "Propriétés attendues" > n/a< / span > < br / >
< span id = "voidCount" class = "bg_void" style = "padding: 0 10px;" title = "Propriétés Inconnues" > n/a< / span >
< / div >
2020-10-04 03:51:27 +02:00
< / div >
< br / >
2020-10-04 02:50:08 +02:00
< div > Nombre de services : < span id = "serviceCount" > n/a< / span > < / div >
2020-09-21 03:41:46 +02:00
< / div >
2020-10-04 02:50:08 +02:00
< div id = "serviceListView" / >
2020-09-15 03:16:26 +02:00
< / body >
< / html >