Some UI changes
This commit is contained in:
parent
1d0f5cf199
commit
80bf0cf4e8
3 changed files with 2 additions and 6 deletions
|
@ -84,8 +84,6 @@
|
||||||
<a href="image" class="box">
|
<a href="image" class="box">
|
||||||
<div>Image</div>
|
<div>Image</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="box">QR</div>
|
|
||||||
<div class="box">Barcode</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
|
@ -9,8 +9,7 @@
|
||||||
|
|
||||||
{% if filename %}
|
{% if filename %}
|
||||||
<br><br>
|
<br><br>
|
||||||
<img style="border: 1px solid blueviolet;"
|
<img src="{{ url_for('uploaded_file', filename=filename) }}" alt="Uploaded Image">
|
||||||
src="{{ url_for('uploaded_file', filename=filename) }}" alt="Uploaded Image">
|
|
||||||
|
|
||||||
<form method="POST" action="/image-print">
|
<form method="POST" action="/image-print">
|
||||||
{% if cut %}
|
{% if cut %}
|
||||||
|
|
|
@ -33,8 +33,7 @@
|
||||||
|
|
||||||
{% if filename %}
|
{% if filename %}
|
||||||
<br><br>
|
<br><br>
|
||||||
<img style="border: 1px solid blueviolet;"
|
<img src="{{ url_for('generated_file', filename=filename) }}" alt="Uploaded Image">
|
||||||
src="{{ url_for('generated_file', filename=filename) }}" alt="Uploaded Image">
|
|
||||||
|
|
||||||
<form method="POST" action="/text-print">
|
<form method="POST" action="/text-print">
|
||||||
{% if cut %}
|
{% if cut %}
|
||||||
|
|
Loading…
Reference in a new issue