diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 221f5d231..592a45b1d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -275,6 +275,11 @@ a.btn.btn-info:hover, } } +/* SCROLLTABLE */ +.scrolltable { + overflow: auto; +} + /* TABLE DESIGN */ .table__row { @@ -330,3 +335,20 @@ a.btn.btn-info:hover, color: inherit; } } + +.table--vertical { + + th { + background-color: transparent; + color: var(--color-font); + width: 170px; + text-align: right; + padding-right: 15px; + font-weight: 400; + } + + td { + font-weight: 600; + color: var(--color-font); + } +} diff --git a/templates/profile.hamlet b/templates/profile.hamlet index debcdaf90..f102192b2 100644 --- a/templates/profile.hamlet +++ b/templates/profile.hamlet @@ -1,76 +1,77 @@
- - -
_{MsgName} - #{display userDisplayName} - - _{MsgMatrikelNr} - #{display userMatrikelnummer} - - _{MsgEMail} - #{display userEmail} - - _{MsgIdent} - #{display userIdent} - - _{MsgPlugin} - #{display userPlugin} - $if not $ null admin_rights +
+ -
Administrator - -
    - $forall institute <- admin_rights -
  • #{display institute} - $if not $ null lecturer_rights +
_{MsgName} + #{display userDisplayName} - Lehrberechtigt - -
    - $forall institute <- lecturer_rights -
  • #{display institute} - $if not $ null lecture_owner +
_{MsgMatrikelNr} + #{display userMatrikelnummer} - Eigene Kurse - - _{MsgEMail} + #{display userEmail} - Korrektor - - _{MsgIdent} + #{display userIdent} - Studiengänge - - - -
Abschluss - Studiengang - Studienart - Semester - - $forall (degree,field,fieldtype,semester) <- studies + _{MsgPlugin} + #{display userPlugin} + $if not $ null admin_rights + + Administrator + +
    + $forall institute <- admin_rights +
  • #{display institute} + $if not $ null lecturer_rights + +
Lehrberechtigt + +
    + $forall institute <- lecturer_rights +
  • #{display institute} + $if not $ null lecture_owner + +
Eigene Kurse + + Korrektor + + Studiengänge + + -
#{display degree} - #{display field} - #{display fieldtype} - #{display semester} - $if not $ null participant - - Teilnehmer - - Abschluss + Studiengang + Studienart + Semester + + $forall (degree,field,fieldtype,semester) <- studies + + #{display degree} + #{display field} + #{display fieldtype} + #{display semester} + $if not $ null participant + + Teilnehmer + +