diff --git a/home/print/templates/index.html b/home/print/templates/index.html new file mode 100644 index 0000000..03ea98d --- /dev/null +++ b/home/print/templates/index.html @@ -0,0 +1,108 @@ + + + + + + Web Print Service + + + + + + + + +
+
+ +
+ +

PDF Web Print

+

Upload a PDF to print to {{ printer_name }}.

+

(Max {{ max_pages }} pages)

+
+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} +
+ {% for category, message in messages %} + + {% endfor %} +
+ {% endif %} + {% endwith %} + +
+
+ + +
+ +
+ +
+
+
+ + +
+ + + + +