18 lines
518 B
Plaintext
18 lines
518 B
Plaintext
$newline never
|
|
<table>
|
|
<tbody>
|
|
$forall coord <- review liveCoords lLength
|
|
<tr .massinput__cell>
|
|
^{cellWdgts ! coord}
|
|
<td>
|
|
^{fvWidget (delButtons ! coord)}
|
|
$if null (review liveCoords lLength)
|
|
<tr>
|
|
<td colspan=3 .note>
|
|
_{MsgOccurrenceNoneExceptions}
|
|
<td colspan=3>
|
|
<div style="height:1px; width:90%; margin: 0.5em auto; background-color: var(--color-grey);">
|
|
<tfoot>
|
|
<tr .massinput__cell.massinput__cell--add>
|
|
^{addWdgts ! (0, 0)}
|