17 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<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)" /> |