Refactor code for improved readability and consistency in multiple files

This commit is contained in:
Le Stagiaire
2024-11-12 15:15:46 +01:00
parent 6aa7fea79c
commit cc53cad66b
51 changed files with 59673 additions and 81 deletions

View File

@ -1,14 +1,15 @@
</div>
</div>
<!-- FIN CORPS -->
<!-- PIED -->
<div>
<hr style="width:800px; margin-top:20px;">
<hr>
<div class="container">
<em style="font-size:12px;">Exécuté en ~<?php
list($usec, $sec) = explode(" ", microtime());
$fin_ex = (float)$usec + (float)$sec;
echo round($fin_ex - $debut_ex, 3);
?> s.<br />Panel réalisé par BREGAND Alexis et HANRION Claude</a>.</em>
?> s.<br />Panel réalisé par BREGAND Alexis, GOUSSOT Florian et HANRION Claude</a>.</em>
</div>
<!-- FIN PIED -->