2023-07-04 12:59:44 +02:00

74 lines
3.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<style>
#customers {
font-family: Arial, Helvetica, sans-serif;
font-size:small;
border-collapse: collapse;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #1b29e6;
color: white;
}
</style>
</head>
<body>
<table border="0">
<tr><td>Nombre de job trouve</td><td>0</td><td> </td><td>Nombre de job OK : </td><td>0</td><td>0 %</td><td> </td><td>Nombre de job en retard : </td><td>0</td></tr>
<tr><td> </td><td> </td><td> </td><td>Nombre de job Running : </td><td>0</td><td>0 %</td><td> </td><td>Nombre de job trop long : </td><td>0</td></tr>
<tr><td> </td><td> </td><td> </td><td>Nombre de job Failed : </td><td>0</td><td>0 %</td></tr>
<tr><td> </td><td> </td><td> </td><td>Nombre de job Skipped : </td><td>0</td><td>0 %</td></tr>
<tr><td> </td><td> </td><td> </td><td>Nombre de job Cancelled : </td><td>0</td><td>0 %</td></tr>
</table>
<br>
<table id='customers'>
<tr>
<th>Date</th>
<th>Schedule</th>
<th>Job</th>
<th>Machine</th>
<th>Job type</th>
<th>Status</th>
<th>Heure de lancement programme</th>
<th>Heure de fin programme</th>
<th>Heure de lancement reel (* = Estime)</th>
<th>Heure de fin reel (* = Estime)</th>
<th>Duree (* = Estime en minute)</th>
</tr>
</table>
</body>
</html>