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

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

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 220 222 222 272
1.1.5 Presença de javascript(s) in-line 1 158
1.1.6 Presença de javascript(s) interno 6 241 336 362 420 496 509
1.1.8 Não foram respeitados os Padrões Web CSS 493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
220 <![CDATA[<p style='margin-top: 30px;'><strong><i></i></strong></p>]]>
222 <![CDATA[<p class="text-right" style="margin-bottom:0px;margin-top:20px;"><em style="font-size:12px">Data de Publicação: quarta-feira, 10 de junho de 2009</em></p>]]>
222 <![CDATA[<em style="font-size:12px">Data de Publicação: quarta-feira, 10 de junho de 2009</em>]]>
272 <![CDATA[<input type="hidden" name="csrf_site_name" value="84b706aceba229e6c0971652183289a2" style="display:none;" />]]>
158 <![CDATA[<button class="btn btn-default btn-speech" id="btn_speech" type="button" onclick="startDictation()" title="Clique para falar e pesquisar"><i class="fa fa-microphone" aria-hidden="true"></i><span class="sr-only">Falar para pesquisar</span></button>]]>
241 <![CDATA[<script type="text/javascript"> $(function(){ $('a[rel=group]').fancybox(); $("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded', social_tools:'<a target="_blank" download href="#" class="download_image left btn btn-xs btn-default"><span class="glyphicon glyphicon-download-alt"></span> Download</a>'}); $('body').on('click', '.download_image', function(){ //window.open($('#fullResImage').attr('src'), '_blank'); var foto_download = $('#fullResImage').attr('src'); $(this).attr('href', foto_download); }); }); </script>]]>
336 <![CDATA[<script> var html = document.getElementsByTagName('html')[0]; html.style.cssText = 'CSS_ROOT'; $(document).ready(function() { var html = document.getElementsByTagName('html')[0]; html.style.cssText = 'CSS_ROOT'; $("#bloco-menu .navbar-nav button").click(function() { $('.inputJS').toggle('show'); }); }); $(function() { $('#Buscar').submit(function() { var valor = $("input:text").val(); if (valor !== '' && valor !== undefined) { location.href = "https://www.camarasooretama.es.gov.br/busca/?q=" + valor; } return false; }); }); </script>]]>
362 <![CDATA[<script> $(document).ready(function() { (function() { var Contrast = { storage: 'contrastState', cssClass: 'contrast', currentState: null, check: checkContrast, getState: getContrastState, setState: setContrastState, toogle: toogleContrast, updateView: updateViewContrast }; window.toggleContrast = function() { Contrast.toogle(); }; Contrast.check(); function checkContrast() { this.updateView(); } function getContrastState() { return localStorage.getItem(this.storage) === 'true'; } function setContrastState(state) { localStorage.setItem(this.storage, '' + state); this.currentState = state; this.updateView(); } function updateViewContrast() { var body = document.body; if (!body) return; if (this.currentState === null) this.currentState = this.getState(); if (this.currentState) body.classList.add(this.cssClass); else body.classList.remove(this.cssClass); } function toogleContrast() { this.setState(!this.currentState); } })(); }); </script>]]>
420 <![CDATA[<script> function cookies(functions) { const container = document.querySelector('.cookies-container'); const save = document.querySelector('.cookies-save'); if (!container || !save) return null; const localPref = JSON.parse(window.localStorage.getItem('cookies-pref')); if (localPref) activateFunctions(localPref); function getFormPref() { return [...document.querySelectorAll('[data-function]')] .filter((el) => el.checked) .map((el) => el.getAttribute('data-function')); } function activateFunctions(pref) { pref.forEach((f) => functions[f]()); container.style.display = 'none'; window.localStorage.setItem('cookies-pref', JSON.stringify(pref)); } function handleSave() { const pref = getFormPref(); activateFunctions(pref); } save.addEventListener('click', handleSave); } function analytics() { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-141753069-1'); console.log('Função anali..'); } function simplecookie() { console.log('Política de Privacidade Autorizada'); } </script>]]>
496 <![CDATA[<script> cookies({ analytics, }); </script>]]>
509 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
0 Não há código fonte a ser exibido.