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

Sites Pertecentes a (o) MG

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 14 48 77 188 434 443 449 508 704 732 777 1019 1100 1110 1116
48 <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"bfc802a1df44b3132b875fe7762e0f3b","system.paths":{"root":"","base":""},"joomla.jtext":{"COM_DROPFILES_DOWNLOAD_ALL":"Download all","COM_DROPFILES_DOWNLOAD_SELECTED":"Download selected","COM_DROPFILES_DEFAULT_FRONT_COLUMNS":"Colunas","COM_DROPFILES_FIELD_FILE_BYTE":"b","COM_DROPFILES_FIELD_FILE_KILOBYTE":"kb","COM_DROPFILES_FIELD_FILE_MEGABYTE":"mb","COM_DROPFILES_FIELD_FILE_GIGABYTE":"gb","COM_DROPFILES_FIELD_FILE_TERRABYTE":"tb","COM_DROPFILES_FIELD_FILE_PETABYTE":"pb","COM_DROPFILES_LIGHT_BOX_LOADING_STATUS":"The preview is still loading, you can <span class=dropfiles-loading-close>cancel<\/span> it at any time..."}}</script>]]>
77 <![CDATA[<script type="text/javascript"> dropfilesBaseUrl="https://camaraurucania.mg.gov.br/"; jQuery(document).ready(function(){ jQuery("body").append("<div id='dropfiles-loading-wrap'><div class='dropfiles-loading'></div></div><div id='dropfiles-loading-tree-wrap'><div class='dropfiles-loading-tree-bg'></div></div>")}); ga_download_tracking="0"; dropfilesBaseUrl="https://camaraurucania.mg.gov.br/"; dropfilesRootUrl="/"; window.soundManager.url = 'https://camaraurucania.mg.gov.br/plugins/system/screenreader/screenreader/libraries/tts/soundmanager/swf/'; window.soundManager.debugMode = false; window.soundManager.defaultOptions.volume = 80; var screenReaderConfigOptions = { baseURI: 'https://camaraurucania.mg.gov.br/', token: '8991b39dd0d6eb06738d47e4de3bbca0', langCode: 'pt', chunkLength: 100, screenReaderVolume: '80', screenReaderVoiceSpeed: 'normal', position: 'bottomright', scrolling: 'fixed', targetAppendto: 'html', targetAppendMode: 'bottom', preload: 0, autoBackgroundColor: 1, readPage: 1, readChildNodes: 1, ieHighContrast: 1, ieHighContrastAdvanced: 1, gtranslateIntegration: 0, selectMainpageareaText: 0, excludeScripts: 1, readImages: 0, readImagesAttribute: 'alt', readImagesOrdering: 'before', readImagesHovering: 0, mainpageSelector: '*[name*=main], *[class*=main], *[id*=main], *[id*=container], *[class*=container]', showlabel: 1, labeltext: 'Leitor de Tela', screenreaderIcon: 'audio', screenreader: 1, highcontrast: 1, highcontrastAlternate: 1, colorHue: 180, colorBrightness: 6, dyslexicFont: 1, fontsize: 1, fontsizeDefault: 105, fontsizeMin: 50, fontsizeMax: 200, fontsizeSelector: '', fontSizeOverride: 1, fontSizeHeadersIncrement: 20, toolbarBgcolor: '#eeeeee', template: 'elegant.css', accesskey_play: 'P', accesskey_pause: 'E', accesskey_stop: 'S', accesskey_increase: 'O', accesskey_decrease: 'U', accesskey_reset: 'R', accesskey_highcontrast: 'H', accesskey_highcontrast2: 'J', accesskey_highcontrast3: 'K', accesskey_dyslexic: 'D', accesskey_skiptocontents: 'C', accesskey_minimized: 'L', volume_accesskeys: 1, readerEngine: 'proxy', useMobileReaderEngine: 0, mobileReaderEngine: 'proxy', proxyResponsiveApikey: 'YkiNlVQr', hideOnMobile: 1, useMinimizedToolbar: 0, showSkipToContents: 0, skipToContentsSelector: '', removeLinksTarget: 0, resetButtonBehavior: 'fontsize' }; window.addEvent((window.webkit) ? 'load' : 'domready', function() { window.rokajaxsearch = new RokAjaxSearch({ 'results': 'Results', 'close': '', 'websearch': 0, 'blogsearch': 0, 'imagesearch': 0, 'videosearch': 0, 'imagesize': 'MEDIUM', 'safesearch': 'MODERATE', 'search': 'Search...', 'readmore': 'Read more...', 'noresults': 'No results', 'advsearch': 'Advanced search', 'page': 'Page', 'page_of': 'of', 'searchlink': 'https://camaraurucania.mg.gov.br/index.php?option=com_search&amp;view=search&amp;tmpl=component', 'advsearchlink': 'https://camaraurucania.mg.gov.br/index.php?option=com_search&amp;view=search', 'uribase': 'https://camaraurucania.mg.gov.br/', 'limit': '10', 'perpage': '3', 'ordering': 'newest', 'phrase': 'any', 'hidedivs': '', 'includelink': 1, 'viewall': 'View all results', 'estimated': 'estimated', 'showestimated': 1, 'showpagination': 1, 'showcategory': 1, 'showreadmore': 1, 'showdescription': 1 }); }); </script>]]>
188 <![CDATA[<script type="text/javascript"> (function ($) { $().ready(function () { $('body').jfontsize({ btnMinusClasseId: '#jfontsize-minus', btnDefaultClasseId: '#jfontsize-default', btnPlusClasseId: '#jfontsize-plus', btnMinusMaxHits: 10, btnPlusMaxHits: 10, sizeChange: 1 }); }); })(jQuery) </script>]]>
434 <![CDATA[<script type="text/javascript"> Modernizr.load({ test: Modernizr.touch, yep : '', nope: '/templates/j51_central/js/jquery.visible.js' }); </script>]]>
443 <![CDATA[<script> jQuery(function(){ jQuery('.hornavmenu-bottom .hornav').slicknav(); }); </script>]]>
449 <![CDATA[<script type="text/javascript"> jQuery(function() { var bar = jQuery('.hornavmenu-bottom'); var top = bar.css('opacity'); jQuery(window).scroll(function() { if(jQuery(this).scrollTop() > 0) { bar.stop().animate({'opacity' : '0'}, 300); } else { bar.stop().animate({'opacity' : '1'}, 300); } }); }); jQuery(function() { var bar = jQuery('.hornavmenu-top'); var top = bar.css('top'); jQuery(window).scroll(function() { if(jQuery(this).scrollTop() > 230) { bar.stop().animate({'top' : '0px'}, 300); } else { bar.stop().animate({'top' : top}, 300); } }); }); </script>]]>
508 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
704 <![CDATA[<script type="text/x-handlebars-template" id="dropfiles-template-table-categories-207"> <div class="categories-head "> {{#with category}} <h2>{{title}}</h2> {{/with}} </div> {{#with category}} {{#if parent_id}} <div class="backcategory-section"> <a class="catlink dropfilescategory backcategory" href="#" data-idcat="{{parent_id}}"> <i class="zmdi zmdi-chevron-left"></i>Voltar </a> </div> {{/if}} {{/with}} {{#each categories}} <a class="dropfilescategory catlink" href="#" data-idcat="{{id}}"><span>{{title}}</span> <i class="zmdi zmdi-folder dropfiles-folder"></i> </a> {{/each}} <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> <div class="dropfilescategory_placeholder" style="margin-top: 0 !important; margin-bottom: 0 !important;"></div> </script>]]>
732 <![CDATA[<script type="text/x-handlebars-template" id="dropfiles-template-table-207"> {{#if files}} {{#each files}}{{#if ext}} <tr class="file"> <td class="extcol file_title"> {{#if custom_icon}} <div class="custom-icon {{ext}}"><img src="/{{custom_icon_thumb}}" alt=""></div> {{else}} <span class="ext {{ext}}"></span> {{/if}} <a class="title" href='{{link}}'>{{title}}</a> </td> <td> {{{description}}} </td> <td> <a class="downloadlink" href='{{link}}'> Download <i class="zmdi zmdi-cloud-download dropfiles-download"></i> </a> {{#if openpdflink}} <a href='{{openpdflink}}' class="openlink" target="_blank"> Abrir <i class="zmdi zmdi-filter-center-focus dropfiles-preview"></i> </a> {{else}} {{#if viewerlink}} <a data-id="{{id}}" data-catid="{{catid}}" data-file-type="{{ext}}" class="openlink dropfileslightbox" href='{{viewerlink}}'> Visualizar <i class="zmdi zmdi-filter-center-focus dropfiles-preview"></i></a> {{/if}} {{/if}} </td> </tr> {{/if}}{{/each}} {{/if}} </script>]]>
777 <![CDATA[<script type="text/x-handlebars-template" id="dropfiles-current-category-207"> {{#if category}} {{#if category.type}} <input type="hidden" id="current-category-type" class="type {{category.type}}" data-category-type="{{category.type}}"/> {{/if}} {{#if category.linkdownload_cat}} <input type="hidden" id="current-category-link" class="link" value="{{category.linkdownload_cat}}"/> {{/if}} {{/if}} </script>]]>
1019 <![CDATA[<script type="text/javascript"> check_cookie(getBaseURL()); </script>]]>
1100 <![CDATA[<script type="text/javascript"> if (Modernizr.touch) { } else { jQuery(window).stellar({ horizontalScrolling: false }); } </script>]]>
1110 <![CDATA[<script> new WOW().init(); </script>]]>
1116 <![CDATA[<script type="text/javascript">/*docman job scheduler*/ !function(){function e(e,t,n,o){try{o=new(this.XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0"),o.open("POST",e,1),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.onreadystatechange=function(){o.readyState>3&&t&&t(o.responseText,o)},o.send(n)}catch(c){}}function t(n){e(n,function(e,o){try{if(200==o.status){var c=JSON.parse(e) "object"==typeof c&&c["continue"]&&setTimeout(function(){t(n)},1e3)}}catch(u){}})}t("https://camaraurucania.mg.gov.br/index.php?option=com_docman&controller=scheduler")}()</script>]]>