Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

araras.sp.gov.br/processoseletivo

85.43 7 35
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 8 48 130 131 132 134 156 166 189
1.1.4 Presença de CSS(s) interno 2 24 54
1.1.6 Presença de javascript(s) interno 2 238 246
48 <![CDATA[<nav class="navbar navbar-dark" style="background-color: #133c74;"> <a href="#"><img src="https://araras.sp.gov.br/processo-seletivo/img/logo-branco.png" width="200" class="d-inline-block align-top" alt=""></a> <a class="navbar-brand" href="#"> PROCESSO SELETIVO | PMA </a> </nav>]]>
130 <![CDATA[<a id="identificacao_tab" href="#identificacao" role="tab" data-toggle="tab" style="outline:none;">1º Passo</a>]]>
131 <![CDATA[<a id="passo2_tab" href="#passo2" role="tab" data-toggle="tab" style="outline:none;">2º Passo</a>]]>
132 <![CDATA[<a id="consultar_tab" href="#consultar" role="tab" data-toggle="tab" style="outline:none;">Consultar Inscrição</a>]]>
134 <![CDATA[<div class="card" style="padding: 20px 20px 20px 20px;"> <form id="formInscricao" action="https://araras.sp.gov.br/processo-seletivo/inscricao/create" method="POST" enctype="multipart/form-data"> <!-- Tab panes --> <div class="tab-content"> <!-- 1 Passo --> <div role="tabpanel" class="tab-pane active" id="identificacao"> <div class="form-group col-sm-12"> <label>Selecione o Processo:</label> <select id="processos_seletivo" name="processos_seletivo" class="form-control"> <option value="" select>Selecione...</option> <option value="23">Processo Seletivo De Estagio Remunerado N.º 001/2023</option> </select> </div> <div class="processo_descricao container container-fluid"></div> <div class="publicacao container container-fluid"> </div> <div class="form-group col-sm-12"> <div class="form-group "> <br /> <button style="font-size:18px; font-family:tahoma;" id="continuar" href="#passo2" data-pos="0_1" role="tab" data-toggle="tab" class="btn btn-info movetab"> Passo 2 <span class="glyphicon glyphicon-chevron-right"></span> </button> </div> </div> </div> <!-- 2 Passo --> <div role="tabpanel" class="tab-pane" id="passo2"> <div class="col-sm-12 text-center"> <p style="padding-top:30px"> Selecione um processo seletivo! </p> </div> </div> <!-- .2 Passo --> <!-- Consultar --> <div role="tabpanel" class="tab-pane" id="consultar"> <br /> <div class="form-group col-sm-12"> <label>Para eventuais dúvidas e/ou alterações na inscrição, favor entrar em contato: rh@araras.sp.gov.br.</label> </div> <div class="form-group col-md-6 col-sm-8"> <label>CPF:</label> <input class="form-control" placeholder="Digite seu CPF para consultar" name="cpf_consulta" id="cpf_consulta" type="text" /> <input id="inscricao_cpf" value="" type="hidden" /> </div> <div class="form-group col-sm-12"> <div class="form-group "> <button style="font-size:18px; font-family:tahoma;" id="consultar_cpf" class="btn btn-info"> Consultar <span class="glyphicon glyphicon-search"></span> </button> </div> </div> <div class="div_cpf_processos form-group col-sm-12"> <br> <table class="cpf_processos table table-striped"> </table> </div> </div> <!-- .Consultar --> </div> <!-- .Tab panes--> </form> </div>]]>
156 <![CDATA[<button style="font-size:18px; font-family:tahoma;" id="continuar" href="#passo2" data-pos="0_1" role="tab" data-toggle="tab" class="btn btn-info movetab"> Passo 2 <span class="glyphicon glyphicon-chevron-right"></span> </button>]]>
166 <![CDATA[<p style="padding-top:30px"> Selecione um processo seletivo! </p>]]>
189 <![CDATA[<button style="font-size:18px; font-family:tahoma;" id="consultar_cpf" class="btn btn-info"> Consultar <span class="glyphicon glyphicon-search"></span> </button>]]>
24 <![CDATA[<style> body { background-color: #e9e9e9 !important; } .navbar { border: 0 !important; } .rodape { position: fixed; bottom: 0px; width: 100%; height: 10px; } .texto { margin-top: -20px; } .error { color: red; } </style>]]>
54 <![CDATA[<style> .processo_descricao { text-align: justify; } .image-upload>input { display: none; } .image-upload img { width: 90px; cursor: pointer; } .image-upload { display: flex; justify-content: center; } .input { max-width: 223px; } .card-documento { border: solid 1px #c8c8c8; border-radius: 8px; padding: 10px 15px 10px 15px; min-width: 223px; max-width: 223px; min-height: 128px; max-height: 128px; } .info-arquivos { display: initial; position: absolute; margin-top: -6px; margin-left: 100px; color: black; font-size: 20px; } .style-info { position: absolute; margin: -5px 0px 0px 210px; font-size: 20px; } .swal2-modal { font-size: 15px; } .disabled-tab { pointer-events: none; opacity: 0.6; } @media only screen and (max-width: 600px) { .card-documento { min-width: auto; max-width: 300px !important; } } .required { color: red; } </style>]]>
238 <![CDATA[<script> $(window).on("load", function() { $('body').addClass('loaded'); }); </script>]]>
246 <![CDATA[<script> $(document).ready(function() { $('.publicacao').hide(); $("#cpf_consulta").mask("999.999.999-99"); if ($("#processos_seletivo option:selected").val()) { loadAll($("#processos_seletivo option:selected").val()); } function loadAll(id_processo) { $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getProcessoDescricaoJSON", data: { id_processo: id_processo }, dataType: "JSON", beforeSend: function() { $(".processo_descricao").html('<img src="https://araras.sp.gov.br/processo-seletivo/images/loading_spinner_small.gif" alt="Carregando...">'); }, success: function(data, textStatus, jqXHR) { $(".processo_descricao").html(data[0].descricao); $("table").addClass('table'); }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getProcessoArquivosJSON", data: { id_processo: id_processo }, dataType: "JSON", success: function(data, textStatus, jqXHR) { if (data.length > 0) { $('.publicacao').append('<h3>Publicações</h3>') data.forEach(function(arquivo) { $('.publicacao').append('<p>'); $('.publicacao').append('<img src="https://araras.sp.gov.br/processo-seletivo/images/file-expand_Pdf.png" border="0" style="padding:5px;" />' + moment(arquivo.data_publicacao).format("DD/MM/YYYY") + ' - <a style="outline:none" target="_blank" href="/processoseletivo/uploads/' + arquivo.link + '">' + arquivo.nome + '</a>') $('.publicacao').append('</p>'); }); } $('.publicacao').show(); }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getFormJSON", data: { id_processo: id_processo, data: {"nome":"","cargos":"","processos_seletivo":"","data_nasc":"","sex":"","rg":"","cpf":"","cep":"","endereco":"","bairro":"","numero":"","cidade":"","estado":"","telefone":"","celular":"","email":"","deficiencia":"","faculdade":"","periodo":"","sexo":""} }, dataType: "JSON", success: function(data, textStatus, jqXHR) { $('#passo2').html(data); if ($("#recaptcha").length) { grecaptcha.render("recaptcha", { callback: function() { $('#enviar').show(); } }); } }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); } $("#processos_seletivo").change(function(e) { $('#passo2').html(""); $('.publicacao').html(""); e.preventDefault(); $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getProcessoDescricaoJSON", data: { id_processo: $(this).val() }, dataType: "JSON", beforeSend: function() { $(".processo_descricao").html('<img src="https://araras.sp.gov.br/processo-seletivo/images/loading_spinner_small.gif" alt="Carregando...">'); }, success: function(data, textStatus, jqXHR) { $(".processo_descricao").html(data[0].descricao); $("table").addClass('table'); }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getProcessoArquivosJSON", data: { id_processo: $(this).val() }, dataType: "JSON", success: function(data, textStatus, jqXHR) { if (data.length > 0) { $('.publicacao').append('<h3>Publicações</h3>') data.forEach(function(arquivo) { $('.publicacao').append('<p>'); $('.publicacao').append('<img src="https://araras.sp.gov.br/processo-seletivo/images/file-expand_Pdf.png" border="0" style="padding:5px;" />' + moment(arquivo.data_publicacao).format("DD/MM/YYYY") + ' - <a style="outline:none" target="_blank" href="/processoseletivo/uploads/' + arquivo.link + '">' + arquivo.nome + '</a>') $('.publicacao').append('</p>'); }); } $('.publicacao').show(); }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); $.ajax({ type: "POST", url: "https://araras.sp.gov.br/processo-seletivo/home/getFormJSON", data: { id_processo: $(this).val() }, dataType: "JSON", beforeSend: function() { $('#passo2').append('<p>'); $("#passo2").html('<img class="text-center" width="120px" src="https://araras.sp.gov.br/processo-seletivo/images/loading_spinner_small.gif" alt="Carregando...">'); $('#passo2').append('</p>'); }, success: function(data, textStatus, jqXHR) { $('#passo2').html(data); if ($("#recaptcha").length) { grecaptcha.render("recaptcha", { callback: function() { $('#enviar').show(); } }); } }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown) } }); }); $('#consultar_cpf').click(function(e) { e.preventDefault(); buscarCpf(); }); function buscarCpf() { if ($("#processos_seletivo").val() == "") { alert("Selecione um processo seletivo no 1º passo!"); $(".cpf_processos").html(""); } else if ($("#cpf_consulta").val() != "" && $("#cpf_consulta").val().length < 15) { cpf = $("#cpf_consulta").val(); processo = $("#processos_seletivo").val(); $.ajax({ type: "POST", data: { cpf_consulta: cpf, processo_seletivo: processo, isArquivos: 0 }, url: "https://araras.sp.gov.br/processo-seletivo/home/getUserProcesso", dataType: "json", beforeSend: function() { $(".cpf_processos").html("<div style='text-align: center;'><img style='width: 20%;' src='https://araras.sp.gov.br/processo-seletivo//images/loading_spinner_small.gif' alt='Carregando...'></div>"); }, success: function(result) { $(".cpf_processos").html(result); }, error: function() { alert("Erro ao consultar."); } }); } else { alert("CPF em branco ou inválido!"); $(".cpf_processos").html(""); } } $.validator.addMethod('filesize', function(value, element, param) { if (element.files[0]) { return this.optional(element) || (element.files[0].size <= param) } return this.optional(element); }, 'O arquivo deve ter menos que 2 MB'); $("#formInscricao").validate({ ignore: [], rules: { "name_file_documento_identificacao": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_especialidade_desejada": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_especialidade_medica": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_residencia": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_mestrado": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_doutorado": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, "name_file_idoneo": { required: false, accept: "jpg,jpeg,png,application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document", filesize: 2097152 }, } }); }); function printInscricao(id) { var mywindow = window.open('', 'PRINT', 'height=600,width=800'); cpf = $("#cpf_consulta").val(); processo = $("#processos_seletivo").val(); $.ajax({ type: "POST", data: { cpf_consulta: cpf, processo_seletivo: processo, id_inscricao: id }, url: "https://araras.sp.gov.br/processo-seletivo/home/mountUserFile", dataType: "json", success: function(result) { $("#inscricao_cpf").val(result); mywindow.document.write($("#inscricao_cpf").val()); mywindow.document.close(); // necessary for IE >= 10 mywindow.focus(); // necessary for IE >= 10*/ mywindow.print(); }, error: function(jqXHR, textStatus, errorThrown) { console.log(jqXHR); console.log(textStatus); console.log(errorThrown); alert("Erro ao consultar."); } }); } $(".movetab").click(function() { var pos = $(this).attr("data-pos").split("_"); $(".nav-tabs li:eq(" + pos[0] + ")").attr("class", ""); $(".nav-tabs li:eq(" + pos[0] + ") a").attr("aria-expanded", "false"); $(".nav-tabs li:eq(" + pos[1] + ")").attr("class", "active"); $(".nav-tabs li:eq(" + pos[1] + ") a").attr("aria-expanded", "true"); $("html, body").animate({ scrollTop: 0 }, "slow"); }); </script>]]>