2019-08-14 22:19:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/iziToast.min.css">
|
|
|
|
<script src="/static/js/iziToast.min.js"></script>
|
|
|
|
<script src="/static/js/httprint.js"></script>
|
|
|
|
<title>HTTPrint</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Upload a file to print</h1>
|
|
|
|
|
2019-08-15 13:34:44 +02:00
|
|
|
File to print: <input id="upload-file" type="file" />
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
Number of copies: <input id="copies" type="number" min="1" max="10" value="1" />
|
|
|
|
<br>
|
|
|
|
<br>
|
2019-08-14 22:19:44 +02:00
|
|
|
<button onClick="uploadFile();">print</button>
|
|
|
|
</body>
|
|
|
|
</html>
|