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

Endereço Nota Erros Avisos

servicos.coren-df.gov.br/index.php?onlineAunidadeEsc
olha

88.48 14 40
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 48 611
1.1.6 Presença de javascript(s) interno 4 31 319 492 579
48 <![CDATA[<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKDMSK6" height="0" width="0" style="display:none;visibility:hidden"></iframe>]]>
611 <![CDATA[<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=111649226022273&ev=PageView&noscript=1" />]]>
31 <![CDATA[<script type="text/javascript"> var submissionflag = false; function checkSubmission() { if (!submissionflag) { submissionflag = true; return true; } else { return false; } } </script>]]>
319 <![CDATA[<script> $(document).ready(function () { $().ready(function () { $sidebar = $('.sidebar'); $sidebar_img_container = $sidebar.find('.sidebar-background'); $full_page = $('.full-page'); $sidebar_responsive = $('body > .navbar-collapse'); window_width = $(window).width(); fixed_plugin_open = $('.sidebar .sidebar-wrapper .nav li.active a p').html(); if (window_width > 767 && fixed_plugin_open == 'Dashboard') { if ($('.fixed-plugin .dropdown').hasClass('show-dropdown')) { $('.fixed-plugin .dropdown').addClass('open'); } } $('.fixed-plugin a').click(function (event) { // Alex if we click on switch, stop propagation of the event, so the dropdown will not be hide, otherwise we set the section active if ($(this).hasClass('switch-trigger')) { if (event.stopPropagation) { event.stopPropagation(); } else if (window.event) { window.event.cancelBubble = true; } } }); $('.fixed-plugin .active-color span').click(function () { $full_page_background = $('.full-page-background'); $(this).siblings().removeClass('active'); $(this).addClass('active'); var new_color = $(this).data('color'); if ($sidebar.length != 0) { $sidebar.attr('data-color', new_color); } if ($full_page.length != 0) { $full_page.attr('filter-color', new_color); } if ($sidebar_responsive.length != 0) { $sidebar_responsive.attr('data-color', new_color); } }); $('.fixed-plugin .background-color .badge').click(function () { $(this).siblings().removeClass('active'); $(this).addClass('active'); var new_color = $(this).data('background-color'); if ($sidebar.length != 0) { $sidebar.attr('data-background-color', new_color); } }); $('.fixed-plugin .img-holder').click(function () { $full_page_background = $('.full-page-background'); $(this).parent('li').siblings().removeClass('active'); $(this).parent('li').addClass('active'); var new_image = $(this).find("img").attr('src'); if ($sidebar_img_container.length != 0 && $('.switch-sidebar-image input:checked').length != 0) { $sidebar_img_container.fadeOut('fast', function () { $sidebar_img_container.css('background-image', 'url("' + new_image + '")'); $sidebar_img_container.fadeIn('fast'); }); } if ($full_page_background.length != 0 && $('.switch-sidebar-image input:checked').length != 0) { var new_image_full_page = $('.fixed-plugin li.active .img-holder').find('img').data('src'); $full_page_background.fadeOut('fast', function () { $full_page_background.css('background-image', 'url("' + new_image_full_page + '")'); $full_page_background.fadeIn('fast'); }); } if ($('.switch-sidebar-image input:checked').length == 0) { var new_image = $('.fixed-plugin li.active .img-holder').find("img").attr('src'); var new_image_full_page = $('.fixed-plugin li.active .img-holder').find('img').data('src'); $sidebar_img_container.css('background-image', 'url("' + new_image + '")'); $full_page_background.css('background-image', 'url("' + new_image_full_page + '")'); } if ($sidebar_responsive.length != 0) { $sidebar_responsive.css('background-image', 'url("' + new_image + '")'); } }); $('.switch-sidebar-image input').change(function () { $full_page_background = $('.full-page-background'); $input = $(this); if ($input.is(':checked')) { if ($sidebar_img_container.length != 0) { $sidebar_img_container.fadeIn('fast'); $sidebar.attr('data-image', '#'); } if ($full_page_background.length != 0) { $full_page_background.fadeIn('fast'); $full_page.attr('data-image', '#'); } background_image = true; } else { if ($sidebar_img_container.length != 0) { $sidebar.removeAttr('data-image'); $sidebar_img_container.fadeOut('fast'); } if ($full_page_background.length != 0) { $full_page.removeAttr('data-image', '#'); $full_page_background.fadeOut('fast'); } background_image = false; } }); $('.switch-sidebar-mini input').change(function () { $body = $('body'); $input = $(this); if (md.misc.sidebar_mini_active == true) { $('body').removeClass('sidebar-mini'); md.misc.sidebar_mini_active = false; $('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar(); } else { $('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar('destroy'); setTimeout(function () { $('body').addClass('sidebar-mini'); md.misc.sidebar_mini_active = true; }, 300); } // we simulate the window Resize so the charts will get updated in realtime. var simulateWindowResize = setInterval(function () { window.dispatchEvent(new Event('resize')); }, 180); // we stop the simulation of Window Resize after the animations are completed setTimeout(function () { clearInterval(simulateWindowResize); }, 1000); }); }); }); </script>]]>
492 <![CDATA[<script> $(document).ready(function () { $('#facebook').sharrre({ share: { facebook: true }, enableHover: false, enableTracking: false, enableCounter: false, click: function (api, options) { api.simulateClick(); api.openPopup('facebook'); }, template: '<i class="fab fa-facebook-f"></i> Facebook', url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html' }); $('#google').sharrre({ share: { googlePlus: true }, enableCounter: false, enableHover: false, enableTracking: true, click: function (api, options) { api.simulateClick(); api.openPopup('googlePlus'); }, template: '<i class="fab fa-google-plus"></i> Google', url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html' }); $('#twitter').sharrre({ share: { twitter: true }, enableHover: false, enableTracking: false, enableCounter: false, buttons: { twitter: { via: 'CreativeTim' } }, click: function (api, options) { api.simulateClick(); api.openPopup('twitter'); }, template: '<i class="fab fa-twitter"></i> Twitter', url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html' }); // Facebook Pixel Code Don't Delete !function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', '//connect.facebook.net/en_US/fbevents.js'); try { fbq('init', '111649226022273'); fbq('track', "PageView"); } catch (err) { console.log('Facebook Track Error:', err); } }); </script>]]>
579 <![CDATA[<script> // Facebook Pixel Code Don't Delete !function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', '//connect.facebook.net/en_US/fbevents.js'); try { fbq('init', '111649226022273'); fbq('track', "PageView"); } catch (err) { console.log('Facebook Track Error:', err); } </script>]]>