This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/upload.html
2017-09-21 12:09:04 +00:00

19 lines
714 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{template "header.html" .S}}
{{if .SubmissionID}}
<div class="alert alert-success">
<button class="close" data-dismiss="alert">×</button>
<strong>Upload successful!</strong> Thank you for your contribution (<a href="/submission/{{.SubmissionID}}">Review the status of your upload</a>)
</div>
{{end}}
<p>Upload your epubs to help the library.</p>
<form class="well form-inline" method="POST" enctype="multipart/form-data">
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
<button type="submit" class="btn">Submit</button>
</form>
<p>The uploaded books will be reviewed by the librarians and included if they comply our quality standards.</p>
{{template "footer.html"}}