table-fix on profile-page

This commit is contained in:
Felix Hamann 2018-07-01 01:32:44 +02:00
parent db0076a628
commit dc047b02c2

View File

@ -3,71 +3,71 @@
<div .scrolltable> <div .scrolltable>
<table .table.table--striped.table--hover.table--vertical> <table .table.table--striped.table--hover.table--vertical>
<tr.table__row> <tr.table__row>
<th> _{MsgName} <th .table__th> _{MsgName}
<td> #{display userDisplayName} <td .table__td> #{display userDisplayName}
<tr.table__row> <tr.table__row>
<th> _{MsgMatrikelNr} <th .table__th> _{MsgMatrikelNr}
<td> #{display userMatrikelnummer} <td .table__td> #{display userMatrikelnummer}
<tr.table__row> <tr.table__row>
<th> _{MsgEMail} <th .table__th> _{MsgEMail}
<td> #{display userEmail} <td .table__td> #{display userEmail}
<tr.table__row> <tr.table__row>
<th> _{MsgIdent} <th .table__th> _{MsgIdent}
<td> #{display userIdent} <td .table__td> #{display userIdent}
<tr.table__row> <tr.table__row>
<th> _{MsgPlugin} <th .table__th> _{MsgPlugin}
<td> #{display userPlugin} <td .table__td> #{display userPlugin}
$if not $ null admin_rights $if not $ null admin_rights
<tr.table__row> <tr.table__row>
<th> Administrator <th .table__th> Administrator
<td> <td .table__td>
<ul> <ul>
$forall institute <- admin_rights $forall institute <- admin_rights
<li>#{display institute} <li>#{display institute}
$if not $ null lecturer_rights $if not $ null lecturer_rights
<tr.table__row> <tr.table__row>
<th> Lehrberechtigt <th .table__th> Lehrberechtigt
<td> <td .table__td>
<ul> <ul>
$forall institute <- lecturer_rights $forall institute <- lecturer_rights
<li>#{display institute} <li>#{display institute}
$if not $ null lecture_owner $if not $ null lecture_owner
<tr.table__row> <tr.table__row>
<th> Eigene Kurse <th .table__th> Eigene Kurse
<td> <td .table__td>
<ul> <ul>
$forall (E.Value csh, E.Value tid) <- lecture_owner $forall (E.Value csh, E.Value tid) <- lecture_owner
<li> <li>
<a href=@{CourseR tid csh CShowR}>#{display tid} - #{csh} <a href=@{CourseR tid csh CShowR}>#{display tid} - #{csh}
$if not $ null lecture_corrector $if not $ null lecture_corrector
<tr.table__row> <tr.table__row>
<th> Korrektor <th .table__th> Korrektor
<td> <td .table__td>
<ul> <ul>
$forall (E.Value csh, E.Value tid) <- lecture_corrector $forall (E.Value csh, E.Value tid) <- lecture_corrector
<li> <li>
<a href=@{CourseR tid csh CShowR}>#{display tid} - #{csh} <a href=@{CourseR tid csh CShowR}>#{display tid} - #{csh}
$if not $ null studies $if not $ null studies
<tr.table__row> <tr.table__row>
<th> Studiengänge <th .table__th> Studiengänge
<td> <td .table__td>
<table .table .table-striped .table-hover> <table .table .table-striped .table-hover>
<tr.table__row> <tr.table__row>
<th> Abschluss <th .table__th> Abschluss
<th> Studiengang <th .table__th> Studiengang
<th> Studienart <th .table__th> Studienart
<th> Semester <th .table__th> Semester
$forall (degree,field,fieldtype,semester) <- studies $forall (degree,field,fieldtype,semester) <- studies
<tr.table__row> <tr.table__row>
<td> #{display degree} <td .table__td> #{display degree}
<td> #{display field} <td .table__td> #{display field}
<td> #{display fieldtype} <td .table__td> #{display fieldtype}
<td> #{display semester} <td .table__td> #{display semester}
$if not $ null participant $if not $ null participant
<tr.table__row> <tr.table__row>
<th> Teilnehmer <th .table__th> Teilnehmer
<td> <td .table__td>
<ul> <ul>
$forall (E.Value csh, E.Value tid, regSince) <- participant $forall (E.Value csh, E.Value tid, regSince) <- participant
<li> <li>