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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

sefaz.timoteo.mg.gov.br:8082/sefaz/jsp/contato/index.
jsp

70.77 19 216
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 9 311 312 313 340 346 353 363 400 404
1.1.6 Presença de javascript(s) interno 2 65 220
1.1.8 Não foram respeitados os Padrões Web CSS 159 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 0 0 0 0 0 0
311 <![CDATA[<div class="ui-widget" style="position: relative; width: 720px; top: 10px; left: 20px;"> <div class="ui-state-highlight ui-corner-all" style="margin-bottom: 10px; padding: 0 .7em; text-align: left;"> <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>* Preencha todos os campos.</p> </div> </div>]]>
312 <![CDATA[<div class="ui-state-highlight ui-corner-all" style="margin-bottom: 10px; padding: 0 .7em; text-align: left;"> <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>* Preencha todos os campos.</p> </div>]]>
313 <![CDATA[<span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>]]>
340 <![CDATA[<input type="text" name="nome" id="nome" class="leftmenuLink2" maxlength="50" style="width: 500px;" />]]>
346 <![CDATA[<input type="text" name="email_de" id="email_de" class="leftmenuLink2" maxlength="50" style="width: 500px;" />]]>
353 <![CDATA[<select name="email_assunto" id="email_assunto" class="leftmenuLink2" style="width: 502px;"> <option value="0"> </option> </select>]]>
363 <![CDATA[<textarea name="email_mensagem" id="email_mensagem" cols="25" rows="5" style="width: 500px; resize: none;"></textarea>]]>
400 <![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>]]>
404 <![CDATA[<div style="color: white; text-align: right; float: right; margin-top: 4px;"> 04.00.80.0000 </div>]]>
65 <![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(); } }); $(".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(); }); $('.spinner').spinner(); $(".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(""); } } }); $(".cep").mask("99.999-999"); $(".tabs").tabs(); $('.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."); } }); $('.fancybox').fancybox({ 'width' : 880 }); $('.voltar').click(function() { history.back() }); 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' } } }); $("#sortable").sortable(); $("#sortable").disableSelection(); $('select[multiple]').multiselect({ placeholder: 'Selecione uma opção' }); }); </script>]]>
220 <![CDATA[<script type="text/JavaScript"> $(function() { $('#contato').submit(function() { if ($('#nome').val() == "") { alert("É obrigatório preencher o campo nome."); $('#nome').focus(); return false; } if ($('#email_de').val() == "") { alert("É obrigatório preencher o campo e-mail."); $('#email_de').focus(); return false; } else { var invalid = /^((([a-z]|\d|[!#$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/; if (!invalid.test($('#email_de').val())) { alert("E-mail inválido."); $('#email_de').focus(); return false; } } if ($('#email_mensagem').val() == "") { alert("É obrigatório preencher o descrição."); $('#email_mensagem').focus(); return false; } }); }); </script>]]>
0 Não há código fonte a ser exibido.