task: #49462 check data by health_insurance_name - not GLN!
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m7s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m7s
This commit is contained in:
parent
0cb4404201
commit
955e80eb66
1 changed files with 39 additions and 19 deletions
|
|
@ -92,24 +92,44 @@ kommentar = 'age und hobbies sind honeypots'
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>In welchen Kantonen haben Sie eine Bewilligung oder haben eine Bewilligung beantragt?</h5><br>
|
<h5>In welchen Kantonen haben Sie eine Bewilligung oder haben eine Bewilligung beantragt?</h5><br>
|
||||||
<div id="checkbox-group">
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
||||||
<label for="AG">AG: Aargau</label>
|
<label for="AG">AG: Aargau</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<input type="checkbox" id="AI" name="AI" value="AI: Appenzell Innerrhoden">
|
<input type="checkbox" id="AI" name="AI" value="AI: Appenzell Innerrhoden">
|
||||||
<label for="AI">AI: Appenzell Innerrhoden</label>
|
<label for="AI">AI: Appenzell Innerrhoden</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<input type="checkbox" id="AR" name="AR" value="AR: Appenzell Ausserrhoden">
|
<input type="checkbox" id="AR" name="AR" value="AR: Appenzell Ausserrhoden">
|
||||||
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<input type="checkbox" id="BE" name="BE" value="BE: Bern">
|
<input type="checkbox" id="BE" name="BE" value="BE: Bern">
|
||||||
<label for="BE">BE: Bern</label>
|
<label for="BE">BE: Bern</label>
|
||||||
<br/>
|
</td>
|
||||||
<input type="checkbox" id="BL" name="BL" value="BL: Basel-Landschaft">
|
</tr>
|
||||||
<label for="BL">BL: Basel-Landschaft</label>
|
<tr>
|
||||||
|
<td>
|
||||||
<input type="checkbox" id="BS" name="BS" value="BS: Basel-Stadt">
|
<input type="checkbox" id="BL" name="BL" value="BL: Basel-Landschaft">
|
||||||
<label for="BS">BS: Basel-Stadt</label>
|
<label for="BL">BL: Basel-Landschaft</label>
|
||||||
<br/>
|
</td>
|
||||||
|
<td>
|
||||||
</div>
|
<input type="checkbox" id="BS" name="BS" value="BS: Basel-Stadt">
|
||||||
|
<label for="BS">BS: Basel-Stadt</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="AR" name="AR" value="AR: Appenzell Ausserrhoden">
|
||||||
|
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="BE" name="BE" value="BE: Bern">
|
||||||
|
<label for="BE">BE: Bern</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<div>
|
<div>
|
||||||
<label for="modulpop2">Wünschen Sie die Erweiterung um das Modul POP2?</label>
|
<label for="modulpop2">Wünschen Sie die Erweiterung um das Modul POP2?</label>
|
||||||
<select id="modulpop2" name="modulpop2" required >
|
<select id="modulpop2" name="modulpop2" required >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue