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

Sites Pertecentes a (o) PE

Endereço Nota Erros Avisos

www.tacaratu.pe.gov.br/feriados

80.16 20 76
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 4 38 242 249 291
38 <![CDATA[<script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var calendarEl = document.getElementById('calendar'); var dat; var type = ''; var tmp_class; var calendar = new FullCalendar.Calendar(calendarEl, { locale: 'pt-br', plugins: ['interaction', 'dayGrid', 'timeGrid', 'list', 'bootstrap'], themeSystem: 'bootstrap', header: { left: 'prevYear,prev,next,nextYear today', center: 'title', // right: 'dayGridMonth,timeGridWeek,timeGridDay' right: null }, editable: false, eventsLimit: true, views: { dayGrid: { eventLimit: 4 // adjust to 6 only for timeGridWeek/timeGridDay } }, selectable: false, events: 'https://www.tacaratu.pe.gov.br/api/holidays/getall', eventClick: function(info) { $.ajax({ url: 'api/holidays/detail/' + info.event.id, method: 'GET', success: function(res) { $('#title-modal').html(res.titulo); $('#dsc-modal').html(res.descricao); } }); $('#detail-holidays-modal').modal('show'); }, }); calendar.render(); $('#btn-deletar').click(function(e){ e.preventDefault(); $.ajax({ url: $(this).attr('href'), method: 'GET', success: function() { calendar.refetchEvents(); } }); $('#detail-holidays-modal').modal('hide'); }); }); </script>]]>
242 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
249 <![CDATA[<script> document.onkeyup=function(e) { let link = ""; if(e.which == 49) { link = "https://www.tacaratu.pe.gov.br" window.location.href = link; } else if(e.which == 50) { link = "https://www.tacaratu.pe.gov.br/noticias" window.location.href = link; } else if(e.which == 51) { link = "https://tacaratu.pe.transparenciamunicipal.online/app/pe/tacaratu/1" window.location.href = link; } else if(e.which == 52) { link = "https://www.tacaratu.pe.gov.br/contato" window.location.href = link; } } </script>]]>
291 <![CDATA[<script> $(function() { $('.btn-group-fab').on('click', '.btn', function() { window.open('https://www.tacaratu.pe.gov.br/app/chatbot/chat', '_blank', 'location=yes,height=670,width=570,scrollbars=yes,status=yes'); }); $('has-tooltip').tooltip(); }); </script>]]>