Newer
Older
<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>