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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

www.camarariversul.sp.gov.br/sessoes-anteriores

83.33 43 71
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 3 60 226 308
1.1.6 Presença de javascript(s) interno 1 422
60 <![CDATA[<a href="mailto:contato@camarariversul.sp.gov.br" target="_blank" class="center-block text-center" style="color: #2A3F51;margin-top: 5px;">contato@camarariversul.sp.gov.br</a>]]>
226 <![CDATA[<section title="imagem da cidade de riversul de destaque" class="bg-destaque" style="height: 120px; background-image: url(https://www.camarariversul.sp.gov.br/assets/imgs/banner-principal.jpg);"></section>]]>
308 <![CDATA[<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 text-justify" style="width: 80%;"> <div class="embed-responsive embed-responsive-16by9"> <iframe id="area-video" class="embed-responsive-item" src="https://www.youtube.com/embed/ezwzj0dokfI"></iframe> </div> </div>]]>
422 <![CDATA[<script type="text/javascript"> $("#featured").mouseover(function(event) { /* Act on the event */ $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 0, true); }); $("#featured").mouseleave(function(event) { /* Act on the event */ $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 2000, true); }); $( "#select-busca" ).change(function() { if($('#select-busca').val() == 'noticias') { $('#desc-noticias').show(); $('#desc-legislacao').hide(); $('#desc-licitacoes').hide(); } else if($('#select-busca').val() == 'legislacao'){ $('#desc-noticias').hide(); $('#desc-legislacao').show(); $('#desc-licitacoes').hide(); } else if($('#select-busca').val() == 'licitacoes'){ $('#desc-noticias').hide(); $('#desc-legislacao').hide(); $('#desc-licitacoes').show(); } }); $(document).ready(function(){ var base_url = "https://www.camarariversul.sp.gov.br/"; $("#btn_pesquisa_pauta").click(function(){ var modalidade; modalidade = $('#pauta-categoria').val(); var ano_pautas; ano_pautas = $('#ano_pautas').val(); var url = base_url + "pautas"; var form = document.getElementById('form_data'); form.action = url + "/" + modalidade + "/" + ano_pautas; this.form.submit(); }); $("#licitacao-categoria").change(function(){ var modalidade = document.getElementById('modalidade'); modalidade.value = $(this).val(); var url = base_url + "licitacoes-editais"; var form = document.getElementById('form_data'); form.action = url + "/" + $(this).val(); this.form.submit(); }); $("#legislacao-categoria").change(function(){ var modalidade = document.getElementById('modalidade'); modalidade.value = $(this).val(); var url = "https://www.camarariversul.sp.gov.br/sessoes-anteriores"; var form = document.getElementById('form_data'); form.action = url + "/" + $(this).val(); }); $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 2000, true); $('#select-ano').on('change', function() { $.ajax({ type : 'GET', url : 'https://www.camarariversul.sp.gov.br/sessoes-anteriores/busca-sessao'+ '/' + $('#select-ano').val() , success:function (data) { console.log(data); $("#select-embed").empty().append(data); troca_video(); } }); }); }); function troca_video() { document.getElementById('area-video').src = 'https://www.youtube.com/embed/' + document.getElementById('select-embed').value; } </script>]]>