33 lines
783 B
Plaintext
33 lines
783 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 $ MsgMailSubjectAllocationAllocation allocationName}
|
|
|
|
<p>
|
|
_{SomeMessage MsgMailAllocationAllocation}
|
|
<ul>
|
|
$forall (tid, ssh, csh, cName) <- courses
|
|
<li>
|
|
<a href=@{CourseR tid ssh csh CApplicationsR}>
|
|
#{cName}
|
|
|
|
$maybe until <- registerDeadline
|
|
<p>
|
|
_{SomeMessage $ MsgMailAllocationApplicationsMayChange until}
|
|
|
|
$maybe until <- allocationDeadline
|
|
<p>
|
|
_{SomeMessage $ MsgMailAllocationAllocationDeadline until}
|
|
|
|
^{ihamletSomeMessage editNotifications}
|