simpleOaiCollectorService/src/main/resources/templates/success.html

24 lines
855 B
HTML

<html>
<head>
<title>OAI Harvesting Completed</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 />
has been completed successfully.<br /><br />
You can download your file at the address:<br />
<a th:href="${info.publicUrl}" th:text="${info.publicUrl}"></a>
<br /><br />
<a>Detailed information are available using 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>