add selection of cantons to form
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
This commit is contained in:
parent
39beb29a4a
commit
8526acbacb
1 changed files with 69 additions and 0 deletions
|
|
@ -147,6 +147,75 @@ kommentar = 'age und hobbies sind honeypots'
|
||||||
<label for="LU">LU: Luzern</label>
|
<label for="LU">LU: Luzern</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="NE" name="NE" value="NE: Neuenburg">
|
||||||
|
<label for="NE">NE: Neuenburg</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="NW" name="NW" value="NW: Nidwalden">
|
||||||
|
<label for="NW">NW: Nidwalden</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="OW" name="OW" value="OW: Obwalden">
|
||||||
|
<label for="OW">OW: Obwalden</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="SG" name="SG" value="SG: St Gallen">
|
||||||
|
<label for="SG">SG: St Gallen</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="SH" name="SH" value="SH: Schaffhausen">
|
||||||
|
<label for="SH">SH: Schaffhausen</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="SO" name="SO" value="SO: Solothurn">
|
||||||
|
<label for="SO">SO: Solothurn</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="SZ" name="SZ" value="SZ: Schwyz">
|
||||||
|
<label for="SZ">SZ: Schwyz</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="TG" name="TG" value="TG: Thurgau">
|
||||||
|
<label for="TG">TG: Thurgau</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="UR" name="UR" value="UR: Uri">
|
||||||
|
<label for="UR">UR: Uri</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="VD" name="VD" value="VD: Waadt">
|
||||||
|
<label for="VD">VD: Waadt</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="VS" name="VS" value="VS: Wallis">
|
||||||
|
<label for="VS">VS: Wallis</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="ZG" name="ZG" value="ZG: Zug">
|
||||||
|
<label for="ZG">ZG: Zug</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" id="ZH" name="ZH" value="ZH: Zürich">
|
||||||
|
<label for="ZH">ZH: Zürich</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue