37 lines
877 B
Plaintext
37 lines
877 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>
|
|
_{SomeMessage $ MsgMailSubjectQualificationExpired qname}
|
|
|
|
<p>
|
|
_{SomeMessage MsgMailBodyQualificationExpired}
|
|
|
|
<p>
|
|
<dl>
|
|
<dt>_{SomeMessage MsgQualificationName}
|
|
<dd>
|
|
<a href=@{QualificationR qualificationSchool qualificationShorthand}>
|
|
#{qualificationName}
|
|
<dt>_{SomeMessage MsgLmsUser}
|
|
<dd>#{nameHtml userDisplayName userSurname}
|
|
<dt>_{SomeMessage MsgLmsQualificationValidUntil}
|
|
<dd>#{expiryDate}
|
|
|
|
|
|
^{ihamletSomeMessage editNotifications}
|