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

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Endereço Nota Erros Avisos

iptu.timoteo.mg.gov.br:8082/cidadaoweb/jsp/alvara/emi
ssao.jsp

79.35 10 176
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 3 884 931 935
1.1.6 Presença de javascript(s) interno 2 75 216
1.1.8 Não foram respeitados os Padrões Web CSS 151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
884 <![CDATA[<div id="container-1" style="width: 754px;position: relative;top: 15px;" class="tabs"> <ul> <li><a href="#fragment-1">Emissão do alvará</a></li> <li><a href="#fragment-2">Dúvidas</a></li> </ul> <div id="fragment-1"> <form action="emissao.jsp" method="post" class="frm"> <input type="hidden" name="action" value="emite_alvara"/> <table> <tr> <td> </td> </tr> <tr> <td> <select id='comboOption' name='comboOption' ><option selected='selected' value='CPFCNPJ' >CPF/CNPJ</option><option value='IM' >Inscr. municipal</option></select> </td> <td><input type="text" name="cnpj_cpf" id="cnpj_cpf" class="cnpjcpf" value="" size="25" /></td> <td> <input type="submit" value="Pesquisar" /> <input type="button" value="Limpar" id="limpar"/> </td> </tr> </table> </form> </div> <div id="fragment-2"> </div> </div>]]>
931 <![CDATA[<a href="http://www.publica.inf.br/" target="_blank" style="color: white; text-align: left; float: left; margin-left: 2px; margin-top: 4px;"> Desenvolvido por Pública </a>]]>
935 <![CDATA[<div style="color: white; text-align: right; float: right; margin-top: 4px;"> 04.00.82.0001 </div>]]>
75 <![CDATA[<script type="text/JavaScript"> $(function() { //Responsável por desabilitar o botão que submitou o formulário (para evitar duplo clique) $('.form-disable').on('submit', function(){ var self = $(this), button = self.find('input[type="submit"], button'), submitValue = button.data('submit-value'); button.attr('disabled','disabled').val((submitValue) ? submitValue : "Aguarde..."); }); $('.clearAllField').click(function(){ var id_form = $(this).closest('form').attr('id') if (id_form !== null && id_form !== '') { $('#' + id_form )[0].reset(); } }); $(".tabs").tabs(); $(".accordion").accordion({ header: "h3", autoHeight: false }); $(".price").autoNumeric('init', {vMin: '0', wEmpty: 'zero', mDec: '2', aSep: '.', aDec: ',' }); $(".price").focus(function() {$(this).select();}); $(".price4").autoNumeric('init', {vMin: '0', wEmpty: 'zero', mDec: '4', aSep: '.', aDec: ',' }); $(".price4").focus(function() {$(this).select();}); $(".number").numberFormat(); $(".number").focusout(function() { $(".number").numberFormat(); }) $(".date").datepicker(); $(".date").mask("99/99/9999"); $('.date').change(function() { $(this).unmask(); $(this).mask("99/99/9999"); if ($(this).val() != "") { if (!isDateValid($(this).val())) { alert("Data inválida."); $(this).val(""); } } }); $(".tableDados tbody tr:odd").addClass('zebraUm'); $(".tableDados tbody tr:even").addClass('zebraDois'); $('.cnpjcpf').attr("maxlength", 18); $('.cnpjcpf').attr("title", "Informar apenas números"); $('.cnpjcpf').focus(function() { $(this).unmask(); }); $('.cnpjcpf').keyup(function() { $(this).val(removeInvalido($(this).val())); }); $('.cnpjcpf').blur(function() { $(this).unmask(); $('.mensagem-alerta-cpf-cnpj-invalido').text(""); if (removeInvalido($(this).val()).length == 11) { $(this).mask("999.999.999-99"); } else if (removeInvalido($(this).val()).length == 14) { $(this).mask("99.999.999/9999-99"); } else if (removeInvalido($(this).val()).length > 0) { $('.mensagem-alerta-cpf-cnpj-invalido').text("CPF/CNPJ está inválido."); } }); function removeInvalido(cnpjcpf) { return cnpjcpf.replace(/\D/g, ''); } //Usar este padão $('.tooltip_msg').qtip({ position: { target: 'mouse', // Track the mouse as the positioning target viewport: $(window), adjust: { x: 5, y: 5, method: 'flip flip' } } }); //Não usar mais. Usar tooltip_msg $('.msgLeft').qtip({ position: { target: 'mouse', // Track the mouse as the positioning target viewport: $(window), adjust: { x: 5, y: 5, method: 'flip flip' } } }); //Não usar mais. Usar tooltip_msg $('.msgRight').qtip({ position: { target: 'mouse', // Track the mouse as the positioning target viewport: $(window), adjust: { x: 5, y: 5, method: 'flip flip' } } }); }); </script>]]>
216 <![CDATA[<script type="text/javascript"> $(document).ready(function () { $('#limpar').click(function () { $('#cnpj_cpf').val(""); }); $('.frm').submit(function () { if ($('#comboOption').val() != "IM") { if (!valida_cpf_cnpj($('#cnpj_cpf').val())) { $('#cnpj_cpf').focus(); alert('Campo CPF/CNPJ inválido!'); return false; } } }); $('#comboOption').change(function () { if ($(this).val() == "IM") { $(this).removeClass("cnpjcpf") } else { $(this).addClass("cnpjcpf") } }); }); </script>]]>
0 Não há código fonte a ser exibido.