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

Sites Pertecentes a (o) RS

Endereço Nota Erros Avisos

www.tupancidosul.rs.gov.br/pg.php?area=CONTATO

77.61 32 94
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 4 142 296 598 722
142 <![CDATA[<script language=javascript> var day = new Object(); var mon = new Object(); date=new Date(); var y2000 = date.getFullYear(); day[0]="Domingo"; day[1]="Segunda-Feira"; day[2]="Terça-Feira"; day[3]="Quarta-Feira"; day[4]="Quinta-Feira"; day[5]="Sexta-Feira"; day[6]="Sábado"; mon[0]="Janeiro"; mon[1]="Fevereiro"; mon[2]="Março"; mon[3]="Abril"; mon[4]="Maio"; mon[5]="Junho"; mon[6]="Julho"; mon[7]="Agosto"; mon[8]="Setembro"; mon[9]="Outubro"; mon[10]="Novembro"; mon[11]="Dezembro"; jahr=date.getFullYear(); document.write('' +day[date.getDay()]+", "+date.getDate()+" de "+mon[date.getMonth()]+" de " +jahr + '</font>');</SCRIPT>]]>
296 <![CDATA[<script language="javascript"> function btnEnviar() { if (document.contato.nome.value == "") { alert("Campo NOME sem informa��o! Campo Obrigat�rio"); document.contato.nome.focus(); } else if (document.contato.email.value == "") { alert("Campo E-MAIL sem informa��o! Campo Obrigat�rio"); document.contato.email.focus(); } else if (document.contato.cidade.value == "") { alert("Campo CIDADE sem informa��o! Campo Obrigat�rio"); document.contato.cidade.focus(); } else { with (document.contato) { method = 'POST'; action = 'form_contato.php'; submit(); } return true; } } function mascara(o,f){ v_obj=o v_fun=f setTimeout("execmascara()",1) } function execmascara(){ v_obj.value=v_fun(v_obj.value) } function fone(v){ v=v.replace(/\D/g,"") //Remove tudo o que n�o � d�gito v=v.replace(/(\d{0})(\d)/,"$1($2") //Abre parentes antes do DDD v=v.replace(/(\d{2})(\d)/,"$1) $2") //Fecha parentes depois do DDD v=v.replace(/(\d{4})(\d)/,"$1-$2") //Coloco h�fen ap�s os 4 d�gitos do fone return v } </script>]]>
598 <![CDATA[<script> //TRADU��O var ArrCondition = Array('clear-night', 'clear', 'cloudy', 'drizzle', 'fair-night', 'fair', 'fog', 'foggy', 'haze-night', 'haze', 'isolated-thunderstorms-night', 'isolated-thunderstorms', 'mostly-cloudy-night', 'mostly-cloudy', 'mostly-sunny', 'partly-cloudy-night', 'partly-cloudy', 'partly-sunny', 'rain', 'scattered-showers-night', 'scattered-showers', 'scattered-thunderstorms-night', 'scattered-thunderstorms', 'showers-night', 'showers', 'sunny', 'thundershowers', 'thunderstorms', 'thunder', 'thunder-in-the-vicinity', 'wind', 'mostly-clear', 'mostly-clear-night', 'light-rain', 'rain-early', 'clouds', 'showers-early', 'light-drizzle', 'light-rain-with-thunder', 'showers-in-the-vicinity'); var ArrConditionPT = Array('noite limpa', 'c&eacute;u claro', 'encoberto', 'garoa', 'poucas nuvens', 'poucas nuvens', 'nevoeiro', 'nebuloso', 'neblina', 'neblina', 'trovoadas isoladas', 'trovoadas isoladas', 'parcialmente encoberto', 'parcialmente encoberto', 'sol entre nuvens', 'parcialmente encoberto', 'parcialmente encoberto', 'sol entre nuvens', 'chuva', 'chuvas esparsas', 'chuvas esparsas', 'trovoadas esparsas', 'trovoadas esparsas', 'chuvas esparsas', 'chuvas esparsas', 'ensolarado', 'chuva', 'trovoadas', 'trovoadas', 'trovoadas', 'ventos', 'c&eacute;u claro', 'c&eacute;u claro', 'chuva fraca', 'chuva pela manh&atilde;', 'nuvens', 'chuva fraca', 'chuva fraca', 'chuva fraca com trovoadas', 'encoberto'); function ucFirst(string) { return string.substring(0, 1).toUpperCase() + string.substring(1).toLowerCase(); } function findImg(items, hora) { var lixo = Array('am', 'pm'); var code = -1; items = items.split('/'); items = items[0]; var temp = items.toLowerCase().replace(lixo, ''); temp = $.trim(temp).replace(' ', '-'); //Pesquisa se tem �cone para a noite if(hora != '') { if((hora < 6)||(hora > 18)) { code = $.inArray(temp + '-night', ArrCondition); if(code === false) { code = -1; } } } //N�o tem �cone para a noite if(code < 0) { code = $.inArray(temp, ArrCondition); if(code === false) { code = -1; } } return code; } function FtoC(v) { var val = parseFloat(v); var val = (v - 32) / 9 * 5; return Math.round(val); } // $(function() { // // var query = escape("select * from weather.forecast where woeid in (select woeid from geo.places(1) where text='Sananduva, RS')"), // // url = "https://query.yahooapis.com/v1/public/yql?q=" + query + "&format=json&callback=?"; // url = "./api/tempo.php"; // $.getJSON(url, function(data) { // console.log("API Tempo"); // var forecast = JSON.parse(data).forecast[0].high; // // var condition = data.current_observation.condition; // console.log(forecast); // $('#weather-high').html(forecast.high); // $('#weather-low').html(forecast.low); // $('#weather-temp').html(condition.temperature); // var code = findImg(condition.text, 09); // $('#weather-text').html(ucFirst(ArrConditionPT[code])); // $('#weather-img').attr('src', 'assets/yahoo-weather/icons/' + ArrCondition[code] + '.png'); // $('#weather-img').attr('alt', ucFirst(ArrConditionPT[code])); // $('#weather-img').attr('title', ucFirst(ArrConditionPT[code])); // $('#previsaoJS').show(); // }); // }); $(document).ready(function(){ getDataTempo(); }); function getDataTempo(){ var d = new Date(); let m = (d.getMonth()+1); m = (m<10) ? '0'+m : m; let day =d.getDate(); day = (day<10) ? '0'+ day : day; var strDate = day + "/" + m + "/" + d.getFullYear(); strDate = strDate.toString(); let turno = (d.getHours() < 12) ? 'manha' : (d.getHours()<18) ? 'tarde' : 'noite'; let codigo_ibge = '4322186'; $.ajax({ url: './tempo.php', type: "GET", success: function(data){ $('#weather-high').html(JSON.parse(data)[codigo_ibge][strDate][turno].temp_max); $('#weather-low').html(JSON.parse(data)[codigo_ibge][strDate][turno].temp_min); $('#entidade').html(JSON.parse(data)[codigo_ibge][strDate][turno].entidade); $('#resumo').html(JSON.parse(data)[codigo_ibge][strDate][turno].resumo); // $('#weather-temp').html(JSON.parse(data).results.temp); // var code = findImg(JSON.parse(data).results.forecast[0].condition, 09); // $('#weather-text').html(ucFirst(ArrConditionPT[code])); // $('#weather-img').attr('src', 'imagens/' + JSON.parse(data).results.img_id + '.png'); // $('#weather-img').attr('alt', ucFirst(ArrConditionPT[code])); // $('#weather-img').attr('title', ucFirst(ArrConditionPT[code])); $('#previsaoJS').show(); }, }); } </script>]]>
722 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>