13 lines
606 B
PHP
13 lines
606 B
PHP
<table>
|
|
<tr style="vertical-align: top;">
|
|
<td>Bei der Veranstaltung:</td>
|
|
<td>
|
|
<input style="width: 20px;" type="radio" name="gruppe_id" value="2" id="gruppe_2" />
|
|
<label for="gruppe_2">Ich übernehme hauptsächlich Aufgaben und unterstütze das Team</label><br />
|
|
<input style="width: 20px;" type="radio" name="gruppe_id" value="1" id="gruppe_1" checked />
|
|
<label for="gruppe_1">Ich möchte hauptsächlich am Programm teilnehmen</label><br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<input type="button" value="Weiter" onclick="showStep(5)" /> |