Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 74 | Revision 85 | 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">
                {literal}
                        <script language="JavaScript" type="text/javascript">
                                function check_step1()
                                {
                                        var type=typ.type.value;
                                        if (type=="PS")
                                        {
                                                alert("Bitte einen Typ für das Tunier auswählen!");
                                                typ.type.focus();
                                                return false;
                                        }
                                }
                        </script>
                {/literal}
        </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}" onsubmit="return check_step1();">
                        <table>
                                <tr>
                                        <th>Eigenschaft</th>
                                        <th>Wert</th>
                                </tr>
                                <tr>
                                        <td>Typ:</td>
                                        <td>
                                                <select name="type">
                                                        <option value="PS">{$L_PS_LONG}</option>
                                                        <option value="WC">{$L_WC_LONG}</option>
                                                        <option value="EC">{$L_EC_LONG}</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"}