50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
$newline never
|
|
$maybe descr <- sheetDescription sheet
|
|
<section>
|
|
<h2 #description>_{MsgSheetDescription}
|
|
<p>
|
|
#{descr}
|
|
|
|
<section>
|
|
<dl .deflist>
|
|
<dt .deflist__dt>_{MsgSheetActiveFrom}
|
|
<dd .deflist__dd>#{sheetFrom}
|
|
<dt .deflist__dt>_{MsgSheetActiveTo}
|
|
<dd .deflist__dd>#{sheetTo}
|
|
$maybe hints <- hintsFrom <* guard hasHints
|
|
<dt .deflist__dt>_{MsgSheetHintFrom}
|
|
<dd .deflist__dd>#{hints}
|
|
$maybe solution <- solutionFrom <* guard hasSolution
|
|
<dt .deflist__dt>_{MsgSheetSolutionFrom}
|
|
<dd .deflist__dd>#{solution}
|
|
<dt .deflist__dt>_{MsgSheetSubmissionMode}
|
|
<dd .deflist__dd>_{classifySubmissionMode (sheetSubmissionMode sheet)}
|
|
$case sheetSubmissionMode sheet
|
|
$of SubmissionMode True _
|
|
<div .tooltip>
|
|
<div .tooltip__handle>
|
|
<div .tooltip__content>_{MsgSheetCorrectorSubmissionsTip}
|
|
$of _
|
|
$case sheetSubmissionMode sheet
|
|
$of SubmissionMode True _
|
|
<dt .deflist__dt>_{MsgSheetPseudonym}
|
|
<dd .deflist__dd #pseudonym>
|
|
$maybe pseudonym <- mPseudonym
|
|
<span .pseudonym>#{pseudonym}
|
|
$nothing
|
|
^{generateForm}
|
|
$of _
|
|
<dt .deflist__dt>_{MsgSheetType}
|
|
<dd .deflist__dd>_{sheetType sheet}
|
|
|
|
$maybe marktxt <- markingText
|
|
<section>
|
|
<h2>_{MsgSheetMarking}
|
|
<p>
|
|
#{marktxt}
|
|
|
|
$if hasFiles
|
|
<section>
|
|
<h2>_{MsgSheetFiles}
|
|
^{fileTable}
|