gtsviacargo.alertran.net
Open in
urlscan Pro
2606:4700::6813:ba53
Public Scan
Submitted URL: https://gtsviacargo.alertran.net/gts
Effective URL: https://gtsviacargo.alertran.net/gts/login.seam
Submission: On September 28 via manual from AR — Scanned from DE
Effective URL: https://gtsviacargo.alertran.net/gts/login.seam
Submission: On September 28 via manual from AR — Scanned from DE
Form analysis
3 forms found in the DOMName: j_id13 — POST /gts/login.seam
<form id="j_id13" name="j_id13" method="post" action="/gts/login.seam" enctype="application/x-www-form-urlencoded" style="height:0px;">
<input type="hidden" name="j_id13" value="j_id13">
<script id="j_id13:j_id14" type="text/javascript">
//<![CDATA[
busquedaRapida = function() {
A4J.AJAX.Submit('j_id13', null, {
'similarityGroupingId': 'j_id13:j_id14',
'parameters': {
'j_id13:j_id14': 'j_id13:j_id14'
}
})
};
//]]>
</script>
<div id="j_id13:printModalPanel" style="display: none;"><input autocomplete="off" id="j_id13:printModalPanelOpenedState" name="j_id13:printModalPanelOpenedState" type="hidden">
<div class="rich-modalpanel " id="j_id13:printModalPanelContainer" style="position: absolute; display: none; z-index: 100; background-color: inherit;">
<div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="j_id13:printModalPanelDiv" style="z-index: -1;"><button class="rich-mpnl-button" id="j_id13:printModalPanelFirstHref"></button></div>
<div class="rich-mpnl-panel">
<div class="rich-mp-container" id="j_id13:printModalPanelCDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;">
<div class="rich-mpnl-shadow" id="j_id13:printModalPanelShadowDiv"></div>
<div class=" rich-mpnl-content" id="j_id13:printModalPanelContentDiv">
<div class="rich-mpnl-text rich-mpnl-controls ">
<em class="fa fa-times-circle modalClose" aria-hidden="true" style="cursor:pointer;" onclick="if (!window.__cfRLUnblockHandlers) return false; Richfaces.hideModalPanel('printModalPanel');"></em>
</div>
<table border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table" id="j_id13:printModalPanelContentTable" style="width: 1px;height: 1px;">
<tbody>
<tr style="height: 1%;">
<td class="rich-mpnl-header-cell">
<div class="rich-mpnl-text rich-mpnl-header rich-mpnl-header-client" id="j_id13:printModalPanelHeader" style="white-space: nowrap; cursor: move;">Selección de impresora</div>
</td>
</tr>
<tr style="height: 99%">
<td class="rich-mpnl-body" valign="top">
<div id="j_id13:j_id88" class="form-group col-md-6 col-lg-4 col-xl-3 responsiveTogglePanel"><label class="col-form-label"> Impresoras:</label>
<select id="selectImpresoras" class="form-control form-control-sm"></select>
</div>
<div id="j_id13:j_id91" class="btn-group col-12 justify-content-md-end">
<input type="button" onclick="if (!window.__cfRLUnblockHandlers) return false; actualizarPreferencia('printer',jQuery('#selectImpresoras').val());" value="Guardar selección" class="btn btn-primary col-12 col-md-6 col-xl-6">
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="rich-mpnl-mask-div rich-mpnl-mask-div-transparent" id="j_id13:printModalPanelCursorDiv" style="z-index: -200;"><button class="rich-mpnl-button" id="j_id13:printModalPanelLastHref"></button></div>
<script type="text/javascript">
new ModalPanel('j_id13:printModalPanel', {
width: -1,
height: -1,
minWidth: -1,
minHeight: -1,
resizeable: false,
moveable: true,
left: "auto",
top: "auto",
zindex: 100,
onresize: '',
onmove: '',
onshow: '',
onhide: '',
onbeforeshow: '',
onbeforehide: '',
domElementAttachment: "",
keepVisualState: false,
showWhenRendered: false,
selectBehavior: "disable",
autosized: true,
overlapEmbedObjects: false
});
</script>
</div>
<script type="text/javascript"></script>
</div><span style="display:none;" id="j_id13:j_id126">
<script type="text/javascript">
A4J.AJAX.Poll('j_id13', {
'similarityGroupingId': 'j_id13:j_id126',
'pollId': 'j_id13:j_id126',
'pollinterval': 5400000,
'eventsQueue': 'avisosQueue',
'containerId': 'j_id13:j_id125',
'parameters': {
'ajaxSingle': 'j_id13:j_id126',
'j_id13:j_id126': 'j_id13:j_id126'
},
'ignoreDupResponses': true
});
</script>
</span>
<script type="text/javascript">
//<![CDATA[
function cargarDatosImpresoras() {
var urlListPrinters = urlBase + "/printService/listprinters";
ajaxAlerce(urlListPrinters, 'GET', function(respuesta) {
var respuestaJSON = JSON.parse(respuesta);
jQuery('#selectImpresoras').children().remove().end();
jQuery.each(respuestaJSON.printers, function(i, printer) {
jQuery('#selectImpresoras').append('<option value="' + printer + '">' + printer + '</option>');
});
}, null);
obtenerPreferencia('printer');
}
function actualizarPreferencia(preferencia, valor) {
var urlUpdatePreference = urlBase + "/preferencesService/updatePreference";
ajaxAlerce(urlUpdatePreference, 'POST', function(respuesta) {
Richfaces.hideModalPanel('printModalPanel');
obtenerPreferenciaPredefinida();
}, null, JSON.stringify({
rutaBaseCliente: codificarBase64("C:/Alerce/"),
usuario: "",
property: preferencia,
value: valor
}));
}
function obtenerPreferencia(preferencia) {
var urlGetPreference = urlBase + "/preferencesService/getPreference";
ajaxAlerce(urlGetPreference, 'POST', function(respuesta) {
var respuestaJSON = JSON.parse(respuesta);
if (respuestaJSON.value != null) {
jQuery('#selectImpresoras').val(respuestaJSON.value);
}
}, null, JSON.stringify({
rutaBaseCliente: codificarBase64("C:/Alerce/"),
usuario: "",
property: preferencia
}));
}
function obtenerPreferenciaPredefinida() {
var urlGetPreference = urlBase + "/preferencesService/getPreference";
ajaxAlerce(urlGetPreference, 'POST', function(respuesta) {
var respuestaJSON = JSON.parse(respuesta);
if (respuestaJSON.value != null) {
var impresoraPredefinida = respuestaJSON.value;
if (impresoraPredefinida != null && impresoraPredefinida != "") {
jQuery("span[id$=impresoraTooltipcontent]").html("Cambiar impresora por defecto:" + impresoraPredefinida);
}
}
habilitadaImpresion = true;
jQuery("*[id$=botonImpresora]").css("color", "white");
jQuery('#botonImpresora').attr('title', 'Su impresora por defecto es: ' + respuestaJSON.value + '. Si desea cambiarla pulse aqui.');
}, function() {
jQuery("*[id$=botonImpresora]").css("color", "red");
}, JSON.stringify({
rutaBaseCliente: codificarBase64("C:/Alerce/"),
usuario: "",
property: "printer"
}));
}
jQuery(function($) {
const toggleMegaMenu = function() {
var menuLateral = $(".template_menu_lateral");
if (menuLateral.is(":hidden")) {
menuLateral.slideDown();
} else {
menuLateral.slideUp();
}
var menuLateralBg = $(".template_menu_lateral_bg");
if (menuLateralBg.is(":hidden")) {
menuLateralBg.fadeIn();
} else {
menuLateralBg.fadeOut();
}
}
$(".menu-toogle-mobile").click(toggleMegaMenu);
$(".template_menu_lateral_bg").click(toggleMegaMenu);
var array = document.getElementsByClassName("busquedaRapidaInput");
if (array.length > 0) {
array[0].setAttribute("placeholder", "Consulta rápida");
}
})
function isBrEmpty() {
var array = document.getElementsByClassName("busquedaRapidaInput");
var textoBR;
if (array.length > 0) {
textoBR = array[0].value;
}
if (textoBR == null || textoBR.length == 0) {
alert("El campo de busqueda esta vacio");
return false;
} else {
busquedaRapida();
}
}
function percentDelete() {
var array = document.getElementsByClassName("busquedaRapidaInput");
if (array.length > 0) {
var textoBR = array[0].value;
array[0].value = textoBR.replace(/%/g, "");
return false;
}
}
jQuery(document).ready(function() {
enterIsTabByClassName();
jQuery(".fa.fa-search").css("color", jQuery(".nav.navbar-nav").css("background-color"));
});
function toggleCarrito() {
if (jQuery("#carritoCliente").hasClass('ocultar')) {
removeOverflow();
jQuery("#carritoCliente").removeClass("ocultar");
jQuery("#carritoCliente").addClass("carritoCompra");
} else if (jQuery("#carritoCliente").hasClass('carritoCompra')) {
addOverflow();
jQuery("#carritoCliente").removeClass("carritoCompra");
jQuery("#carritoCliente").addClass("ocultar");
}
}
//]]>
</script>
<input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id2" autocomplete="off">
</form>
Name: loginForm — POST /gts/login.seam
<form id="loginForm" name="loginForm" method="post" action="/gts/login.seam" class="form-signin form-group" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="loginForm" value="loginForm">
<div id="loginForm:j_id179" class="logo-cliente"></div>
<div id="loginForm:j_id184" class="input-group">
<div id="loginForm:j_id185" class="input-group-prepend">
<div id="loginForm:j_id186" class="input-group-text" style="border-bottom-left-radius: 0;">
<em class="fa fa-user"></em>
</div>
</div><input id="loginForm:inputLogin" type="text" name="loginForm:inputLogin" class="form-control form-control-lg" maxlength="100" size="36" placeholder="Usuario">
</div>
<div id="loginForm:j_id188" class="input-group mb-2">
<div id="loginForm:j_id189" class="input-group-prepend">
<div id="loginForm:j_id190" class="input-group-text" style="border-top-left-radius: 0;">
<em class="fa fa-lock"></em>
</div>
</div><input id="loginForm:inputPassword" type="password" name="loginForm:inputPassword" value="" maxlength="100" size="36" class="form-control form-control-lg" placeholder="Contraseña">
</div>
<script type="text/javascript" language="Javascript">
function dpf(f) {
var adp = f.adp;
if (adp != null) {
for (var i = 0; i < adp.length; i++) {
f.removeChild(adp[i]);
}
}
};
function apf(f, pvp) {
var adp = new Array();
f.adp = adp;
var i = 0;
for (k in pvp) {
var p = document.createElement("input");
p.type = "hidden";
p.name = k;
p.value = pvp[k];
f.appendChild(p);
adp[i++] = p;
}
};
function jsfcljs(f, pvp, t) {
apf(f, pvp);
var ft = f.target;
if (t) {
f.target = t;
}
f.submit();
f.target = ft;
dpf(f);
};
</script>
<a id="loginForm:recuperarPass" href="#" style="font-size: 0.9em; color: #0066a4; height: 0.9em" onclick="if (!window.__cfRLUnblockHandlers) return false; var a=function(){mostrarOlvidoPass(); return false;};var b=function(){if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('loginForm'),{'loginForm:recuperarPass':'loginForm:recuperarPass'},'');}return false};return (a()==false) ? false : b();">
<strong><span class="float-right mb-1 recuperarPass">¿Ha olvidado su contraseña?</span></strong></a><input id="loginForm:submit_login" type="submit" name="loginForm:submit_login" value="Conectar"
onclick="if (!window.__cfRLUnblockHandlers) return false; setTimeout('mostrarProcesandoModalPanel()',800);" class="btn btn-lg btn-primary btn-block">
<script language="JavaScript" type="text/javascript">
document.forms['loginForm'].onkeypress = new Function("event",
"{var keycode;if (window.event) keycode = window.event.keyCode;else if (event) keycode = event.which;else return true;if (keycode == 13) { document.getElementById('loginForm:submit_login').click();return false; } else return true; }");
</script><img alt="" class="rich-spacer " height="50px" id="loginForm:j_id196" src="/gts/a4j/g/3_3_3.Finalimages/spacer.gif" width="1">
<p align="center" style="position: relative;">
</p><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id2" autocomplete="off">
</form>
Name: olvidoPassForm — POST /gts/login.seam
<form id="olvidoPassForm" name="olvidoPassForm" method="post" action="/gts/login.seam" class="form-signin form-group" enctype="application/x-www-form-urlencoded" style="display: none;">
<input type="hidden" name="olvidoPassForm" value="olvidoPassForm">
<div id="olvidoPassForm:j_id202" class="logo-cliente"></div>
<div id="olvidoPassForm:j_id207" style="margin-bottom:10px;"><span style="font-size:0.9em;">Si pulsa enviar recibirá en su email una contraseña temporal.</span></div>
<div id="olvidoPassForm:j_id209" class="input-group">
<div id="olvidoPassForm:j_id210" class="input-group-prepend">
<span class="input-group-text" style="border-bottom-left-radius: 0">
<em class="fa fa-user"></em>
</span>
</div><input type="text" name="olvidoPassForm:j_id212" class="form-control form-control-lg">
</div>
<div class="actionButtons" style="text-align: right;"><input type="submit" name="olvidoPassForm:j_id214" value="Enviar" onclick="if (!window.__cfRLUnblockHandlers) return false; setTimeout('mostrarProcesandoModalPanel()',800);"
style="border-bottom-left-radius: 0; border-bottom-right-radius: 0;" class="btn btn-lg btn-primary btn-block mt-2">
<script language="JavaScript" type="text/javascript">
document.forms['olvidoPassForm'].onkeypress = new Function("event",
"{var keycode;if (window.event) keycode = window.event.keyCode;else if (event) keycode = event.which;else return true;if (keycode == 13) { document.getElementById('olvidoPassForm:j_id214').click();return false; } else return true; }");
</script><input onclick="if (!window.__cfRLUnblockHandlers) return false; setTimeout('mostrarProcesandoModalPanel()',800);location.href='/gts/home.seam'; return false;" id="olvidoPassForm:j_id216"
style="border-top-left-radius: 0; border-top-right-radius: 0;" class="boton-limpiar btn btn-lg btn-outline-primary btn-block mb-2" value="Cancelar" type="button">
</div><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id2" autocomplete="off">
</form>
Text Content
Selección de impresora Impresoras: Procesando, por favor espere. ¿Ha olvidado su contraseña? Si pulsa enviar recibirá en su email una contraseña temporal. CHROME 106 Está utilizando un navegador que no es compatible con los últimos estándares de diseño y seguridad. Para una correcta visualización del contenido de esta página y por su propia seguridad, le recomendamos usar una versión actualizada de Mozilla Firefox, Google Chrome, Microsoft Edge, etc. Resolución recomendada 1280x1024