This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/widgets/massinput/workflowDefinitionFiles/layout.hamlet
2022-10-12 09:35:16 +02:00

26 lines
622 B
Plaintext

$newline never
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
$#
$# SPDX-License-Identifier: AGPL-3.0-or-later
<table>
<thead>
<tr>
<th>
_{MsgWorkflowDefinitionFileIdent} #
<span .form-group__required-marker>
<th>
_{MsgWorkflowDefinitionFile} #
<span .form-group__required-marker>
<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)}