86 lines
4.4 KiB
TeX
86 lines
4.4 KiB
TeX
% !TEX root = ../Main.tex
|
|
|
|
\begin{Form}[action=mailto:asta@reutlingen-university.de?subject={Projektantrag},method=post]
|
|
\paPage{Allgemeiner Teil}{
|
|
% Abschnitt 1: Antragsteller : entweder Institution oder Person
|
|
% -> aktiviert/deaktiviert zugehörige Felder (über radio buttons) mit JavaScript
|
|
\FormSection{Antragsteller}{%
|
|
% Radio buttons : horizontal oben
|
|
\begin{tabular}{@{}p{0.3\textwidth}p{0.35\textwidth}p{0.35\textwidth}@{}}
|
|
\textbf{Art des Antragstellers} & \raisebox{-1pt}{\ChoiceMenu[
|
|
radio,
|
|
name=pa-applicant-type,
|
|
width=1em,
|
|
height=1em,
|
|
value=person
|
|
]{}{=person}} Ansprechperson & \raisebox{-1pt}{\ChoiceMenu[
|
|
radio,
|
|
name=pa-applicant-type,
|
|
width=1em,
|
|
height=1em
|
|
]{}{=institution}} Institution \\
|
|
% Fields for Institution (inactive by default)
|
|
\textbf{Art der Institution} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomChoiceMenuDefault{pa-institution-type}{}{width=\linewidth,default=-,value=-}{-,Fachschaft=stud-fs,Referat=stud-rf,Hochschulgruppe=stud-hg,Fakultät=faculty,Hochschuleinrichtung=hs-institution}
|
|
} \\
|
|
\textbf{Institution} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomTextFieldDefault{pa-institution}{}{Institution}{width=\linewidth}
|
|
} \\
|
|
\end{tabular}
|
|
}
|
|
|
|
% Abschnitt 2: Ansprechperson
|
|
\FormSection{Ansprechperson}{%
|
|
\begin{tabular}{@{}p{0.3\textwidth}p{0.35\textwidth}p{0.35\textwidth}@{}}
|
|
\textbf{Vorname, Name} & \CustomTextFieldDefault{pa-first-name}{}{Vorname}{width=\linewidth} & \CustomTextFieldDefault{pa-last-name}{}{Nachname}{width=\linewidth} \\
|
|
\textbf{Fakultät} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomChoiceMenuDefault{pa-course}{}{width=\linewidth,default=-}{-,INF,ESB,LS,TEC,TEX,NXT}
|
|
} \\
|
|
\textbf{Rolle} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomChoiceMenuDefault{pa-role}{}{width=\linewidth,default=-}{-,Student,Professor,Mitarbeiter,ASTA,Referatsleitung,Fachschaftsvorstand}
|
|
} \\
|
|
\textbf{E-Mail-Adresse} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomTextFieldDefault{pa-email}{}{E-Mail-Addresse}{width=\linewidth}
|
|
} \\
|
|
\end{tabular}
|
|
}
|
|
|
|
% Abschnitt 3: Allgmeine Informationen zum Projekt
|
|
\FormSection{Allgemeine Informationen zum Projekt}{%
|
|
\begin{tabular}{@{}p{0.3\textwidth}p{0.35\textwidth}p{0.35\textwidth}@{}}
|
|
\textbf{Projektname} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomTextFieldDefault{pa-project-name}{}{Projektname}{width=\linewidth}
|
|
} \\
|
|
\textbf{Teilnehmende Fakultäten} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomChoiceMenuDefault{pa-participing-faculties}{}{width=\linewidth,default=-}{-,Hochschulöffentlich=ALL,INF,ESB,LS,TEC,TEX,NXT}
|
|
} \\
|
|
\end{tabular}
|
|
}
|
|
|
|
% Abschnitt 4: Projektbeschreibung
|
|
\FormSection{Kurzbeschreibung}{%
|
|
\vspace{0.3em}
|
|
\TextField[
|
|
name=pa-project-description,
|
|
multiline,
|
|
width=1.05\textwidth,
|
|
height=5\baselineskip,
|
|
bordercolor=gray,
|
|
backgroundcolor=white,
|
|
charsize=12pt,
|
|
align=0,
|
|
readonly=\isReadOnlyVariant
|
|
]{}\vspace{-1.5em}
|
|
}
|
|
|
|
% Abschnitt 5: Antragssumme und Gesamtzeitraum
|
|
\FormSection{Antragssumme und Gesamtzeitraum}{%
|
|
\begin{tabular}{@{}p{0.3\textwidth}p{0.35\textwidth}p{0.35\textwidth}@{}}
|
|
\textbf{Antragssumme (\euro)} & \multicolumn{2}{p{0.73\textwidth}}{
|
|
\CustomTextFieldDefault{pa-requested-amount}{}{Antragssumme in €}{width=\linewidth}
|
|
} \\
|
|
\textbf{Projektzeitraum (von/bis)} & \CustomTextFieldDefault{pa-start-date}{}{von}{width=\linewidth,default=TT-MM-JJJJ} & \CustomTextFieldDefault{pa-end-date}{}{bis}{width=\linewidth,default=TT-MM-JJJJ} \\
|
|
\end{tabular}
|
|
}
|
|
}
|
|
\end{Form} |