added todos in hamlets

This commit is contained in:
Felix Hamann 2018-06-24 22:17:49 +02:00
parent 4062c3398e
commit b8e1406a3b
2 changed files with 12 additions and 47 deletions

View File

@ -35,7 +35,7 @@
$# if allowed to register $# if allowed to register
<div .course__registration.container> <div .course__registration.container>
<button class="btn btn-primary"> <button class="btn btn-primary">
<a href="#">Anmelden <a href="#">TODO: Kurs-Anmeldung
$# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}> $# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}>
$# ^{regWidget} $# ^{regWidget}
@ -45,52 +45,10 @@
<div .tab data-tab-name="Übungsblätter"> <div .tab data-tab-name="Übungsblätter">
^{modal "#modal-toggler__new-sheet" Nothing} ^{modal "#modal-toggler__new-sheet" Nothing}
<h3 .tab-title>Übungsblätter <h3 .tab-title>Übungsblätter
<table .table.table-striped.table-hover> <h1>TODO: Sortierbare Tabelle der bisherigen Übungsblätter
<thead>
<tr>
<th>Blatt
<th>Abgabe ab
<th>Abgabe bis
<th>Bewertung</th>
<tbody>
<tr>
<td>
<a href="http://localhost:3000/course/S2018/ffp/ex/Blatt%201/show" role="button">Blatt 1
<td>Do 08.04.18
<td>Do 11.04.18
<td>NotGraded
<tr>
<td>
<a href="http://localhost:3000/course/S2018/ffp/ex/Blatt%201/show" role="button">Blatt 2
<td>Do 15.04.18
<td>Do 18.04.18
<td>NotGraded
<div .tab data-tab-name="Übungsgruppen"> <div .tab data-tab-name="Übungsgruppen">
<h3 .tab-title>Übungsgruppen <h3 .tab-title>Übungsgruppen
<table .table.table-striped.table-hover> <h1>TODO: Sortierbare Tabelle der Übungsgruppen
<thead>
<tr>
<th>Name
<th>Termin
<th>Raum
<th>Studenten
<th>Tutor
<th>Anmeldung bis
<tbody>
<tr>
<td>Gruppe 1
<td>Montag 10:00 - 12:00
<td>N/A
<td>2/10
<td>Tutor1 Tutoren
<td>Do 21.02.2019, 19:00
<tr>
<td>Gruppe 2
<td>Montag 12:00 - 14:00
<td>N/A
<td>0/10
<td>Assistant1 Assistant
<td>Di 21.02.2017, 19:00
<div .tab data-tab-name="Klausuren"> <div .tab data-tab-name="Klausuren">
<h3 .tab-title>Klausuren <h3 .tab-title>Klausuren
<div>... <div>...

View File

@ -49,13 +49,20 @@
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
line-height: 1.4; line-height: 1.4;
padding-top: 20px; padding-top: 10px;
padding-bottom: 15px; padding-bottom: 10px;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
} }
} }
@media (max-width: 1200px) {
.table th {
padding: 4px 6px;
}
}
.table__td-content { .table__td-content {
max-height: 100px; max-height: 100px;
overflow-y: auto; overflow-y: auto;