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

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 6 115 116 117 118 982 982
1.1.5 Presença de javascript(s) in-line 4 255 267 272 512
1.1.6 Presença de javascript(s) interno 2 45 58
115 <![CDATA[<div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:0 0 0 10px;display:block;"> <ul id="menu-barra-temp" style="list-style:none;"> <li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"> <a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a> </li> </ul> </div>]]>
116 <![CDATA[<ul id="menu-barra-temp" style="list-style:none;"> <li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"> <a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a> </li> </ul>]]>
117 <![CDATA[<li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"> <a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a> </li>]]>
118 <![CDATA[<a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a>]]>
982 <![CDATA[<h4 style="margin-bottom: 15px;"><a style="color: #b1b1b1;" href="https://gov.br/enap/acessibilidade" target="_blank">Acessibilidade</a></h4>]]>
982 <![CDATA[<a style="color: #b1b1b1;" href="https://gov.br/enap/acessibilidade" target="_blank">Acessibilidade</a>]]>
255 <![CDATA[<button onclick="this.form.searchword.focus();"><i class="fas fa-search"></i></button>]]>
267 <![CDATA[<a title="English" class="dropdown-item" onclick="javascript:document.repost.locale.value='en'; document.repost.submit();" href="http://repositorio.enap.gov.br/handle/1/967/simple-search?locale=en"> <img src="/assets/images/en.png" alt="English"> </a>]]>
272 <![CDATA[<a title="português" class="dropdown-item" onclick="javascript:document.repost.locale.value='pt_BR'; document.repost.submit();" href="http://repositorio.enap.gov.br/handle/1/967/simple-search?locale=pt_BR"> <img src="/assets/images/pt_BR.png" alt="português"> </a>]]>
512 <![CDATA[<button title="Add" class="btn-success" type="submit" value="" onclick="return validateFilters()" /><i class="fas fa-plus"></i></button>]]>
45 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45739004-1', 'auto'); ga('send', 'pageview'); </script>]]>
58 <![CDATA[<script type="text/javascript"> var jQ = jQuery.noConflict(); jQ(document).ready(function() { jQ( "#spellCheckQuery").click(function(){ jQ("#query").val(jQ(this).attr('data-spell')); jQ("#main-query-submit").click(); }); jQ( "#filterquery" ) .autocomplete({ source: function( request, response ) { jQ.ajax({ url: "/json/discovery/autocomplete?query=&filter_field_1=subject&filter_type_1=equals&filter_value_1=curso", dataType: "json", cache: false, data: { auto_idx: jQ("#filtername").val(), auto_query: request.term, auto_sort: 'count', auto_type: jQ("#filtertype").val(), location: '1/967' }, success: function( data ) { response( jQ.map( data.autocomplete, function( item ) { var tmp_val = item.authorityKey; if (tmp_val == null || tmp_val == '') { tmp_val = item.displayedValue; } return { label: item.displayedValue + " (" + item.count + ")", value: tmp_val }; })) } }) } }); }); function validateFilters() { return document.getElementById("filterquery").value.length > 0; } </script>]]>