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

Sites Pertecentes a (o) RS

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 2 266 304
1.1.4 Presença de CSS(s) interno 1 30
1.1.6 Presença de javascript(s) interno 5 147 542 550 655 663
1.1.8 Não foram respeitados os Padrões Web CSS 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
266 <![CDATA[<ul class="submenu" style="color:#FFF"> <b>&Uacute;ltimas: </b> <br> <li><a href='editais/17-08-20-135604-anexoiii-memorialdescritivo.pdf' title='ANEXO III - MEMORIAL DESCRITIVO - RETIFICADO'>ANEXO III - MEMORIAL DESCRITIV</a></li><li><a href='editais/17-08-20-135544-anexoii-projetobsico.pdf' title='ANEXO II - PROJETO BÁSICO - RETIFICADO'>ANEXO II - PROJETO BÁSICO - RE</a></li><li><a href='editais/17-08-20-135525-editaltp0292020retificado.pdf' title='TOMADA DE PREÇOS Nº 029/2020 - RETIFICADO'>TOMADA DE PREÇOS Nº 029/2020 -</a></li><li><a href='editais/14-08-20-144653-anexoiii-memorialdescritivo.pdf' title='ANEXO III - MEMORIAL DESCRITIVO'>ANEXO III - MEMORIAL DESCRITIV</a></li><li><a href='editais/14-08-20-144637-anexoii-projetobsico.pdf' title='ANEXO II - PROJETO BÁSICO'>ANEXO II - PROJETO BÁSICO</a></li> <li><a href="pg.php?area=PUBLICACOES"><b>Ver todas</b></a></li> </ul>]]>
304 <![CDATA[<img border='8' style='margin: 15px 08px 8px 0px;' src='noticias/281/Campanha-Agasalho-2017.png' width='180px' class=fotos align='left'>]]>
30 <![CDATA[<style>.header{ background-image: url('assets/imagens/imagem-home.jpg'); }</style>]]>
147 <![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('<span>' +day[date.getDay()]+"</span> - "+date.getDate()+" de "+mon[date.getMonth()]+" de " +jahr + '</font>');</SCRIPT>]]>
542 <![CDATA[<script> $(function() { $( ".accordion" ).accordion({ collapsible: "true", heightStyle: "content" , active: false }); }); </script>]]>
550 <![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é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éu claro', 'céu claro', 'chuva fraca', 'chuva pela manhã;', '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(){ $.ajax({ url: "./api/tempo.php", type: "GET", success: function(data){ $('#weather-high').html(JSON.parse(data).forecasts[0].high); $('#weather-low').html(JSON.parse(data).forecasts[0].low); $('#weather-temp').html(JSON.parse(data).current_observation.condition.temperature); var code = findImg(JSON.parse(data).current_observation.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(); }, }); } </script>]]>
655 <![CDATA[<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>]]>
663 <![CDATA[<script> //Constrói a URL depois que o DOM estiver pronto document.addEventListener("DOMContentLoaded", function() { //conteúdo que será compartilhado: Título da página + URL var conteudo = encodeURIComponent(document.title + " " + window.location.href); //altera a URL do botão document.getElementById("whatsapp-share-btt").href = "https://api.whatsapp.com/send?text=" + conteudo; }, false);</script>]]>
0 Não há código fonte a ser exibido.