2020-07-02 14:39:56 -06:00
|
|
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
|
|
|
|
|
|
|
<div class="content">
|
2020-07-18 14:22:13 -06:00
|
|
|
<h1>QR Code</h1>
|
2020-07-02 14:39:56 -06:00
|
|
|
<form id="form-util-qr" method="post">
|
2020-07-23 02:36:42 -06:00
|
|
|
<!-- <input type="txt" name="input" id="input" class="full-width" readonly value="<?=$this->escape($input)?>"> -->
|
|
|
|
<!-- <textarea name="input" id="input" class="full-width" readonly><?=$this->escape($input)?></textarea> -->
|
|
|
|
<code id="input" class="full-width"><?=$this->escape($input)?></code>
|
2020-07-02 14:39:56 -06:00
|
|
|
</form>
|
2020-07-22 06:58:11 -06:00
|
|
|
<div id="qrcode"></div>
|
2020-07-22 07:47:00 -06:00
|
|
|
<a id="qrcode--altLink" href="#">Press this link to directly open the URI</a>
|
2020-07-02 14:39:56 -06:00
|
|
|
</div>
|