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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

www.camaraalfredomarcondes.sp.gov.br/audios

81.95 23 121
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 1 106 274 495
1.1.4 Presença de CSS(s) interno 1 32
1.1.6 Presença de javascript(s) interno 6 73 103 322 365 511 539
1 <![CDATA[<div style="display:none"> </div>]]>
106 <![CDATA[<div id="vaiframe" class="jpbox" style=""> <a href="javascript:$('#vaiframe').fadeOut('fast');"><b>FECHAR</b></a> <hr> <iframe id="divframe" width="100%" height="100%" src=""> </iframe> </div>]]>
274 <![CDATA[<div style="text-transform: capitalize"> <li><a href="/publicacoes/177">ATAS</a></li><li><a href="/publicacoes/258">ATOS DA MESA</a></li><li><a href="/publicacoes/213">ATOS DO PRESIDENTE</a></li><li><a href="/publicacoes/66">AUDIÊNCIAS</a></li><li><a href="/publicacoes/222">AUTÓGRAFOS</a></li><li><a href="/publicacoes/182">COMISSÕES</a></li><li><a href="/publicacoes/246">CONTAS DO EXECUTIVO</a></li><li><a href="/publicacoes/77">DECRETO LEGISLATIVO</a></li><li><a href="/publicacoes/173">LEI ORGÂNICA</a></li><li><a href="/publicacoes/8">LEIS</a></li><li><a href="/publicacoes/1">LICITAÇÕES</a></li><li><a href="/publicacoes/56">ORGANOGRAMA ADMINISTRATIVO</a></li><li><a href="/publicacoes/316">PORTARIAS</a></li><li><a href="/publicacoes/180">PROJETOS</a></li><li><a href="/publicacoes/176">REGIMENTO INTERNO</a></li><li><a href="/publicacoes/220">RELATÓRIOS FISCAIS</a></li><li><a href="/publicacoes/229">REMUNERAÇÃO: SERVIDORES</a></li><li><a href="/publicacoes/146">VEREADORES</a></li> <li><a href="/perguntas">PERGUNTAS FREQUENTES</a></li> <li><a href="/publicacoes/Todas">VER TODAS...</a></li> </ul> </div>]]>
495 <![CDATA[<spam style=color:"black">(18) 3266-1128 | Rua Virgilio Noris, 110 - Centro | CEP: 19180-000 | Alfredo Marcondes - SP | Expediente: 7h00 às 13h00 | E-mail: secretaria@camaraalfredomarcondes.sp.gov.br</spam>]]>
32 <![CDATA[<style> .jpbox{ display: none; width: 90%; background-color: #fff; height: 400px; float: left; top: 200px; left: 5%; border: 1px dashed; z-index: 99999; position: absolute; box-shadow: 10px 10px 5px #888888; } tbody tr:nth-child(odd) { background-color: #e9e9e9; } .pubtitulo{ font-weight:bold; text-align:left; color:#000; } .linha{ min-height:70px; } </style>]]>
73 <![CDATA[<script> function abreiframe(id) { document.getElementById('divframe').src = ''; document.getElementById('divframe').src = id; $("#vaiframe").fadeIn('fast'); scrollToElement('#vaiframe'); } function scrollToElement(selector, time, verticalOffset) { time = typeof (time) != 'undefined' ? time : 500; verticalOffset = typeof (verticalOffset) != 'undefined' ? verticalOffset : 0; element = $(selector); offset = element.offset(); offsetTop = offset.top + verticalOffset; $('html, body').animate({ scrollTop: offsetTop }, time); } </script>]]>
103 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
322 <![CDATA[<script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'pt', includedLanguages: 'en,es,pt', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false }, 'google_translate_element'); } </script>]]>
365 <![CDATA[<script>(function(){var s = document.createElement("script");s.setAttribute("data-account","uCB9MLIkGu");s.setAttribute("src","https://cdn.userway.org/widget.js");document.body.appendChild(s);})();</script>]]>
511 <![CDATA[<script> // flexslider-2 - galeria de fotos // The slider being synced must be initialized first $('#carousel').flexslider({ animation: "slide", controlNav: false, directionNav: false, animationLoop: false, slideshow: false, prevText:'', nextText:'', itemWidth: 100, asNavFor: '#slider' }); $('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, animationSpeed: 1000, prevText:'', nextText:'', slideshow: false, sync: "#carousel" }); </script>]]>
539 <![CDATA[<script> const transformarTextoVoz = document.getElementById("lerTexto"); const constcampoTexto = document.getElementById("campoTexto"); var mensagem = new SpeechSynthesisUtterance(); var vozes = speechSynthesis.getVoices(); mensagem.text = constcampoTexto.innerText.replace("Descrição:",""); mensagem.voice = vozes[2]; mensagem.lang = "pt-BR"; mensagem.volume = 1; mensagem.rate = 1; mensagem.pitch = 0; transformarTextoVoz.addEventListener("click", ()=>{ lerTexto(); }); function lerTexto(){ if(transformarTextoVoz.innerText=="Ouvir!") { speechSynthesis.speak(mensagem); transformarTextoVoz.innerText="Parar..." } else { speechSynthesis.cancel(); transformarTextoVoz.innerText="Ouvir!" } } </script>]]>