virt2/api/mod/qr-gen.html

8 lines
440 B
HTML
Raw Normal View History

{include file=$header h1="Генератор QR-Кодов"}
<form enctype="multipart/form-data" method="post" class="container text-center">
<div class="btn-group row" role="group" aria-label="Basic example">
<input type="file" class="btn btn-outline-secondary" name="list">
<input class="btn btn-outline-secondary" type="submit" value="Сгенерировать QR" name="ok">
</div>
</form>
{include file=$footer}