/
home
/
suroeste
/
public_html
/
gorbus.transportessuroeste.com
/
suroeste
/
grid_bancos
/
/home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/grid_bancos
mkdir
upload
Name
Size
Mode
Actions
grid_bancos.htm
125
0644
edit
dl
rm
grid_bancos.php
59
0644
edit
dl
rm
grid_bancos_ajax.js
4484
0644
edit
dl
rm
grid_bancos_ajax_search.js
12519
0644
edit
dl
rm
grid_bancos_config_csv.php
21556
0644
edit
dl
rm
grid_bancos_config_graf_flash.php
69805
0644
edit
dl
rm
grid_bancos_config_json.php
18810
0644
edit
dl
rm
grid_bancos_config_pdf.php
56469
0644
edit
dl
rm
grid_bancos_config_print.php
22411
0644
edit
dl
rm
grid_bancos_config_word.php
16949
0644
edit
dl
rm
grid_bancos_config_xls.php
18554
0644
edit
dl
rm
grid_bancos_config_xml.php
18719
0644
edit
dl
rm
grid_bancos_csv.class.php
41762
0644
edit
dl
rm
grid_bancos_det_ltr.css
0
0644
edit
dl
rm
grid_bancos_det_rtl.css
0
0644
edit
dl
rm
grid_bancos_download.php
1877
0644
edit
dl
rm
grid_bancos_erro.class.php
1506
0644
edit
dl
rm
grid_bancos_erro.php
8180
0644
edit
dl
rm
grid_bancos_export_ctrl.php
8978
0644
edit
dl
rm
grid_bancos_fil_ltr.css
0
0644
edit
dl
rm
grid_bancos_fil_rtl.css
0
0644
edit
dl
rm
grid_bancos_fim.php
6930
0644
edit
dl
rm
grid_bancos_grid.class.php
589525
0644
edit
dl
rm
grid_bancos_grid_ltr.css
1556
0644
edit
dl
rm
grid_bancos_grid_rtl.css
1562
0644
edit
dl
rm
grid_bancos_iframe.php
19427
0644
edit
dl
rm
grid_bancos_iframe_prt.php
4125
0644
edit
dl
rm
grid_bancos_jquery_397.js
26937
0644
edit
dl
rm
grid_bancos_json.class.php
39293
0644
edit
dl
rm
grid_bancos_json.php
36980
0644
edit
dl
rm
grid_bancos_lookup.class.php
43
0644
edit
dl
rm
grid_bancos_message.js
15230
0644
edit
dl
rm
grid_bancos_mobile_pesq.class.php
192758
0644
edit
dl
rm
grid_bancos_order_campos.php
41815
0644
edit
dl
rm
grid_bancos_pesq.class.php
193374
0644
edit
dl
rm
grid_bancos_res_csv.class.php
27888
0644
edit
dl
rm
grid_bancos_res_json.class.php
22339
0644
edit
dl
rm
grid_bancos_res_ltr.css
0
0644
edit
dl
rm
grid_bancos_res_rtl.css
0
0644
edit
dl
rm
grid_bancos_res_xls.class.php
28737
0644
edit
dl
rm
grid_bancos_res_xml.class.php
30452
0644
edit
dl
rm
grid_bancos_rtf.class.php
34688
0644
edit
dl
rm
grid_bancos_sel_campos.php
51166
0644
edit
dl
rm
grid_bancos_session.php
3065
0644
edit
dl
rm
grid_bancos_teste.php
46
0644
edit
dl
rm
grid_bancos_total.class.php
9699
0644
edit
dl
rm
grid_bancos_xls.class.php
71693
0644
edit
dl
rm
grid_bancos_xml.class.php
49565
0644
edit
dl
rm
index.php
294498
0644
edit
dl
rm
NM_Blank_Page.htm
105
0644
edit
dl
rm
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 "<table class=\"scFormMessageTable\" style=\"margin: 1px; width: 100%\"><tr><td class=\"scFormMessageMessage\">" + nmAjaxSpecCharParser(sDebugMsg) + "</td></tr></table>"; } 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, "<").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"; } } }
Save
cmd:
run