add selection of cantons to form
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m5s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m5s
This commit is contained in:
parent
0884fc668d
commit
bec11dbabf
1 changed files with 8 additions and 53 deletions
|
|
@ -91,7 +91,7 @@ kommentar = 'age und hobbies sind honeypots'
|
||||||
<input type="text" id="servername" name="servername" placeholder="name" required >
|
<input type="text" id="servername" name="servername" placeholder="name" required >
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>Welche Erweiterungen möchten Sie hinzubuchen?</h5><br>
|
<h5>In welchen Kantonen haben Sie eine Bewilligung oder haben eine Bewilligung beantragt?</h5><br>
|
||||||
<div id="checkbox-group">
|
<div id="checkbox-group">
|
||||||
<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>
|
||||||
|
|
@ -105,61 +105,16 @@ kommentar = 'age und hobbies sind honeypots'
|
||||||
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
<input type="checkbox" id="BE" name="BE" value="BE: Bern">
|
||||||
<label for="AG">AG: Aargau</label>
|
<label for="BE">BE: Bern</label>
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
<input type="checkbox" id="BL" name="BL" value="BL: Basel-Landschaft">
|
||||||
<label for="AG">AG: Aargau</label>
|
<label for="BL">BL: Basel-Landschaft</label>
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
|
||||||
<label for="AG">AG: Aargau</label>
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="BS" name="BS" value="BS: Basel-Stadt">
|
||||||
|
<label for="BS">BS: Basel-Stadt</label>
|
||||||
|
<br/>
|
||||||
|
|
||||||
</select>
|
|
||||||
</div>
|
</div>
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue