40 lines
906 B
Plaintext
40 lines
906 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Wolfgang Witt <Wolfgang.Witt@campus.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
_{MsgExamRoomName} #
|
|
<span .form-group__required-marker>
|
|
<th>
|
|
_{MsgExamRoom}
|
|
<th>
|
|
_{MsgExamRoomCapacity}
|
|
<th>
|
|
_{MsgExamRoomStart} #
|
|
<span .form-group__required-marker>
|
|
<th>_{MsgExamRoomEnd}
|
|
<th>_{MsgExamRoomDescription}
|
|
<td>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<td .explanation>_{MsgExamRoomCapacityTip}
|
|
<td>
|
|
<td>
|
|
<td>
|
|
<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)}
|