/home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/form_dian
NameSizeModeActions
form_dian.htm1250644editdlrm
form_dian.php570644editdlrm
form_dian_apl.php2121620644editdlrm
form_dian_doc_name.php160970644editdlrm
form_dian_empty.htm1920644editdlrm
form_dian_erro.class.php16090644editdlrm
form_dian_erro.php105450644editdlrm
form_dian_fim.php110990644editdlrm
form_dian_form0.php987600644editdlrm
form_dian_jquery.php159990644editdlrm
form_dian_js0.php198190644editdlrm
form_dian_json.php369800644editdlrm
form_dian_ltr.css9010644editdlrm
form_dian_mob.htm2670644editdlrm
form_dian_mob.php1605030644editdlrm
form_dian_mob_apl.php2134960644editdlrm
form_dian_mob_doc_name.php160970644editdlrm
form_dian_mob_empty.htm1960644editdlrm
form_dian_mob_erro.class.php16170644editdlrm
form_dian_mob_erro.php106490644editdlrm
form_dian_mob_fim.php112950644editdlrm
form_dian_mob_form0.php1044000644editdlrm
form_dian_mob_jquery.php146900644editdlrm
form_dian_mob_js0.php171090644editdlrm
form_dian_mob_json.php369800644editdlrm
form_dian_mob_ltr.css9000644editdlrm
form_dian_mob_rtl.css00644editdlrm
form_dian_mob_sajax.php178970644editdlrm
form_dian_mob_sajax_js.php1308130644editdlrm
form_dian_mob_session.php30650644editdlrm
form_dian_mob_ul_save.php40880644editdlrm
form_dian_rtl.css2350644editdlrm
form_dian_sajax.php178970644editdlrm
form_dian_sajax_js.php1305690644editdlrm
form_dian_session.php30650644editdlrm
form_dian_teste.php460644editdlrm
form_dian_ul_save.php40720644editdlrm
index.php1573270644editdlrm
Edit: /home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/form_dian/form_dian_jquery.php (15999B)
function scJQGeneralAdd() { scLoadScInput('input:text.sc-js-input'); scLoadScInput('input:password.sc-js-input'); scLoadScInput('input:checkbox.sc-js-input'); scLoadScInput('input:radio.sc-js-input'); scLoadScInput('select.sc-js-input'); scLoadScInput('textarea.sc-js-input'); } // scJQGeneralAdd function scFocusField(sField) { var $oField = $('#id_sc_field_' + sField); if (0 == $oField.length) { $oField = $('input[name=' + sField + ']'); } if (0 == $oField.length && document.F1.elements[sField]) { $oField = $(document.F1.elements[sField]); } if ($("#id_ac_" + sField).length > 0) { if ($oField.hasClass("select2-hidden-accessible")) { if (false == scSetFocusOnField($oField, sField)) { setTimeout(function() { scSetFocusOnField($oField, sField); }, 500); } } else { if (false == scSetFocusOnField($oField, sField)) { if (false == scSetFocusOnField($("#id_ac_" + sField, sField))) { setTimeout(function() { scSetFocusOnField($("#id_ac_" + sField, sField)); }, 500); } } else { setTimeout(function() { scSetFocusOnField($oField, sField); }, 500); } } } else { setTimeout(function() { scSetFocusOnField($oField, sField); }, 500); } } // scFocusField function scSetFocusOnField($oField, sField) { if ($oField.length > 0 && $oField[0].offsetHeight > 0 && $oField[0].offsetWidth > 0 && !$oField[0].disabled) { $oField[0].focus(); return true; } return false; } // scSetFocusOnField function scEventControl_init(iSeqRow) { scEventControl_data["perfil" + iSeqRow] = {"blur": false, "change": false, "autocomp": false, "original": "", "calculated": ""}; scEventControl_data["idtaquilla" + iSeqRow] = {"blur": false, "change": false, "autocomp": false, "original": "", "calculated": ""}; scEventControl_data["usr_login" + iSeqRow] = {"blur": false, "change": false, "autocomp": false, "original": "", "calculated": ""}; } function scEventControl_active(iSeqRow) { if (scEventControl_data["perfil" + iSeqRow] && scEventControl_data["perfil" + iSeqRow]["blur"]) { return true; } if (scEventControl_data["perfil" + iSeqRow] && scEventControl_data["perfil" + iSeqRow]["change"]) { return true; } if (scEventControl_data["idtaquilla" + iSeqRow] && scEventControl_data["idtaquilla" + iSeqRow]["blur"]) { return true; } if (scEventControl_data["idtaquilla" + iSeqRow] && scEventControl_data["idtaquilla" + iSeqRow]["change"]) { return true; } if (scEventControl_data["usr_login" + iSeqRow] && scEventControl_data["usr_login" + iSeqRow]["blur"]) { return true; } if (scEventControl_data["usr_login" + iSeqRow] && scEventControl_data["usr_login" + iSeqRow]["change"]) { return true; } return false; } // scEventControl_active function scEventControl_onFocus(oField, iSeq) { var fieldId, fieldName; fieldId = $(oField).attr("id"); fieldName = fieldId.substr(12); scEventControl_data[fieldName]["blur"] = true; scEventControl_data[fieldName]["change"] = false; } // scEventControl_onFocus function scEventControl_onBlur(sFieldName) { scEventControl_data[sFieldName]["blur"] = false; if (scEventControl_data[sFieldName]["change"]) { if (scEventControl_data[sFieldName]["original"] == $("#id_sc_field_" + sFieldName).val() || scEventControl_data[sFieldName]["calculated"] == $("#id_sc_field_" + sFieldName).val()) { scEventControl_data[sFieldName]["change"] = false; } } } // scEventControl_onBlur function scEventControl_onChange(sFieldName) { scEventControl_data[sFieldName]["change"] = false; } // scEventControl_onChange function scEventControl_onAutocomp(sFieldName) { scEventControl_data[sFieldName]["autocomp"] = false; } // scEventControl_onChange var scEventControl_data = {}; function scJQEventsAdd(iSeqRow) { $('#id_sc_field_idmensaje' + iSeqRow).bind('change', function() { sc_form_dian_idmensaje_onchange(this, iSeqRow, event) }); $('#id_sc_field_texto' + iSeqRow).bind('change', function() { sc_form_dian_texto_onchange(this, iSeqRow, event) }); $('#id_sc_field_numensaje' + iSeqRow).bind('change', function() { sc_form_dian_numensaje_onchange(this, iSeqRow, event) }); $('#id_sc_field_perfil' + iSeqRow).bind('blur', function() { sc_form_dian_perfil_onblur('#id_sc_field_perfil' + iSeqRow, iSeqRow, event) }) .bind('change', function() { sc_form_dian_perfil_onchange(this, iSeqRow, event) }) .bind('focus', function() { sc_form_dian_perfil_onfocus(this, iSeqRow, event) }); $('#id_sc_field_idtaquilla' + iSeqRow).bind('blur', function() { sc_form_dian_idtaquilla_onblur('#id_sc_field_idtaquilla' + iSeqRow, iSeqRow, event) }) .bind('change', function() { sc_form_dian_idtaquilla_onchange(this, iSeqRow, event) }) .bind('focus', function() { sc_form_dian_idtaquilla_onfocus(this, iSeqRow, event) }); $('#id_sc_field_usr_login' + iSeqRow).bind('blur', function() { sc_form_dian_usr_login_onblur('#id_sc_field_usr_login' + iSeqRow, iSeqRow, event) }) .bind('change', function() { sc_form_dian_usr_login_onchange(this, iSeqRow, event) }) .bind('focus', function() { sc_form_dian_usr_login_onfocus(this, iSeqRow, event) }); } // scJQEventsAdd Upload_Cancel = false; function sc_form_dian_idmensaje_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_texto_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_numensaje_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_perfil_onblur(oThis, iSeqRow, event) { do_ajax_form_dian_validate_perfil(); scCssBlur(oThis); } function sc_form_dian_perfil_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_perfil_onfocus(oThis, iSeqRow, event) { scEventControl_onFocus(oThis, iSeqRow); scCssFocus(oThis); } function sc_form_dian_idtaquilla_onblur(oThis, iSeqRow, event) { do_ajax_form_dian_validate_idtaquilla(); scCssBlur(oThis); } function sc_form_dian_idtaquilla_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_idtaquilla_onfocus(oThis, iSeqRow, event) { scEventControl_onFocus(oThis, iSeqRow); scCssFocus(oThis); } function sc_form_dian_usr_login_onblur(oThis, iSeqRow, event) { do_ajax_form_dian_validate_usr_login(); scCssBlur(oThis); } function sc_form_dian_usr_login_onchange(oThis, iSeqRow, event) { scMarkFormAsChanged(); } function sc_form_dian_usr_login_onfocus(oThis, iSeqRow, event) { scEventControl_onFocus(oThis, iSeqRow); scCssFocus(oThis); } function displayChange_block(block, status) { if ("0" == block) { displayChange_block_0(status); } } function displayChange_block_0(status) { displayChange_field("perfil", "", status); displayChange_field("idtaquilla", "", status); displayChange_field("usr_login", "", status); } function displayChange_row(row, status) { displayChange_field_perfil(row, status); displayChange_field_idtaquilla(row, status); displayChange_field_usr_login(row, status); } function displayChange_field(field, row, status) { if ("perfil" == field) { displayChange_field_perfil(row, status); } if ("idtaquilla" == field) { displayChange_field_idtaquilla(row, status); } if ("usr_login" == field) { displayChange_field_usr_login(row, status); } } function displayChange_field_perfil(row, status) { var fieldId; } function displayChange_field_idtaquilla(row, status) { var fieldId; } function displayChange_field_usr_login(row, status) { var fieldId; } function scRecreateSelect2() { } function scResetPagesDisplay() { $(".sc-form-page").show(); } function scHidePage(pageNo) { $("#id_form_dian_form" + pageNo).hide(); } function scCheckNoPageSelected() { if (!$(".sc-form-page").filter(".scTabActive").filter(":visible").length) { var inactiveTabs = $(".sc-form-page").filter(".scTabInactive").filter(":visible"); if (inactiveTabs.length) { var tabNo = $(inactiveTabs[0]).attr("id").substr(20); } } } function scJQUploadAdd(iSeqRow) { } // scJQUploadAdd var api_cache_requests = []; function ajax_check_file(img_name, field ,t, p, p_cache, iSeqRow, hasRun, img_before){ setTimeout(function(){ if(img_name == '') return; iSeqRow= iSeqRow !== undefined && iSeqRow !== null ? iSeqRow : ''; var hasVar = p.indexOf('_@NM@_') > -1 || p_cache.indexOf('_@NM@_') > -1 ? true : false; p = p.split('_@NM@_'); $.each(p, function(i,v){ try{ p[i] = $('[name='+v+iSeqRow+']').val(); } catch(err){ p[i] = v; } }); p = p.join(''); p_cache = p_cache.split('_@NM@_'); $.each(p_cache, function(i,v){ try{ p_cache[i] = $('[name='+v+iSeqRow+']').val(); } catch(err){ p_cache[i] = v; } }); p_cache = p_cache.join(''); img_before = img_before !== undefined ? img_before : $(t).attr('src'); var str_key_cache = 'Ini->sc_page; ?>' + img_name+field+p+p_cache; if(api_cache_requests[ str_key_cache ] !== undefined && api_cache_requests[ str_key_cache ] !== null){ if(api_cache_requests[ str_key_cache ] != false){ do_ajax_check_file(api_cache_requests[ str_key_cache ], field ,t, iSeqRow); } return; } //scAjaxProcOn(); $(t).attr('src', 'Ini->path_icones ?>/scriptcase__NM__ajax_load.gif'); api_cache_requests[ str_key_cache ] = false; var rs =$.ajax({ type: "POST", url: 'index.php?script_case_init=Ini->sc_page; ?>', async: true, data:'nmgp_opcao=ajax_check_file&AjaxCheckImg=' + encodeURI(img_name) +'&rsargs='+ field + '&p=' + p + '&p_cache=' + p_cache, success: function (rs) { if(rs.indexOf('') != -1){ rs = rs.substr(rs.indexOf('') + 7); } if(rs.indexOf('/') != -1 && rs.indexOf('/') != 0){ rs = rs.substr(rs.indexOf('/')); } rs = sc_trim(rs); // if(rs == 0 && hasVar && hasRun === undefined){ // delete window.api_cache_requests[ str_key_cache ]; // ajax_check_file(img_name, field ,t, p, p_cache, iSeqRow, 1, img_before); // return; // } window.api_cache_requests[ str_key_cache ] = rs; do_ajax_check_file(rs, field ,t, iSeqRow) if(rs == 0){ delete window.api_cache_requests[ str_key_cache ]; // $(t).attr('src',img_before); do_ajax_check_file(img_before+'_@@NM@@_' + img_before, field ,t, iSeqRow) } } }); },100); } function do_ajax_check_file(rs, field ,t, iSeqRow){ if (rs != 0) { rs_split = rs.split('_@@NM@@_'); rs_orig = rs_split[0]; rs2 = rs_split[1]; try{ if(!$(t).is('img')){ if($('#id_read_on_'+field+iSeqRow).length > 0 ){ var usa_read_only = false; switch(field){ } if(usa_read_only && $('a',$('#id_read_on_'+field+iSeqRow)).length == 0){ $(t).html(""+$('#id_read_on_'+field+iSeqRow).text()+""); } } if($('#id_ajax_doc_'+field+iSeqRow+' a').length > 0){ var target = $('#id_ajax_doc_'+field+iSeqRow+' a').attr('href').split(','); target[1] = "'"+rs2+"'"; $('#id_ajax_doc_'+field+iSeqRow+' a').attr('href', target.join(',')); }else{ var target = $(t).attr('href').split(','); target[1] = "'"+rs2+"'"; $(t).attr('href', target.join(',')); } }else{ $(t).attr('src', rs2); $(t).css('display', ''); if($('#id_ajax_doc_'+field+iSeqRow+' a').length > 0){ var target = $('#id_ajax_doc_'+field+iSeqRow+' a').attr('href').split(','); target[1] = "'"+rs2+"'"; $(t).attr('href', target.join(',')); }else{ var t_link = $(t).parent('a'); var target = $(t_link).attr('href').split(','); target[0] = "javascript:nm_mostra_img('"+rs_orig+"'"; $(t_link).attr('href', target.join(',')); } } eval("window.var_ajax_img_"+field+iSeqRow+" = '"+rs_orig+"';"); } catch(err){ eval("window.var_ajax_img_"+field+iSeqRow+" = '"+rs_orig+"';"); } } /* hasFalseCacheRequest = false; $.each(api_cache_requests, function(i,v){ if(v == false){ hasFalseCacheRequest = true; } }); if(hasFalseCacheRequest == false){ scAjaxProcOff(); }*/ } $(document).ready(function(){ }); function scJQPasswordToggleAdd(seqRow) { $(".sc-ui-pwd-toggle-icon" + seqRow).on("click", function() { var fieldName = $(this).attr("id").substr(17), fieldObj = $("#id_sc_field_" + fieldName), fieldFA = $("#id_pwd_fa_" + fieldName); if ("text" == fieldObj.attr("type")) { fieldObj.attr("type", "password"); fieldFA.attr("class", "fa fa-eye sc-ui-pwd-eye"); } else { fieldObj.attr("type", "text"); fieldFA.attr("class", "fa fa-eye-slash sc-ui-pwd-eye"); } }); } // scJQPasswordToggleAdd function scJQSelect2Add(seqRow, specificField) { } // scJQSelect2Add function scJQElementsAdd(iLine) { scJQEventsAdd(iLine); scEventControl_init(iLine); scJQUploadAdd(iLine); scJQPasswordToggleAdd(iLine); scJQSelect2Add(iLine); } // scJQElementsAdd function scGetFileExtension(fileName) { fileNameParts = fileName.split("."); if (1 === fileNameParts.length || (2 === fileNameParts.length && "" == fileNameParts[0])) { return ""; } return fileNameParts.pop().toLowerCase(); } function scFormatExtensionSizeErrorMsg(errorMsg) { var msgInfo = errorMsg.split("||"), returnMsg = ""; if ("err_size" == msgInfo[0]) { returnMsg = "Ini->Nm_lang['lang_errm_file_size'] ?>. Ini->Nm_lang['lang_errm_file_size_extension'] ?>".replace("{SC_EXTENSION}", msgInfo[1]).replace("{SC_LIMIT}", msgInfo[2]); } else if ("err_extension" == msgInfo[0]) { returnMsg = "Ini->Nm_lang['lang_errm_file_invl'] ?>"; } return returnMsg; }