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

34 lines
772 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgExamPartNumber} #
<span .form-group__required-marker>
<th>
_{MsgExamPartName} #
<span .form-group__required-marker>
<th>_{MsgExamPartMaxPoints}
<th>
_{MsgExamPartWeight} #
<span .form-group__required-marker>
<td>
<tr .form-group__hint>
<td>
_{MsgExamPartNumberTip}
<td>
_{MsgExamPartNameTip}
<td>
<td>
_{MsgExamPartWeightTip}
<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)}