summaryrefslogtreecommitdiff
path: root/templates/admin_shift_preview.html
blob: 3090561819dbf7f9a77887b97f2e3bedcb6dacb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<h3>Vorschau:</h3>
<form action="" method="post">
    <fieldset>
        <table>
            <thead>
                <tr>
                    <th>
                        Timeslot
                    </th>
                    <th>
                        Entries
                    </th>
                </tr>
            </thead>
            <tbody>
                %shifts_table%
            </tbody>
        </table>
        <p>
            <input type="submit" name="submit" value="Erstellen" />
        </p>
    </fieldset>
</form>