33 lines
769 B
Plaintext
33 lines
769 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 $ MsgMailSubjectAllocationNewCourse allocationName}
|
|
|
|
<p>
|
|
_{SomeMessage MsgMailAllocationNewCourseTip}
|
|
<br />
|
|
<a href=@{CourseR courseTerm courseSchool courseShorthand CShowR}>
|
|
#{courseName}
|
|
|
|
$if mayApply
|
|
<p>
|
|
$if hasApplied
|
|
_{SomeMessage MsgMailAllocationNewCourseEditApplicationsHere}
|
|
$else
|
|
_{SomeMessage MsgMailAllocationNewCourseApplyHere}
|
|
<br />
|
|
<a href=#{allocUrl}>
|
|
#{allocationName}
|
|
|
|
^{ihamletSomeMessage editNotifications}
|