simpleOaiCollectorService/src/main/resources/templates/email/failure.html

23 lines
774 B
HTML

<html>
<head>
<title>OAI Harvesting Failed</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>
Hi,<br /><br />
your request (<b>ID:</b> <span th:text="${info.id}"></span>) to collect metadata from<br />
<a th:href="${info.oaiBaseUrl}" th:text="${info.oaiBaseUrl}"></a><br />
is failed for the following error:<br />
<pre th:text="${info.message}"></pre>
<br /><br />
<a>Detailed information are available invoking the following API:</a>
<a th:href="${baseUrl} + '/api/history/' + ${info.id}" th:text="${baseUrl} + '/api/history/' + ${info.id}"></a><br />
<br /><br />
Best Regards.
</p>
<hr />
<p>This is an automatically generated message. Please do not reply.</p>
</body>
</html>