Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<html>
    <head>
        <title>{$kunde}: Statististische Auswertung</title>
        <meta http-equiv="Content-Type" content="text/html; charset={$charset}">
        <link rel=stylesheet type="text/css" href="../styles/styles.php">
        {literal}
            <style>
            table
            {
                font-size:14px;
                font-family:Arial, Helvetica, sans-serif;
            }

            table.resultTable
            {
                text-align: right;
            }
            table.resultTable tr td
            {
                border:1px solid #CCCCCC;
                text-align: right;
            }

            .rot
            {
                background-color:#FF0000;
            }
            .gelb
            {
                background-color:#FFFF00;
            }
            .gruen
            {
                background-color:#00FF00;
            }
            </style>
        {/literal}
    </head>

    <body>
        <form action="{$SCRIPT_NAME}" method="post">
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
                <tr>
                    <td class="links">
                        {if $bestellart_recht}
                        Bestellart: {$bestellarten}
                        {/if}
                        Ansicht: {$ansichten}
                        Shop: {$shops_filter}
                        Datum: {$dates}
                        <input type="submit" value="OK">
                    </td>
                </tr>
                <tr>
                    <td>{include file=$file}</td>
                </tr>
                <tr>
                    <td class="links">&nbsp;</td>
                </tr>
            </table>
            <div align="center">Ums&auml;tze in Euro</div>
        </form>
    </body>
</html>