This commit is contained in:
naielv
2025-08-27 14:28:11 +02:00
parent c28aaecc66
commit b2617f605f
2 changed files with 3 additions and 3 deletions

View File

@@ -990,9 +990,9 @@ function TS_IndexElement(
function BuildQR(mid) {
return `
<span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center;">
<b style="margin-bottom: 5px;">${PAGES[mid.split(",")[0]].Title}</b>
<b style="margin-bottom: 5px;">TeleSec AztecQR</b>
<br>${toHtml(aztec(mid),[6,6])}<br>
<small>${mid.split(",")[1]}</small>
<small><code>${mid.replace(",",",<br>")}</code></small>
</span>
`
}

View File

@@ -12,7 +12,7 @@ PAGES.index = {
edit: function(mid) {
var qrscan = safeuuid()
container.innerHTML = `
<h1>Escanear QR</h1>
<h1>Escanear Codigo Aztec/QR</h1>
<div id="${qrscan}"></div>
<br><br>`;
var html5QrcodeScanner = new Html5QrcodeScanner(