fradrive/templates/sheetCorrectors/layout.hamlet
2019-07-03 11:59:02 +02:00

19 lines
547 B
Plaintext

$newline never
<table .table .table--striped .table--hover>
<thead>
<tr .table__row .table__row--head>
<th .table__th colspan="2">_{MsgCorrector}
<th .table__th>_{MsgCorState}
<th .table__th>_{MsgCorByTut}
<th .table__th>_{MsgCorProportion}
<td>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput__cell .table__row>
^{cellWdgts ! coord}
<td>
^{fvInput (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}