//***************************************************************************************** //CONSTANTES DEL SISTEMA //***************************************************************************************** var CONTEXTMENU = true; var DEBUG = false; var WEBSERVER = "www.tynmagazine.com"; var URL = ""; var URL_INICIO = "/index.aspx"; var URL_PUBLICO = "/Publico"; var URL_IMAGEN = "/Imgs"; var URL_FRAMEDESPLEGARIMAGEN = "/Imgs/FrameDesplegar.gif"; var URL_FRAMEPLEGARIMAGEN = "/Imgs/FramePlegar.gif"; var URL_FRAMEBLOQUEARIMAGEN = "/Imgs/FrameBloquear.gif"; var WEB_METODO = "__METODO"; var WEB_RESUMEN = "__RESUMEN"; var WEB_MODO = "__WEB_MODO"; var MODOALTA = "MODOALTA"; var MODOBAJA = "MODOBAJA"; var MODOMODIFICACION = "MODOMODIFICACION"; var MODOVISTA = "MODOVISTA"; var MODOINICIO_ALTA = "INICIOALTA"; var MODOINICIO_BAJA = "INICIOBAJA"; var MODOINICIO_MODIFICACION = "INICIOMODIFICACION"; var MODOINICIO_VISTA = "INICIOVISTA"; var ACCION_ALTA = "ALTA"; var ACCION_BAJA = "BAJA"; var ACCION_MODIFICACION = "MODIFICACION"; function TextoItem(pTexto_Id, pIdioma_Id, pTexto, pAyuda) { this.Texto_Id = pTexto_Id this.Idioma_Id = pIdioma_Id this.Texto = pTexto this.Ayuda = pAyuda } var MESSAGES = new Array(); MESSAGES[0] = new TextoItem("3", "0", "Sin especificar", ""); MESSAGES[1] = new TextoItem("50", "0", "Debe especificar este dato.", ""); MESSAGES[2] = new TextoItem("51", "0", "Debe ingresar un número sin decimales.", ""); MESSAGES[3] = new TextoItem("52", "0", "Debe ingresar un formato de fecha válido (dd/mm/aaaa).", ""); MESSAGES[4] = new TextoItem("53", "0", "Debe ingresar un formato de fecha válido (dd/mm/aaaa hh:mm:ss).", ""); MESSAGES[5] = new TextoItem("54", "0", "Debe ingresar una dirección de correo electronico válido. Por ejemplo: SuNombre@SuEmpresa.com", ""); MESSAGES[6] = new TextoItem("55", "0", "El valor del campo no es válido. Debe contener al menos un número.", ""); MESSAGES[7] = new TextoItem("56", "0", "Texto nuleable", ""); MESSAGES[8] = new TextoItem("57", "0", "Debe ingresar un formato de fecha válido (dd/mm/aaaa).", ""); MESSAGES[9] = new TextoItem("58", "0", "Debe ingresar unícamente números sin decimales.", ""); MESSAGES[10] = new TextoItem("59", "0", "Debe especificar alguna de las opciones visualizadas.", ""); MESSAGES[11] = new TextoItem("500", "0", "Nuevo", ""); MESSAGES[12] = new TextoItem("501", "0", "Modificar", ""); MESSAGES[13] = new TextoItem("502", "0", "Eliminar", ""); MESSAGES[14] = new TextoItem("503", "0", "Ver", ""); MESSAGES[15] = new TextoItem("504", "0", "Salir", ""); MESSAGES[16] = new TextoItem("505", "0", "Cancelar", ""); MESSAGES[17] = new TextoItem("506", "0", "Guardar", ""); MESSAGES[18] = new TextoItem("507", "0", "Cerrar", ""); MESSAGES[19] = new TextoItem("508", "0", "Limpiar", ""); MESSAGES[20] = new TextoItem("509", "0", "Filtrar", ""); MESSAGES[21] = new TextoItem("20", "0", "Primera", ""); MESSAGES[22] = new TextoItem("21", "0", "Anterior", ""); MESSAGES[23] = new TextoItem("22", "0", "Siguiente", ""); MESSAGES[24] = new TextoItem("23", "0", "Última", ""); MESSAGES[25] = new TextoItem("24", "0", "Página", ""); MESSAGES[26] = new TextoItem("25", "0", "de", ""); MESSAGES[27] = new TextoItem("510", "0", "Consultar", ""); MESSAGES[28] = new TextoItem("4", "0", "S/E", ""); var DATABIND_AUTOVALIDATE = true; var SECURITYMODULE_REDIRECT = false; var CONTENTINFRAME = false; var REPORTSERVERURL = "null"; var REPORTSERVERPATH = "null"; var REPORTVIEWER = "null"; var DATABINDVERSION = "2"; var EXECUTIONREMOTETYPE = "DHTML"; var EXECUTIONREMOTEASYNC = true;