fradrive/templates/widgets/massinput/examRooms/layout.hamlet
2020-11-19 14:25:38 +01:00

28 lines
662 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgExamRoomName} #
<span .form-group__required-marker>
<th>
_{MsgExamRoom}
<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>
^{fvWidget (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}