%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/losik.varak.net/templates/
Upload File :
Create Path :
Current File : //www/varak.net/losik.varak.net/templates/session-presence.tpl

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Prezenční listina :: {$match.name}</title>

    <link rel="icon" href="{$baseUrl}/favicon.ico">
</head>

<body>
<h1 style="alignment: center; font-style: italic;">{$match.name}</h1>
    <table style="border: black 1px solid; border-collapse: collapse; margin-bottom: 2em;">
        <thead>
            <tr>
                <th style="border: black 1px solid;">Číslo</th>
                <th style="border: black 1px solid;">Squad</th>
                <th style="border: black 1px solid;">Příjmení a jméno</th>
                <th style="border: black 1px solid;">Číslo ZP</th>
                <th style="border: black 1px solid;">LEX</th>
                <th style="border: black 1px solid;">Příspěvek na úhradu nákladů</th>
                <th style="border: black 1px solid;">Podpis</th>
            </tr>
        </thead>
        <tbody>
            {assign var=pos value=1}
            {foreach $match.shooters as $shooter}
                <tr style="height: 2em;">
                    <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em;">{$pos++}</td>
                    <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em;">{if $shooter.squad == 999}R{else}{$shooter.squad}{/if}</td>
                    <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em;">{$shooter.lastName} {$shooter.firstName}</td>
                    <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em;">{$shooter.zp}</td>
                    <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em;">{$shooter.lex}</td>
                    <td style="border: black 1px solid; width: 5em;">&nbsp;</td>
                    <td style="border: black 1px solid; width: 8em;">&nbsp;</td>
                </tr>
            {/foreach}
            {for $i = 1 to 5}
                <tr style="height: 2em;">
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                    <td style="border: black 1px solid;">&nbsp;</td>
                </tr>
            {/for}

        </tbody>
    </table>

    <span style="alignment: center; font-style: italic;">
        Svým podpisem účastník stvrzuje, že zná pravidla a propozice soutěže i provozní řád střelnice,
        rozumí jim a bude se jimi řídit, stejně jako povely správce střelnice a rozhodčích.
    </span>
</body>

</html>

Zerion Mini Shell 1.0