mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
sites/angestoepselt/computer-beantragen/privat.md aktualisiert
This commit is contained in:
parent
07c846508e
commit
8c9d937436
1 changed files with 8 additions and 6 deletions
|
|
@ -16,9 +16,7 @@ Auf dieser Seite kannst du einen Antrag einreichen, um einen Computer von uns zu
|
||||||
erhalten. Bitte teile uns zunächst deine Kontaktdaten mit.
|
erhalten. Bitte teile uns zunächst deine Kontaktdaten mit.
|
||||||
|
|
||||||
<form method="post" action="/computer-beantragen/privat" enctype="multipart/form-data">
|
<form method="post" action="/computer-beantragen/privat" enctype="multipart/form-data">
|
||||||
{% if config.applicationsClosed %}
|
|
||||||
<fieldset disabled="disabled" class="blanked-out-form">
|
|
||||||
{% endif %}
|
|
||||||
<label class="form-input">
|
<label class="form-input">
|
||||||
<span>Name:</span>
|
<span>Name:</span>
|
||||||
<input type="text" name="contactname" required placeholder="Vorname Nachname" />
|
<input type="text" name="contactname" required placeholder="Vorname Nachname" />
|
||||||
|
|
@ -35,6 +33,9 @@ Welches Gerät würdest du gerne von uns erhalten?
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<label for="hardware-desktop">Desktop-Computer</label>
|
<label for="hardware-desktop">Desktop-Computer</label>
|
||||||
</div>
|
</div>
|
||||||
|
{% if config.applicationsClosed %}
|
||||||
|
<fieldset disabled="disabled" class="blanked-out-form">
|
||||||
|
{% endif %}
|
||||||
<input type="radio" id="hardware-bare-laptop" class="radio-input" name="hardware" required value="Laptop ohne Akku" />
|
<input type="radio" id="hardware-bare-laptop" class="radio-input" name="hardware" required value="Laptop ohne Akku" />
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<label for="hardware-bare-laptop">Laptop ohne Akku</label>
|
<label for="hardware-bare-laptop">Laptop ohne Akku</label>
|
||||||
|
|
@ -43,6 +44,9 @@ Welches Gerät würdest du gerne von uns erhalten?
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<label for="hardware-laptop">Laptop</label>
|
<label for="hardware-laptop">Laptop</label>
|
||||||
</div>
|
</div>
|
||||||
|
{% if config.applicationsClosed %}
|
||||||
|
</fieldset>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
Damit du einen Computer von uns erhalten kannst, benötigen wir von dir einen
|
Damit du einen Computer von uns erhalten kannst, benötigen wir von dir einen
|
||||||
Nachweis der Bedürftigkeit. Das ist eines dieser Papiere, die von offiziellen
|
Nachweis der Bedürftigkeit. Das ist eines dieser Papiere, die von offiziellen
|
||||||
|
|
@ -114,7 +118,5 @@ installiert. Es gibt ein Programm zum Schreiben
|
||||||
<input type="submit" value="Abschicken" />
|
<input type="submit" value="Abschicken" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if config.applicationsClosed %}
|
|
||||||
</fieldset>
|
|
||||||
{% endif %}
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue