teste #3
BIN
Imagens para implantação /Imagem colada (9).png
Normal file
BIN
Imagens para implantação /Imagem colada (9).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 332 KiB |
@@ -342,9 +342,12 @@
|
||||
function popupHtml(p) {
|
||||
const linha = (icone, val) => val ? ('<div>' + icone + ' ' + escapeHtml(val) + '</div>') : '';
|
||||
const foto = p.foto
|
||||
? '<img src="' + escapeHtml(p.foto) + '" alt="Fachada" loading="lazy" ' +
|
||||
'style="margin-top:8px;width:100%;max-height:150px;object-fit:cover;border-radius:6px">'
|
||||
: '';
|
||||
? '<a href="' + escapeHtml(p.foto) + '" target="_blank" rel="noopener">' +
|
||||
'<img src="' + escapeHtml(p.foto) + '" alt="Fachada" loading="lazy" ' +
|
||||
'onerror="this.style.display=\'none\';this.parentNode.nextElementSibling.style.display=\'block\'" ' +
|
||||
'style="margin-top:8px;width:100%;max-height:160px;object-fit:cover;border-radius:6px;display:block"></a>' +
|
||||
'<div style="display:none;margin-top:6px;color:#9ca3af;font-size:11px">📷 Foto indisponível (link expirado/sem acesso)</div>'
|
||||
: '<div style="margin-top:6px;color:#6b7280;font-size:11px">📷 Sem foto da fachada para esta entrega</div>';
|
||||
return '' +
|
||||
'<div style="min-width:210px;max-width:240px">' +
|
||||
'<div style="font-weight:700;color:#f97316">NF ' + escapeHtml(p.nf) + '</div>' +
|
||||
|
||||
Reference in New Issue
Block a user