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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

coronelxavierchaves.mg.gov.br/prefeitura/agendamento_
files/

66.07 6 13
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.4 Presença de CSS(s) interno 2 16 37
1.1.6 Presença de javascript(s) interno 2 93 149
16 <![CDATA[<style> #searchform{display:none} </style>]]>
37 <![CDATA[<style> /*desktop*/ @media only screen and (min-width: 600px) { .top{ background-image:url("imgs/top_no_bg.png"); background-repeat: no-repeat; background-position: left; height:155px; } .menu_head{ background-color:#2f5593; height:50px; width:100%; position:absolute; left:0; } .menu_head_inside{ max-width:1000px; margin:auto; color:#fff; line-height:50px; font-weight:bold; font-size:14px; text-align:center; } .separator_space{ margin-bottom:50px; } .top_title{ display:none; } } /*mobile*/ @media only screen and (max-width: 600px) { .top{ background-image:url("imgs/BrasaoP.png"); background-repeat: no-repeat; background-size: auto 60px; background-position: center; height:80px; background-color:#f0f0f0; } .menu_head, .separator_space{ display:none; } .top_title{ padding:10px 10px 20px 10px; font-weight:bold; text-align:center; } } </style>]]>
93 <![CDATA[<script type="text/javascript"> //check telefone agendar function agendar_telefone_empty() { var x; x = document.getElementById("telefone").value; if (x.length < 8) { alert("Por favor, informe um telefone válido."); return false; }; } //focus hello //window.onload = function auto_focus(){ function auto_focus(){ $('html, body').animate({scrollTop:$('.td-page-header').position().top}, 0); } //alterar cor de input para cinza se valor = 0 function n_vagas_zero_cinza(input){ if(input.value==0){ input.style.color = "#ccc"; } else{ input.style.color = "blue"; } } //mostrar relogio hora = 08; minuto = 04; segundo = 56; function atualizarRelogio(){ str_segundo = new String (segundo); if (str_segundo.length == 1) str_segundo = "0" + segundo; str_minuto = new String (minuto); if (str_minuto.length == 1) str_minuto = "0" + minuto; str_hora = new String (hora); if (str_hora.length == 1) str_hora = "0" + hora; horaImprimible = str_hora + ":" + str_minuto + ":" + str_segundo; $("#relogio_menu").text(horaImprimible); setTimeout("atualizarRelogio()",1000); segundo = segundo+1; if(segundo>=60) {segundo = 0; minuto=minuto+1;} if(minuto>=60) {minuto=0; hora=hora+1;} if(hora>=24) hora=0; } window.onload = function(){ //auto_focus(); atualizarRelogio(); } </script>]]>
149 <![CDATA[<script type="text/javascript">window.location.href="./?p=login";</script>]]>