/home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/grid_bancos
NameSizeModeActions
grid_bancos.htm1250644editdlrm
grid_bancos.php590644editdlrm
grid_bancos_ajax.js44840644editdlrm
grid_bancos_ajax_search.js125190644editdlrm
grid_bancos_config_csv.php215560644editdlrm
grid_bancos_config_graf_flash.php698050644editdlrm
grid_bancos_config_json.php188100644editdlrm
grid_bancos_config_pdf.php564690644editdlrm
grid_bancos_config_print.php224110644editdlrm
grid_bancos_config_word.php169490644editdlrm
grid_bancos_config_xls.php185540644editdlrm
grid_bancos_config_xml.php187190644editdlrm
grid_bancos_csv.class.php417620644editdlrm
grid_bancos_det_ltr.css00644editdlrm
grid_bancos_det_rtl.css00644editdlrm
grid_bancos_download.php18770644editdlrm
grid_bancos_erro.class.php15060644editdlrm
grid_bancos_erro.php81800644editdlrm
grid_bancos_export_ctrl.php89780644editdlrm
grid_bancos_fil_ltr.css00644editdlrm
grid_bancos_fil_rtl.css00644editdlrm
grid_bancos_fim.php69300644editdlrm
grid_bancos_grid.class.php5895250644editdlrm
grid_bancos_grid_ltr.css15560644editdlrm
grid_bancos_grid_rtl.css15620644editdlrm
grid_bancos_iframe.php194270644editdlrm
grid_bancos_iframe_prt.php41250644editdlrm
grid_bancos_jquery_397.js269370644editdlrm
grid_bancos_json.class.php392930644editdlrm
grid_bancos_json.php369800644editdlrm
grid_bancos_lookup.class.php430644editdlrm
grid_bancos_message.js152300644editdlrm
grid_bancos_mobile_pesq.class.php1927580644editdlrm
grid_bancos_order_campos.php418150644editdlrm
grid_bancos_pesq.class.php1933740644editdlrm
grid_bancos_res_csv.class.php278880644editdlrm
grid_bancos_res_json.class.php223390644editdlrm
grid_bancos_res_ltr.css00644editdlrm
grid_bancos_res_rtl.css00644editdlrm
grid_bancos_res_xls.class.php287370644editdlrm
grid_bancos_res_xml.class.php304520644editdlrm
grid_bancos_rtf.class.php346880644editdlrm
grid_bancos_sel_campos.php511660644editdlrm
grid_bancos_session.php30650644editdlrm
grid_bancos_teste.php460644editdlrm
grid_bancos_total.class.php96990644editdlrm
grid_bancos_xls.class.php716930644editdlrm
grid_bancos_xml.class.php495650644editdlrm
index.php2944980644editdlrm
NM_Blank_Page.htm1050644editdlrm
Edit: /home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/grid_bancos/grid_bancos_ajax.js (4484B)
function nmAjaxShowDebug(oTemp) { if (!document.getElementById("id_debug_window")) { return; } if (oTemp && oTemp != null) { oResp = oTemp; } if (oResp["htmOutput"] && "" != oResp["htmOutput"]) { document.getElementById("id_debug_window").style.display = ""; document.getElementById("id_debug_text").innerHTML = nmAjaxFormatDebug(oResp["htmOutput"]) + document.getElementById("id_debug_text").innerHTML; nmCenterElement(document.getElementById("id_debug_window")); } } function nmAjaxFormatDebug(sDebugMsg) { return "
" + nmAjaxSpecCharParser(sDebugMsg) + "
"; } function nmAjaxHideDebug() { if (document.getElementById("id_debug_window")) { document.getElementById("id_debug_window").style.display = "none"; document.getElementById("id_debug_text").innerHTML = ""; } } function nmCenterElement(oElem) { var $oElem = $(oElem), $oWindow = $(this), x = Math.round(($oWindow.height() - $oElem.height()) / 2), iElemTop = document.documentElement.scrollTop + x, iElemLeft = Math.round(($oWindow.width() - $oElem.width()) / 2); $oElem.offset({top: iElemTop, left: iElemLeft}); } function nmAjaxShowAutocomp(sFrameId) { if (document.getElementById("id_ac_frame_" + sFrameId)) { document.getElementById("id_ac_frame_" + sFrameId).style.display = ""; document.getElementById("id_ac_" + sFrameId).focus(); } } function nmAjaxHideAutocomp(sFrameId) { if (document.getElementById("id_ac_frame_" + sFrameId)) { document.getElementById("id_ac_frame_" + sFrameId).style.display = "none"; } } var NM_index = 0; var NM_hidden = new Array(); var NM_IE = (navigator.userAgent.indexOf('MSIE') > -1) ? 1 : 0; function NM_hitTest(o, l) { function getOffset(o){ for(var r = {l: o.offsetLeft, t: o.offsetTop, r: o.offsetWidth, b: o.offsetHeight}; o = o.offsetParent; r.l += o.offsetLeft, r.t += o.offsetTop); return r.r += r.l, r.b += r.t, r; } for(var b, s, r = [], a = getOffset(o), j = isNaN(l.length), i = (j ? l = [l] : l).length; i; b = getOffset(l[--i]), (a.l == b.l || (a.l > b.l ? a.l <= b.r : b.l <= a.r)) && (a.t == b.t || (a.t > b.t ? a.t <= b.b : b.t <= a.b)) && (r[r.length] = l[i])); return j ? !!r.length : r; } var tem_obj = false; function NM_show_menu(nn) { if (!NM_IE) { return; } x = document.getElementById(nn); x.style.display = "block"; obj_sel = document.body; tem_obj = true; x.ieFix = NM_hitTest(x, obj_sel.getElementsByTagName("select")); for (i = 0; i < x.ieFix.length; i++) { if (x.ieFix[i].style.visibility != "hidden") { x.ieFix[i].style.visibility = "hidden"; NM_hidden[NM_index] = x.ieFix[i]; NM_index++; } } } function NM_hide_menu() { if (!NM_IE) { return; } obj_del = document.body; if (tem_obj && obj_del == obj_sel) { for(var i = NM_hidden.length; i; NM_hidden[--i].style.visibility = "visible"); } NM_index = 0; NM_hidden = new Array(); } function nmAjaxSpecCharParser(sParseString) { var ta = document.createElement("textarea"); ta.innerHTML = sParseString.replace(//g, ">"); return ta.value; } function nmAjaxProcOn() { if (document.getElementById("id_div_process")) { if ($ && $.blockUI) { $.blockUI({ message: $("#id_div_process_block"), overlayCSS: { backgroundColor: sc_ajaxBg }, baseZ: 1013, css: { borderColor: sc_ajaxBordC, borderStyle: sc_ajaxBordS, borderWidth: sc_ajaxBordW } }); } else { document.getElementById("id_div_process").style.display = ""; document.getElementById("id_fatal_error").style.display = "none"; } } } function nmAjaxProcOff() { if (document.getElementById("id_div_process")) { if ($ && $.unblockUI) { $.unblockUI(); } else { document.getElementById("id_div_process").style.display = "none"; } } }