Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 39 | 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>FIFA {$type} {$year} - Installation - Schritt {$step}</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">
                {literal}
                        <script type="text/javascript" language="javascript">
                        function check_anz_form()
                        {
                                var g_anz=document.anzahl.g_anz.value;
                                var t_anz=document.anzahl.t_anz.value;
                                if(g_anz <=0)
                                {
                                        window.alert("Die Anzahl der Gruppen muß eine positive Zahl größer 0 sein!");
                                        document.anzahl.g_anz.focus();
                                        return false;
                                }
                                if(t_anz <=0)
                                {
                                        window.alert("Die Anzahl der Mannschaften je Gruppe muß eine positive Zahl größer 0 sein!");
                                        document.anzahl.t_anz.focus();
                                        return false;
                                }
                        }
                        </script>
                {/literal}
        </head>
        <body onLoad="javascript:anzahl.g_anz.focus();">
                <h1>FIFA {$type} {$year} - Installation - Schritt {$step}</h1>
                {$L_WELCOME}<br>
                {$L_STEP2_1}<br><br>
                <form name="anzahl" method="post" action="{$SCRIPT_NAME}" onsubmit="return check_anz_form();">
                        <table>
                                <tr>
                                        <th>Eigenschaft</th>
                                        <th>Wert</th>
                                </tr>
                                <tr>
                                        <td>Anzahl der Grupppen:</td>
                                        <td><input type="text" name="g_anz" value="{$g_anz}" class="post"></td>
                                </tr>
                                <tr>
                                        <td>Anzahl der Mannschaften je Gruppe:</td>
                                        <td><input type="text" name="t_anz" value="{$t_anz}" class="post"></td>
                                </tr>
                                <tr>
                                        <td class="catBottom" colspan="2">
                                                <input type="submit" value="weiter >>" class="mainoption">
                                                <input type="hidden" name="type" value="{$type}">
                                                <input type="hidden" name="mode" value="step3">
                                                <input type="hidden" name="year" value="{$smarty.now|date_format:"%Y"}">
                                        </td>
                                </tr>
                        </table>
                </form>
{include file="footer.tpl"}