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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

iptu.timoteo.mg.gov.br:8082/eiptu/jsp/pesquisa/senhas
/index.jsp

83.03 10 179
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 4 874 888 917 921
1.1.6 Presença de javascript(s) interno 2 49 200
1.1.8 Não foram respeitados os Padrões Web CSS 153 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 0 0
874 <![CDATA[<div class="tabs internal_panel" style="position: relative;top: 10px;width: 752px;"> <ul> <li><a href="#tabs4-2-1">Senha</a></li> </ul> <div id="tabs4-2-1"> <form action="index.jsp" method="post"> <table width="100%" border="0"> <tr> <td align="center" colspan="2"><font color="red" class="mensagem-alerta-cpf-cnpj-invalido"></font> </td> </tr> <tr> <td align="right" width="40%">CPF/CNPJ*:</td> <td align="left"><input type="text" name="cpf" class="leftmenuLink2 cnpjcpf" size="40" style="width: 150px;" /></td> </tr> <tr> <td align="right"></td> <td align="left"> <input type="submit" class="newsBox" name="executar" value="Recuperar senha" /> <input type="reset" class="newsBox" value="Limpar" /> </td> </tr> <tr align="center"> <td colspan="2"> <br> * Informe os dados abaixo, que dentro de instantes será enviada para seu e-mail sua senha de acesso. </td> </tr> </table> </form> </div> <!-- END IMPLEMENTATION --> </div>]]>
888 <![CDATA[<input type="text" name="cpf" class="leftmenuLink2 cnpjcpf" size="40" style="width: 150px;" />]]>
917 <![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>]]>
921 <![CDATA[<div style="color: white; text-align: right; float: right; margin-top: 4px;"> 04.00.82.0001 </div>]]>
49 <![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' } } }); $('select[multiple]').multiselect({ placeholder: 'Selecione uma opção' }); }); </script>]]>
200 <![CDATA[<script language="JavaScript" type="text/JavaScript"> $(function() { $('.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, ''); } </script>]]>
0 Não há código fonte a ser exibido.