44 lines
976 B
Plaintext
44 lines
976 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
\<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
h1 {
|
|
font-size: 1.25em;
|
|
font-variant: small-caps;
|
|
font-weight: normal;
|
|
}
|
|
<body>
|
|
<h1>
|
|
_{mailSubject}
|
|
|
|
^{mailBody}
|
|
|
|
$if isSupervised
|
|
<h2>_{SomeMessage MsgMailSupervisorNote}
|
|
<p>
|
|
_{SomeMessage (MsgMailSupervisorBody undername supername)} #
|
|
<a href=@{NewsR}>
|
|
FRADrive
|
|
. #
|
|
$if undercopy
|
|
_{SomeMessage (MsgMailSupervisorCopy undermail)}
|
|
$else
|
|
_{SomeMessage MsgMailSupervisorNoCopy}
|
|
$else
|
|
<h2>_{SomeMessage MsgMailSupervisedNote}
|
|
<p>
|
|
_{SomeMessage MsgMailSupervisedBody}
|
|
<ul>
|
|
$forall csupr <- receivers
|
|
<li>
|
|
#{nameHtml' csupr}
|
|
|
|
^{ihamletSomeMessage editNotifications}
|