Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">

<head>
        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
        <meta name="author" content="Webagentur Niewerth" />

        <title>Manuelle Bestellaufnahme</title>
        
        <link rel="stylesheet" type="text/css" href="../styles/styles.php" />
    <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
        <script type="text/javascript" src="jscript/best_manu.js"></script>
</head>

<body>
    <form action="{$SCRIPT_NAME}" method="post" name="form_step1" onsubmit="return pruefeStep1();">
        <table width="650" border="1" cellspacing="0" cellpadding="3">
            <tr>
                <td colspan="2" class="links">Manuelle Bestellaufnahme </td>
            </tr>
            <tr>
                <td class="links"><label for="shop">Shop:</label></td>
                <td>
                    <select name="shop" id="shop">
                        <option selected="selected" value="0">--- Bitte w&auml;hlen ---</option>
                        {section name="row" loop=$shops}
                            <option value="{$shops[row].id}">{$shops[row].name}</option>
                        {/section}
                    </select>
                </td>
            </tr>
            {if $bestellart_recht}
            <tr>
                <td class="links"><label for="bestellart">Bestellart:</label></td>
                <td>
                    <select name="bestellart" id="bestellart">
                        <option selected="selected" value="0">--- Bitte w&auml;hlen ---</option>
                        {section name="row" loop=$best_art}
                            <option value="{$best_art[row].id}">{$best_art[row].name}</option>
                        {/section}
                    </select>
                </td>
            </tr>
            {/if}
            <tr>
                <td colspan="2" class="links">
                    <input type="hidden" name="kunde" id="neukunde" value="neukunde" />                                
                    <input type="hidden" name="action" value="step2" />
                    <input type="hidden" name="bestellartrecht" id="bestellartrecht" value="{$bestellart}"/>
                    <input type="submit" value="Weiter" />
                </td>
            </tr>
        </table>
    </form>

</body>
</html>