82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
(Super jazzy dancy!) |
||
| Zeile 1: | Zeile 1: | ||
{{{info|form name=Personenformular}}} | {{{info|form name=Personenformular}}} | ||
{{{for template|PersonTest|label=RespoTest | {{{for template|PersonTest|label=RespoTest|format=div}}} | ||
{{{field|Vorname | <div class="form-group"> | ||
<label for="Vorname">Vorname</label> | |||
{{{field|Vorname | |||
|input type=text | |||
}}} | |class=form-control | ||
}}} | |||
</div> | |||
{{{field|Nachname | <div class="form-group"> | ||
<label for="Nachname">Nachname</label> | |||
{{{field|Nachname | |||
|input type=text | |||
}}} | |class=form-control | ||
}}} | |||
</div> | |||
{{{field|Geburtsdatum | <div class="form-group"> | ||
<label for="Geburtsdatum">Geburtsdatum</label> | |||
{{{field|Geburtsdatum | |||
|input type=date | |||
}}} | |class=form-control | ||
}}} | |||
</div> | |||
{{{end template}}} | {{{end template}}} | ||