fradrive/templates/sheetCorrectors/layout.hamlet
2022-10-12 09:35:16 +02:00

27 lines
885 B
Plaintext

$newline never
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <vaupel.sarah@campus.lmu.de>,Winnie Ros <winnie.ros@campus.lmu.de>
$#
$# SPDX-License-Identifier: AGPL-3.0-or-later
<table .table .table--striped .table--hover>
<thead>
<tr .table__row .table__row--head>
<th .table__th colspan="2">_{MsgTableCorrector}
<th .table__th>_{MsgTableCorState}
<th .table__th>
_{MsgConsiderDeficits}
^{messageTooltip =<< messageI Info MsgConsiderDeficitsTip}
<th .table__th>_{MsgCorByTut}
<th .table__th>_{MsgTableCorProportion}
<td>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput__cell .table__row>
^{cellWdgts ! coord}
<td>
^{fvWidget (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}