This commit is contained in:
parent
3b09f661d6
commit
54f58cbfc5
@ -69,6 +69,7 @@ UPLOAD_PAGE = """
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
color: #333;
|
color: #333;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -134,12 +135,11 @@ UPLOAD_PAGE = """
|
|||||||
<button type="submit">Upload</button>
|
<button type="submit">Upload</button>
|
||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
Click <a href="#files">here</a> to see <a href="#files">uploaded files</a> (non-image) at the bottom of this page.<br />
|
Click <a href="#files">here</a> to see <a href="#files">uploaded files</a> (non-image) at the bottom of this page.
|
||||||
<h2>Uploaded images:</h2>
|
<h2>Uploaded images:</h2>
|
||||||
<div class="container-images">
|
<div class="container-images">
|
||||||
[images_html]
|
[images_html]
|
||||||
</div>
|
</div>
|
||||||
<br /><br />
|
|
||||||
<h2 id="files">Uploaded files:</h2>
|
<h2 id="files">Uploaded files:</h2>
|
||||||
<div class="container-file">
|
<div class="container-file">
|
||||||
[files_html]
|
[files_html]
|
||||||
|
Loading…
Reference in New Issue
Block a user