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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

cmitapagipe.mg.gov.br/legislacao/

70.22 38 254
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 667 2237
1.1.6 Presença de javascript(s) interno 3 102 2387 2403
667 <![CDATA[<form method="get" name="form-busca" id="form-busca" action="index.php" style="display:none;"> <h3 class="titulo"> ;</h3> <div class="form-group pesquisa-avancada"> <label for="idCategoriaLegislacao">Categoria Legislação</label> <select name="idCategoriaLegislacao" class="form-control" id="idCategoriaLegislacao"> <option value="">Qualquer</option><option value="15" >Emenda à Lei Orgânica</option><option value="3" >Lei Complementar</option><option value="13" >Lei Municipal</option><option value="9" >Lei Ordinária</option><option value="5" >Lei Orgânica Municipal</option><option value="7" >Regimento Interno</option> </select> </div> <div class="form-group pesquisa-avancada"> <label for="idStatusLegislacao">Status Legislação</label> <select name="idStatusLegislacao" class="form-control" id="idStatusLegislacao"> <option value="">Qualquer</option><option value="1" >Vigente</option> </select> </div> <div class="form-group pesquisa-avancada"> <label for="ano">Ano Legislação</label> <select name="ano" class="form-control" id="ano"> <option value="">Qualquer</option><option value="2023" >2023</option><option value="2022" >2022</option><option value="2021" >2021</option><option value="2020" >2020</option><option value="2019" >2019</option><option value="2018" >2018</option><option value="2017" >2017</option><option value="2016" >2016</option><option value="2015" >2015</option><option value="2014" >2014</option><option value="2013" >2013</option><option value="2012" >2012</option><option value="2011" >2011</option><option value="2010" >2010</option><option value="2009" >2009</option><option value="2008" >2008</option><option value="2007" >2007</option><option value="2006" >2006</option><option value="2005" >2005</option><option value="2004" >2004</option><option value="2003" >2003</option><option value="2002" >2002</option><option value="2001" >2001</option><option value="2000" >2000</option> </select> </div> <div class="form-group pesquisa-avancada"> <label for="numero">Número</label> <input name="numero" class="form-control" id="numero" type="text" value="" placeholder="Número"/> </div> <div class="form-group pesquisa-avancada"> <label for="sumula">Súmula</label> <input name="sumula" id="sumula" class="form-control" type="text" value="" placeholder="Súmula"/> </div> <div class="form-group pesquisa-avancada"> <input type="hidden" name="pesquisaAvancada" value="1"> <button type="submit" class="btn btn-default btn-block botao"> <i class="fa fa-search" aria-hidden="true"></i> Pesquisar </button> </div> </form>]]>
2237 <![CDATA[<nav style="text-align: center" class="col-md-12"> <ul class="pagination justify-content-center"> <li class="page-item active"><span class="page-link">1</span></li> <li class="page-item"><a class="page-link" href="?&amp;pag=2">2</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=3">3</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=4">4</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=5">5</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=6">6</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=7">7</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=8">8</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=9">9</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=10">10</a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=11">></a></li> <li class="page-item"><a class="page-link" href="?&amp;pag=23">Última</a></li> </ul> </nav>]]>
102 <![CDATA[<script type="text/javascript"> var popOverSettings = { container: 'body', html: true, selector: '.checksum-info', trigger: 'focus' }; $(document).ready(function ($) { "use strict"; /*-------------------------------------------------*/ /* = Search animation /*-------------------------------------------------*/ var searchToggle = $('.open-search'), inputAnime = $(".formulario-busca"), body = $('body'); searchToggle.on('click', function (event) { event.preventDefault(); if (inputAnime.hasClass('active')) { inputAnime.addClass('active'); } else { inputAnime.removeClass('active'); } }); body.on('click', function () { inputAnime.removeClass('active'); }); var elemBinds = $('.open-search, .formulario-busca'); elemBinds.bind('click', function (e) { e.stopPropagation(); }); $(function () { $('[data-toggle="tooltip"]').tooltip() }); }); $(document).ready(function () { $('.servicos').owlCarousel({ loop: false, margin: 10, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#secretarias-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 3 } } }); $('#noticias-home').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#mais-noticias-home').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 2 } } }); $('#banner-fino-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-licitacoes').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-obras').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-turismo').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 13000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#videos-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: false, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-home').owlCarousel({ loop: false, margin: 7, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 4 } } }); $('#parlamentares-home').owlCarousel({ loop: true, margin: 5, nav: true, dots: true, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#eventos-home').owlCarousel({ loop: true, margin: 10, nav: false, dots: true, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#eventos-home').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-imagens-noticiaview').owlCarousel({ loop: false, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 2 }, 600: { items: 2 }, 1000: { items: 4 } } }); $('.acessoRapido').owlCarousel({ loop: false, margin: 10, nav: false, dots: true, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 4 }, 1200: { items: 6 } } }); $('body').popover(popOverSettings); }); </script>]]>
2387 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
2403 <![CDATA[<script> function setCookie(name, value, duration) { var cookie = name + "=" + escape(value) + ((duration) ? "; expires=" + duration.toGMTString() : ""); document.cookie = cookie; } function getCookie(name) { var cookies = document.cookie; var prefix = name + "="; var begin = cookies.indexOf("; " + prefix); if (begin == -1) { begin = cookies.indexOf(prefix); if (begin != 0) { return null; } } else { begin += 2; } var end = cookies.indexOf(";", begin); if (end == -1) { end = cookies.length; } return unescape(cookies.substring(begin + prefix.length, end)); } $( "#bt-lgpd" ).click(function() { var data = new Date(2090,0,01); setCookie('banner_lgpd', '1', data); if(getCookie('banner_lgpd') == '1'){ $('.banner-lgpd-consent-container').hide(); } }); if(getCookie('banner_lgpd') == '1'){ $('.banner-lgpd-consent-container').hide(); } </script>]]>