mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-05-08 22:26:05 +02:00
Encode filenames to base64 and change URL to /result
This commit is contained in:
23
templates/result.html
Normal file
23
templates/result.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="h-100">
|
||||
{% include 'head.html' %}
|
||||
<body class="d-flex flex-column h-100">
|
||||
{% include 'header.html' %}
|
||||
<main class="flex-shrink-0">
|
||||
<div class="container">
|
||||
<h1 class="mt-3 fs-2">Results</h1>
|
||||
<p>Processing <code>{{ filename }}</code>.</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-10">
|
||||
<blockquote>
|
||||
{{ stdout | safe }}
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user