30 lines
731 B
Plaintext
30 lines
731 B
Plaintext
$newline never
|
|
\<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
h1 {
|
|
font-size: 1.25em;
|
|
font-variant: small-caps;
|
|
font-weight: normal;
|
|
}
|
|
<body>
|
|
<h1>
|
|
_{SomeMessage $ MsgMailSubjectAllocationUnratedApplications allocationName}
|
|
|
|
<p>
|
|
_{SomeMessage MsgMailAllocationUnratedApplications}
|
|
<ul>
|
|
$forall (tid, ssh, csh, cName, numUnrated) <- courses
|
|
<li>
|
|
<a href=@{CourseR tid ssh csh CApplicationsR}>
|
|
#{cName}
|
|
\ (#{tshow numUnrated})
|
|
|
|
$maybe until <- allocationDeadline
|
|
<p>
|
|
_{SomeMessage $ MsgMailAllocationAllocationDeadline until}
|
|
|
|
^{ihamletSomeMessage editNotifications}
|