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

Sites Pertecentes a (o) PE

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 13 62 219 304 310 336 340 371 381 481 495 533 544 555
62 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ // <![CDATA[ var Liferay = { Browser: { acceptsGzip: function() { return false; }, getMajorVersion: function() { return 0.0; }, getRevision: function() { return ""; }, getVersion: function() { return ""; }, isAir: function() { return false; }, isChrome: function() { return false; }, isFirefox: function() { return false; }, isGecko: function() { return false; }, isIe: function() { return false; }, isIphone: function() { return false; }, isLinux: function() { return false; }, isMac: function() { return false; }, isMobile: function() { return false; }, isMozilla: function() { return false; }, isOpera: function() { return false; }, isRtf: function() { return false; }, isSafari: function() { return false; }, isSun: function() { return false; }, isWap: function() { return false; }, isWapXhtml: function() { return false; }, isWebKit: function() { return false; }, isWindows: function() { return false; }, isWml: function() { return false; } }, ThemeDisplay: { getCompanyId: function() { return "10301"; }, getUserId: function() { return "10303"; }, getDoAsUserIdEncoded: function() { return ""; }, getPlid: function() { return "3700494"; }, getLayoutId: function() { return "23"; }, getLayoutURL: function() { return "/web/portal-do-servidor/fale-conosco"; }, isPrivateLayout: function() { return "false"; }, getParentLayoutId: function() { return "0"; }, getScopeGroupId: function() { return "3617514"; }, isSignedIn: function() { return false; }, getLanguageId: function() { return "pt_BR"; }, isFreeformLayout: function() { return false; }, isStateExclusive: function() { return false; }, isStateMaximized: function() { return false; }, isStatePopUp: function() { return false; }, getPathContext: function() { return ""; }, getPathImage: function() { return "/image"; }, getPathMain: function() { return "/c"; }, getPathThemeImages: function() { return "/themes/tema-servidor/images"; }, getPathThemeRoot: function() { return "/themes/tema-servidor"; }, getURLHome: function() { return "http://www2.portaldoservidor.pe.gov.br/web/portal-do-servidor"; }, getSessionId: function() { return "3F17B6971468F4B6DDBFFCEC615849A8"; }, getPortletSetupShowBordersDefault: function() { return true; } } }; var themeDisplay = Liferay.ThemeDisplay; // ]]> /*]]>*/</script>]]>
219 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ // <![CDATA[ Liferay.currentURL = '/web/portal-do-servidor/fale-conosco'; Liferay.currentURLEncoded = '%2Fweb%2Fportal-do-servidor%2Ffale-conosco'; jQuery( function() { Liferay.Util.addInputType(); Liferay.Util.addInputFocus(); } ); Liferay.Portlet.ready( function(portletId, jQueryObj) { Liferay.Util.addInputType(portletId, jQueryObj); if (Liferay.Menu) { new Liferay.Menu( { button: '.lfr-actions', context: jQueryObj[0], trigger: '.lfr-trigger' } ); } } ); Liferay.Portlet.list = ['menu_INSTANCE_v9bU','56_INSTANCE_0bQB','publicadorsac']; if (jQuery.ui && jQuery.ui.tabs) { jQuery.extend( jQuery.ui.tabs.defaults, { navClass: 'ui-tabs tabs', selectedClass: 'current' } ); } jQuery( function() { if (Liferay.Dock) { Liferay.Dock.init(); } if (Liferay.Menu) { new Liferay.Menu(); } if (Liferay.Notice) { Liferay.Notice.prototype.setClosing(); } } ); // ]]> /*]]>*/</script>]]>
304 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ // <![CDATA[ // ]]> /*]]>*/</script>]]>
310 <![CDATA[<script>/*<![CDATA[*/ jQuery(document).ready(function(){ var fonte = 12; jQuery('#aumenta_fonte').click(function(){ if (fonte<15){ fonte = fonte+1; jQuery('#wrapper').css({'font-size' : fonte+'px'}); } }); jQuery('#reduz_fonte').click(function(){ if (fonte>9){ fonte = fonte-1; jQuery('#wrapper').css({'font-size' : fonte+'px'}); } }); jQuery('#normal_fonte').click(function(){ if (fonte=15){ fonte = fonte=12; jQuery('#wrapper').css({'font-size' : '12px'}); } }); }); /*]]>*/</script>]]>
336 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ function swapStyleSheet(sheet){ document.getElementById('pagestyle').setAttribute('href', sheet); } /*]]>*/</script>]]>
340 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ function slideSwitch() { var $active = jQuery('#slideshow IMG.active'); if ( $active.length == 0 ) $active = jQuery('#slideshow IMG:last'); // use this to pull the images in the order they appear in the markup var $next = $active.next().length ? $active.next() : jQuery('#slideshow IMG:first'); // uncomment the 3 lines below to pull the images in random order // var $sibs = $active.siblings(); // var rndNum = Math.floor(Math.random() * $sibs.length ); // var $next = $( $sibs[ rndNum ] ); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: 1.0}, 1000, function() { $active.removeClass('active last-active'); }); } jQuery(function() { setInterval( "slideSwitch()", 5000 ); }); /*]]>*/</script>]]>
371 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36011488-1']); <!-- <- <- <- CÓDIGO DO GOOGLE ANALYTICS--> _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); /*]]>*/</script>]]>
381 <![CDATA[<script>/*<![CDATA[*/ jQuery(document).ready(function() { jQuery('#campo').click(function() { jQuery(this).animate({ width: '320px' }, 400); }); jQuery('#campo').blur(function() { jQuery(this).animate({ width: '220px' }, 400); }); }); /*]]>*/</script>]]>
481 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ jQuery("document").ready(function() { jQuery("#treeview_menu_INSTANCE_v9bU_").menuAcessibilidade({ 'allowTabNavigation':false, 'namespace': "_menu_INSTANCE_v9bU_", 'allowDynamicFontSize': true, 'menuDefault': false }); jQuery(".treeview").removeAttr("style"); }); /* Sem Javascript */ /*]]>*/</script>]]>
495 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ Liferay.Portlet.onLoad( { canEditTitle: false, columnPos: 0, isStatic: 'end', namespacedId: 'p_p_id_menu_INSTANCE_v9bU_', portletId: 'menu_INSTANCE_v9bU' } ); /*]]>*/</script>]]>
533 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ Liferay.Portlet.onLoad( { canEditTitle: false, columnPos: 0, isStatic: 'end', namespacedId: 'p_p_id_56_INSTANCE_0bQB_', portletId: '56_INSTANCE_0bQB' } ); /*]]>*/</script>]]>
544 <![CDATA[<script type="text/javascript">/*<![CDATA[*/ Liferay.Portlet.onLoad( { canEditTitle: false, columnPos: 1, isStatic: 'end', namespacedId: 'p_p_id_publicadorsac_', portletId: 'publicadorsac' } ); /*]]>*/</script>]]>
555 <![CDATA[<script language="javascript"> jQuery('h2 , h3.subtitulo').each(function(){ jQuery(this).attr('title', jQuery(this).text()); jQuery(this).attr('alt', jQuery(this).text()) }); </script>]]>