You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
864 B
HTML
25 lines
864 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<title>Smardigo-Instanz wurde erfolgreich gewartet</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="shortcut icon" th:href="@{|${baseUrl}/favicon.ico|}" />
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Sehr geehrte Damen und Herren,
|
|
</p>
|
|
<p></p>
|
|
<p>
|
|
ihre Smardigo-Instanz ist nun nach <[(${maintenance_topic})]> wieder einsatzbereit.
|
|
</p>
|
|
<p></p>
|
|
<p>
|
|
Hier geht es zum Antrag: <a target="_blank" th:href="|${baseUrl}/api/redirect/process/${contextScopeId}/dossier/${contextProcessDefinitionKey}/${contextProcessInstanceId}|">Link</a>
|
|
</p>
|
|
<p>
|
|
Hinweis: Diese Mail wurde durch Smardigo automatisch erzeugt.
|
|
</p>
|
|
</body>
|
|
</html>
|