const IDIOMAS_PREFERIDOS = ["es-MX", "es-US", "es-ES", "es_US", "es_ES"];
var habilitarLupa=false;
Ext.onReady(inicializar);
function inicializar()
{
habilitarLupa=gE('mostrarLupa').value=='1';
var arrDimensiones=obtenerDimensionesNavegador();
if(window.location.href!=window.parent.location.href)
{
obtenerVentanaPadre(window,location.href);
}
/*if(gE('totalPublicaciones').value!='0')
{
$('#carousel').infiniteCarousel (
{
imagePath:'../Scripts/infiniteCarousel/images/',
autoPilot :true
}
);
}
*/
if(habilitarLupa)
{
showLupa();
}
cargaVocesTTL();
if(gE('altoContraste').value=='0')
{
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/lupaBarra.png',
width:40,
height:40,
cls:'btnSIUGJCancel',
id:'btnGuardarForm',
renderTo:'btn1',
handler:function()
{
habilitarLupaSitio();
}
}
)
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/brilloContraste.png',
width:40,
height:40,
cls:'btnSIUGJCancel',
id:'btnGuardarForm',
renderTo:'btn2',
handler:function()
{
cambiarContraste();
}
}
)
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/altavoz.png',
cls:'btnSIUGJCancel',
width:40,
height:40,
id:'btnGuardarForm',
renderTo:'btn3',
handler:function()
{
getSelectedText();
}
}
)
}
else
{
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/lupaBarra_0.png',
width:38,
height:38,
cls:'btnSIUGJ',
id:'btnGuardarForm',
renderTo:'btn1',
handler:function()
{
habilitarLupaSitio();
}
}
)
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/brilloContraste_0.png',
width:38,
height:38,
cls:'btnSIUGJ',
id:'btnGuardarForm',
renderTo:'btn2',
handler:function()
{
cambiarContraste();
}
}
)
new Ext.Button (
{
icon:'../principalPortal/imagesSIUGJ/altavoz_0.png',
cls:'btnSIUGJ',
width:38,
height:38,
id:'btnGuardarForm',
renderTo:'btn3',
handler:function()
{
getSelectedText();
}
}
)
}
}
var idLupa;
function showLupa()
{
mE('magnify_glass');
setTimeout(function() {
let $lupa = $('#magnify_glass');
let isDragging = false;
// Aplica jfMagnify a .magnifyn
$('.magnifyn').jfMagnify({
speed: 200,
magnify: 3
});
// Por alguna razon ya no funciona solo con Magnify, se debe agregar entonces dragable
$lupa.draggable({
start: function () {
isDragging = true;
},
stop: function () {
isDragging = false;
}
});
idLupa=setInterval(function(){refrescarMagnify();},2000);
window.scrollTo(0, 0);
}, 700);
}
function ocultaLupa()
{
oE('magnify_glass');
clearInterval(idLupa);
$(".magnify").data("jfMagnify").destroy();
}
function refrescarMagnify()
{
$(".magnify").data("jfMagnify").updateZone();
}
var vocesDisponibles=[];
var vozDefault=null;
function cargaVocesTTL()
{
if (!'speechSynthesis' in window)
return alert("Lo siento, tu navegador no soporta esta tecnologÃa");
const cargarVoces = () => {
if (vocesDisponibles.length > 0)
{
return;
}
vocesDisponibles = speechSynthesis.getVoices();
var a;
var encontrado=false;
var x;
for(a=0;a
'+'Ver detalle'+arrResp[0]);
}
}
obtenerDatosWebV2('../paginasFunciones/funciones.php',funcAjax, 'POST','funcion=8&d='+d+'&l='+l+'&p='+p,true);
}
function ocultarError(evt)
{
oE('lblErr1');
oE('lblErr2');
var key= evt.which;
if(Ext.isIE)
key=evt.keyCode;
if(key==13)
{
autenticar();
return;
}
if(event.target.id=='')
{
gE(event.target.name).value=event.target.value+String.fromCharCode(key);
}
}
function mostrarPantallaRegistro()
{
var obj={};
obj.ancho='100%';
obj.alto='100%';
obj.url='../modulosEspeciales_SGJ/registroUsuario.php';
abrirVentanaFancy(obj);
}
function mostrarPantallaRecuperar()
{
var form = new Ext.form.FormPanel(
{
baseCls: 'x-plain',
layout:'absolute',
defaultType: 'label',
items: [
{
x:10,
y:10,
xtype:'label',
html:'Ingrese la dirección de correo electrónico con la cual se registró: *'
},
{
x:10,
y:50,
xtype:'label',
html:'Correo Electrónico: *'
},
{
x:200,
y:45,
xtype:'textfield',
width:320,
height:45,
cls:'controlSIUGJ',
id:'email'
},
{
xtype:'button',
x:550,
y:45,
height:30,
width:140,
id:'btnAceptar',
disabled:false,
text:'Recuperar',
cls:'btnSIUGJ',
width:160,
handler:function()
{
recuperarDatosAcceso();
}
}
]
}
);
var ventanaAM = new Ext.Window(
{
id:'vRecuperar',
title: 'Recuperar Contraseña',
width: 800,
height:270,
cls:'msgHistorialSIUGJ',
layout: 'fit',
plain:true,
closable:false,
modal:true,
bodyStyle:'padding:5px;',
buttonAlign:'center',
items: form,
listeners : {
show : {
buffer : 10,
fn : function()
{
gEx('email').focus(false,500);
}
}
},
buttons: [
{
xtype: 'container',
html: '