fradrive/templates/submission.hamlet

35 lines
764 B
Plaintext

<pre style="display:none">
#{tshow submission}
<table .table .table-striped>
$maybe (points, text) <- rating
<tr>
<td>Punkte
<td>#{tshow points}
<tr>
<td>Kommentar
<td>#{text}
$nothing
<tr>
<td colspan="2">Noch nicht bewertet
<a href=@{SubmissionDownloadArchiveR archiveName} download>Submission archive
<ul>
$forall (Entity _ file, Entity _ sFile) <- files
<li>
<pre style="display:none">
#{tshow file}
<pre style="display:none">
#{tshow sFile}
<b>#{fileTitle file}
$if submissionFileIsUpdate sFile
(Korrektur)
<br>
$maybe content <- fileContent file
<pre>
#{decodeUtf8 content}
$nothing
This is a directory