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,17 @@
<table>
<tr style="vertical-align: top;">
<td>Beitrag:</td>
<td style="text-align: left;">
<input style="width: 20px !important;" type="radio" name="beitrag" value="{{amount_reduced}}" id="beitrag_sozial">
<label for="beitrag_sozial">Geförderter Beitrag {{amount_reduced}} Euro <span style="font-size: 10pt; font-weight: bold;">(nach Verfügbarkeit)</span></label><br />
<input style="width: 20px !important;" type="radio" value="{{amount_default}}" name="beitrag" id="beitrag_standard" checked>
<label for="beitrag_standard">Normalbeitrag {{amount_default}} Euro</label><br />
<input style="width: 20px !important;" name="zusatzbeitrag" type="checkbox" value="{{amount_social}}" id="zusatzbeitrag">
<label for="zusatzbeitrag">Ich unterstütze die Veranstaltung mit einem <b>freiwilligen Zusatzbeitrag</b> von
{{amount_social}} Euro</label>
</td>
</tr>
</table>
<input type="button" value="Weiter" onclick="showStep(7)" />