fradrive/templates/widgets/massinput/examRooms/layout.hamlet
Gregor Kleen 29f4e28536 feat(exams): csv-import of ExamPartResults
BREAKING CHANGE: Introduces ExamPartNumbers
2019-09-16 17:53:45 +02:00

29 lines
707 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgExamRoomName} #
<span .form-group__required-marker>
<th>
_{MsgExamRoom} #
<span .form-group__required-marker>
<th>
_{MsgExamRoomCapacity} #
<span .form-group__required-marker>
<th>
_{MsgExamRoomStart} #
<span .form-group__required-marker>
<th>_{MsgExamRoomEnd}
<th>_{MsgExamRoomDescription}
<td>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvInput (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}