Commit 4623484f authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Les numérotations personnalisées ont été ajoutées au gabarit des feuilles de temps par défaut

parent 23d3474d
Loading
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ require_once __DIR__."/functions.inc.php";
<html>
<head>
    <meta charset="utf-8">
    <title>Feuille de temps</title>
    <title>Feuille de temps (DEMO)</title>
    <style>
        <?php include __DIR__.'/common.css'; ?>
    </style>
@@ -44,6 +44,24 @@ require_once __DIR__."/functions.inc.php";
        <td colspan="<?= $colSize4 ?>" class="value"><?= $num ?></td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td colspan="<?= $colSize4 ?>" class="valueLabel">&nbsp;</td>
        <td colspan="<?= $colSize4 ?>" class="value">&nbsp;</td>
        <td colspan="<?= $padding ?>">&nbsp;</td>
        <td colspan="<?= $colSize4 ?>" class="valueLabel">Autre numérotation : </td>
        <td colspan="<?= $colSize4 ?>" class="value">
            <?php foreach ($numbers as $numberLabel => $numberValues): ?>
            <div>
                <?= $numberLabel ?> :
                <strong>
                    <?= implode(', ', $numberValues) ?> :
                </strong>
            </div>
            <?php endforeach; ?>
        </td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td colspan="<?= $colSize4 ?>" class="valueLabel">Période : </td>