Formularfelder entschlackt
This commit is contained in:
parent
63beabf854
commit
9c2a7e26df
1 changed files with 17 additions and 22 deletions
|
@ -34,30 +34,25 @@
|
|||
Hiermit beantrage ich die aktive Mitgliedschaft als natürliche Person im Netz39 e.V.
|
||||
|
||||
\begin{center}
|
||||
\begin{tabularx}{\textwidth}{| p{5cm} | X |}
|
||||
\hline
|
||||
Nachname & \tf{nachname}{10cm}\\
|
||||
\hline
|
||||
Vorname & \tf{vorname}{10cm}\\
|
||||
\hline
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
|
||||
& \tf{nachname}{10cm}\\
|
||||
Nachname & \dotfill \\
|
||||
|
||||
\begin{center}
|
||||
\begin{tabularx}{\textwidth}{| p{5cm} | X |}
|
||||
\hline
|
||||
Straße& \tf{strasse}{10cm}\\
|
||||
\hline
|
||||
PLZ, Wohnort & \tf{plzort}{10cm}\\
|
||||
\hline
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
& \tf{vorname}{10cm}\\
|
||||
Vorname & \dotfill \\
|
||||
|
||||
\begin{center}
|
||||
\begin{tabularx}{\textwidth}{| p{5cm} | X |}
|
||||
\hline
|
||||
E-Mail-Adresse & \tf{email}{10cm}\\
|
||||
\hline
|
||||
\\[2em]
|
||||
|
||||
& \tf{strasse}{10cm}\\
|
||||
Straße & \dotfill \\
|
||||
|
||||
& \tf{plzort}{10cm}\\
|
||||
PLZ, Wohnort & \dotfill\\
|
||||
|
||||
\\[2em]
|
||||
|
||||
& \tf{email}{10cm}\\
|
||||
E-Mail-Adresse & \dotfill%
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
|
||||
|
|
Reference in a new issue