fradrive/templates/widgets/massinput/examRooms/layout.hamlet
Steffen Jost 6d172c8259 chore(exam): add examiner to occurrence options
we intend to use the exam examiner for adding occurrences through tutorials
2024-12-09 17:38:34 +01:00

43 lines
990 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>
_{MsgExamStaff}
<th>
_{MsgExamRoom}
<th>
_{MsgExamRoomCapacity}
<th>
_{MsgExamRoomStart} #
<span .form-group__required-marker>
<th>_{MsgExamRoomEnd}
<th>_{MsgExamRoomDescription}
<td>
<tr>
<td>
<td .explanation>_{MsgExamRoomExaminerTip}
<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)}