Skip to content
Snippets Groups Projects
neu.php 655 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed

<form action="" method="post">
    <table class="table table-striped">
        <tr>
            <th>Name</th>
            <th>Rallys</th>
            <th>Speichern</th>
        </tr>
        <tr>
            <td>
                Dieser Name ist nur für Sie gedacht.<br>
                Er hat keinerlei Funktion.<br>
                <input type="text" class="form-control" placeholder="Name" name="name" value="">
            </td>
            <td><?php echo $rally->RallyDaten();?></td>
            <td><input type="submit" name="run[eintragen]" class="btn btn-success" value="Neue Position"></td>
        </tr>
    </table>
</form>