Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 39 | Revision 79 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>
                <title>Installation</title>
                <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon">
                <link rel="stylesheet" href="./styles/Standard.css" type="text/css">
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        </head>
        <body>
                <h1>Installation</h1>
                {$L_WELCOME}<br>
                {$L_STEP1_1}<br>
                {$L_STEP1_2}<br><br>
                {include file="meld_inc.tpl"}
                <form name="typ" method="post" action="{$SCRIPT_NAME}">
                        <table>
                                <tr>
                                        <th>Eigenschaft</th>
                                        <th>Wert</th>
                                </tr>
                                <tr>
                                        <td>Typ:</td>
                                        <td>
                                                <select name="type">
                                                        <option value="PS">Bitte wählen!</option>
                                                        <option value="WC">Weltmeisterschaft</option>
                                                        <option value="EC">Europameisterschaft</option>
                                                </select>
                                        </td>
                                </tr>
                                <tr>
                                        <td class="catBottom" colspan="2">
                                                <input type="submit" value="weiter >>" class="mainoption">
                                                <input type="hidden" name="mode" value="step2">
                                                <input type="hidden" name="year" value="{$smarty.now|date_format:"%Y"}">
                                        </td>
                                </tr>
                        </table>
                </form>
{include file="footer.tpl"}