Saturs nav pieejams, kamēr nav apstiprināta izvēle “Sociālo mediju un trešo pušu sīkdatnes”. Sīkdatņu izvēles maiņu Jūs varat veikt lapā Sīkdatnes.
<div class="nb-wrap" id="nbWrap" role="button" tabindex="0"
title="Klikšķini, lai atvērtu pilnā izmērā">
<iframe class="nb-frame" id="nbFrame"
src="/files/neplp-s3/s3fs-public/media_file/buklets_pieejamiba.html"
title="Mediju pakalpojumu pieejamība un piekļuves pakalpojumu piekļūstamība"
scrolling="no"></iframe>
<span class="nb-hint">⤢ Skatīt pilnā izmērā</span>
</div>
<div class="nb-modal" id="nbModal" role="dialog" aria-modal="true"
aria-label="Buklets pilnā izmērā">
<button class="nb-close" id="nbClose" aria-label="Aizvērt">✕</button>
<div class="nb-modal-inner" id="nbModalInner">
<div class="nb-modal-stage" id="nbModalStage">
<iframe class="nb-modal-frame" id="nbModalFrame"
title="Mediju pakalpojumu pieejamība un piekļuves pakalpojumu piekļūstamība"
scrolling="no"></iframe>
</div>
</div>
</div>
<style>
.nb-wrap{position:relative;width:100%;overflow:hidden;cursor:zoom-in;}
.nb-frame{display:block;width:1123px;border:0;margin:-24px 0 0 -16px;
transform-origin:top left;pointer-events:none;}
.nb-hint{position:absolute;right:10px;bottom:10px;background:rgba(13,43,82,.92);
color:#fff;font:600 12px/1 system-ui,sans-serif;padding:7px 11px;
border-radius:4px;opacity:0;transition:opacity .15s;pointer-events:none;}
.nb-wrap:hover .nb-hint,.nb-wrap:focus .nb-hint{opacity:1;}
.nb-wrap:focus{outline:3px solid #2E7FD9;outline-offset:2px;}
.nb-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;
background:rgba(10,20,35,.9);overflow:hidden;box-sizing:border-box;}
.nb-modal.is-open{display:block;}
.nb-modal-inner{position:absolute;top:50%;left:50%;
transform:translate(-50%,-50%);
width:1091px;height:1007px;overflow:hidden;background:#fff;
box-shadow:0 10px 60px rgba(0,0,0,.55);}
.nb-modal-stage{width:1091px;height:1007px;overflow:hidden;transform-origin:top left;}
.nb-modal-frame{display:block;width:1123px;height:1031px;border:0;margin:-24px 0 0 -16px;}
.nb-close{position:fixed;top:14px;right:18px;z-index:100000;background:#fff;border:0;
width:40px;height:40px;border-radius:50%;font-size:16px;line-height:1;
color:#0D2B52;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.35);padding:0;}
</style>
<script>
(function(){
var SRC='/files/neplp-s3/s3fs-public/media_file/buklets_pieejamiba.html';
var W=1091, PAD=28;
var w=document.getElementById('nbWrap'), f=document.getElementById('nbFrame');
var m=document.getElementById('nbModal'), mf=document.getElementById('nbModalFrame');
var mi=document.getElementById('nbModalInner'), ms=document.getElementById('nbModalStage');
var c=document.getElementById('nbClose');
var H=1007, loaded=false;
function measure(frame){
try{
var d=frame.contentDocument; if(!d) return 0;
var p=d.querySelector('.page');
return p ? Math.ceil(p.getBoundingClientRect().height) : 0;
}catch(e){ return 0; }
}
function fit(){
var h=measure(f); if(h) H=h;
f.style.height=(H+24)+'px';
var s=w.clientWidth/W;
f.style.transform='scale('+s+')';
w.style.height=Math.round(H*s)+'px';
if(m.className.indexOf('is-open')>-1) applyModal();
}
function applyModal(){
var h=measure(mf)||H; if(h) H=h;
mf.style.height=(H+24)+'px';
ms.style.height=H+'px';
var s=Math.min(1,
(window.innerWidth - PAD*2) / W,
(window.innerHeight - PAD*2) / H);
ms.style.transform='scale('+s+')';
mi.style.width =Math.round(W*s)+'px';
mi.style.height=Math.round(H*s)+'px';
}
function watch(frame, cb){
frame.addEventListener('load',function(){
cb(); [200,600,1400,2500].forEach(function(t){ setTimeout(cb,t); });
try{
var d=frame.contentDocument;
if(d&&d.fonts&&d.fonts.ready) d.fonts.ready.then(cb);
if(window.ResizeObserver&&d&&d.body) new ResizeObserver(cb).observe(d.body);
}catch(e){}
});
}
watch(f, fit);
watch(mf, applyModal);
window.addEventListener('resize',function(){ fit(); applyModal(); });
function open(){
if(!loaded){ mf.src=SRC; loaded=true; }
m.className='nb-modal is-open';
document.documentElement.style.overflow='hidden';
applyModal(); c.focus();
}
function close(){
m.className='nb-modal';
document.documentElement.style.overflow='';
w.focus();
}
w.addEventListener('click',open);
w.addEventListener('keydown',function(e){
if(e.key==='Enter'||e.key===' '){ e.preventDefault(); open(); }
});
c.addEventListener('click',close);
m.addEventListener('click',function(e){ if(e.target===m) close(); });
document.addEventListener('keydown',function(e){
if(e.key==='Escape'&&m.className.indexOf('is-open')>-1) close();
});
})();
</script>