bwc
This commit is contained in:
parent
04fb7ba032
commit
320de62f13
348 changed files with 7745 additions and 30874 deletions
16
public/views/modals/scanner.html
Normal file
16
public/views/modals/scanner.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<nav class="tab-bar">
|
||||
<section class="right-small">
|
||||
<a ng-click="cancel()">
|
||||
<span class="text-close" translate>Close</span>
|
||||
</a>
|
||||
</section>
|
||||
<section class="middle tab-bar-section">
|
||||
<h1 class="title ellipsis" translate>
|
||||
QR-Scanner
|
||||
</h1>
|
||||
</section>
|
||||
</nav>
|
||||
<div class="p60t text-center" ng-init="init()">
|
||||
<canvas id="qr-canvas" width="200" height="150"></canvas>
|
||||
<video id="qrcode-scanner-video" width="300" height="225"></video>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue