|
@ -4,21 +4,25 @@ |
|
|
<meta charset="utf-8" /> |
|
|
<meta charset="utf-8" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> |
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> |
|
|
<title>THIS IS A TITLE</title> |
|
|
<title>Temporary Indexing</title> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
|
|
|
<h1 class="title">Temporary Indexing</h1> |
|
|
<p>{{ petname_message}}. You are anonymous. You may reveal your identity later when saving your generated files.</p> |
|
|
<p>{{ petname_message}}. You are anonymous. You may reveal your identity later when saving your generated files.</p> |
|
|
|
|
|
|
|
|
{% if generation_message %} |
|
|
{% if generation_message %} |
|
|
<p> {{ generation_message }} </p> |
|
|
<p> {{ generation_message }} </p> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
<div class="container"> |
|
|
|
|
|
<div class="forms"> |
|
|
<form method="POST" action="/upload" enctype="multipart/form-data"> |
|
|
<form method="POST" action="/upload" enctype="multipart/form-data"> |
|
|
{{ upload_form.csrf_token }} |
|
|
{{ upload_form.csrf_token }} |
|
|
|
|
|
|
|
|
{{ upload_form.metadata.label }} |
|
|
{{ upload_form.metadata.label }} |
|
|
{{ upload_form.metadata }} |
|
|
{{ upload_form.metadata }} |
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
<form class="metafields" method="POST" action="/upload" enctype="multipart/form-data"> |
|
|
{{ upload_form.title.label }} |
|
|
{{ upload_form.title.label }} |
|
|
{{ upload_form.title }} |
|
|
{{ upload_form.title }} |
|
|
|
|
|
|
|
@ -46,12 +50,12 @@ |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</ul> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
</div> |
|
|
</form> |
|
|
<div class ="iframe"> |
|
|
|
|
|
|
|
|
<object data="{{ pdf }}" type="application/pdf"> |
|
|
<object data="{{ pdf }}" type="application/pdf"> |
|
|
<iframe src="{{ pdf }}"></iframe> |
|
|
<iframe src="{{ pdf }}"></iframe> |
|
|
</object> |
|
|
</object> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |
|
|