Basic implementation event signup

This commit is contained in:
2024-05-27 16:59:30 +02:00
parent a66f2d2422
commit a69d83bc0a
321 changed files with 138376 additions and 644 deletions

View File

@ -0,0 +1,13 @@
<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)" />