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

Sites Pertecentes a (o) RJ

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 4 79 81 100 102
1.1.4 Presença de CSS(s) interno 1 6
1.1.6 Presença de javascript(s) interno 2 13 25
79 <![CDATA[<input type="text" value="0" name="limit" id='limit' style="display:none;"/>]]>
81 <![CDATA[<table width="100%" style='background-color:#fff;'> <tr > <td><img src='../img/LogoSecretaria.png' width='200px'></td> <td align='right' width='300px'> <!--<a href="http://sistemas.macae.rj.gov.br:84/semtre/" title="Cadastre-se candidatar a uma vaga "><img src='../../img/bt_vaga.png' /></a>--> </td> </tr> </table>]]>
100 <![CDATA[<table width="100%" style='background-color:#002db2;color:#fff;'> <tr width='200px'> <td><a href="muraltv.php" style="color:#fff">31/12/2020</a></td> <td></td> <td align='right'></td> </tr> </table>]]>
102 <![CDATA[<a href="muraltv.php" style="color:#fff">31/12/2020</a>]]>
6 <![CDATA[<style> #conteudo_vagas{ height:200px; overflow-y:auto; } </style>]]>
13 <![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-62329413-1', 'auto'); ga('send', 'pageview'); </script>]]>
25 <![CDATA[<script> $(document).ready(function() { var limit = $('#limit').val(); var limit2 = parseInt(limit) +20; $.ajax({ type: "post", url: "minha_pagina_acesso_banco.php?limit=limit 0,"+limit2+"", success: function(data) { //manipula os dados $("#content").append(data); }, error: function() { } }); $(window).scroll(function() { //alert($(window).scrollTop() + ' ' + $(document).height() + ' ' + $(window).height()); if($(window).scrollTop() >= ($(document).height() - $(window).height())- 10) { //alert($(window).scrollTop()); //console.log("fim"); var limit = $('#limit').val(); var limit2 = parseInt(limit) +20; $('#limit').val(limit2); //alert(limit); // $("#content").append(""); $.ajax({ type: "post", url: "minha_pagina_acesso_banco.php?table=n&limit= limit "+limit2+",20", success: function(data) { //manipula os dados $("#content").append(data); }, error: function() { } }); } }); }); </script>]]>