keyoxide-web/views/util/qr.php
2020-07-22 15:47:00 +02:00

10 lines
417 B
PHP

<?php $this->layout('template.base', ['title' => $title]) ?>
<div class="content">
<h1>QR Code</h1>
<form id="form-util-qr" method="post">
<input type="txt" name="input" id="input" class="full-width" readonly placeholder="Fingerprint" value="<?=$this->escape($input)?>">
</form>
<div id="qrcode"></div>
<a id="qrcode--altLink" href="#">Press this link to directly open the URI</a>
</div>