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

Sites Pertecentes a (o) AM

Endereço Nota Erros Avisos

afi.sefaz.am.gov.br/redirect.asp?sistema=14

70.04 12 39
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 56 65 210 216
1.1.4 Presença de CSS(s) interno 3 87 153 237
1.1.5 Presença de javascript(s) in-line 2 208 210
1.1.6 Presença de javascript(s) interno 3 119 226 254
56 <![CDATA[<tr style="border: 1px black !important;"> <td colspan="1" id="fundoMenu"> ; ; ;- ; 10/10/2023 21:09 ; </td> <td align="right" id="fundoMenu"> <table class="barra" width="100%"> <tr> <td style="color:white; text-align: right;" > <small></small> </td> </tr> </table> </td> </tr>]]>
65 <![CDATA[<td style="color:white; text-align: right;" > <small></small> </td>]]>
210 <![CDATA[<input value="Limpar" style="cursor: pointer" id="cancel" class="CommandButton" type="button" onclick="window.location.href=window.location.href" />]]>
216 <![CDATA[<div id="carregando" style="display: none;"> <img src="/GAE/estatico/imagens/loader.gif" /> </div>]]>
87 <![CDATA[<style> .infoMessage, .successMessage, .warningMessage, .errorMessage, .validationMessage { border: 1px solid; margin: 5px 5px 5px 10px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; list-style-type: none; text-align:left; } .successMessage { color: #4F8A10; background-color: #DFF2BF; background-image:url('/GAE/resources/pictures/icons/sefaz/success.png'); } .errorMessage{ color: #D8000C; background-color: #FFBABA; background-image: url('/GAE/resources/pictures/icons/sefaz/error.png'); } </style>]]>
153 <![CDATA[<style type="text/css"> button { cursor: pointer; } #bloqueioPagina { top: 0; left: 0; width: 100%; height: 100%; display: block; position: fixed; background-color: rgb(0, 0, 0); opacity: .3; z-index: 9999; } #carregando { top: 50%; left: 50%; position: fixed; z-index: 999; } </style>]]>
237 <![CDATA[<style type="text/css"> .sel { text-decoration: underline; cursor: pointer; } #selOrgao { padding: 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } </style>]]>
208 <![CDATA[<button type="submit" name="method" value="emitir" onclick="removerMascara()" class="CommandButton cb-new">Emitir</button>]]>
210 <![CDATA[<input value="Limpar" style="cursor: pointer" id="cancel" class="CommandButton" type="button" onclick="window.location.href=window.location.href" />]]>
119 <![CDATA[<script language="JavaScript"> var cpfMascara = function(val) { return val.replace(/\D/g, '').length > 11 ? '00.000.000/0000-00' : '000.000.000-009'; }, cpfOptions = { onKeyPress : function(val, e, field, options) { field.mask(cpfMascara.apply({}, arguments), options); } }; $('.mascara-cpfcnpj').mask(cpfMascara, cpfOptions); function removerMascara() { $("#nrDocumento").unmask(); } $(document) .ready( function() { $("button") .click( function() { $("#bloqueioPagina").show(); var pb = document .getElementById("carregando"); pb.innerHTML = '<img src="/GAE/estatico/imagens/loader.gif" />'; pb.style.display = ''; }); }); $(window).load(function() { $("#bloqueioPagina").hide(); }); </script>]]>
226 <![CDATA[<script lang="JavaScript"> document.getElementById("curYear").innerHTML = new Date().getFullYear(); </script>]]>
254 <![CDATA[<script type="text/javascript"> $(document).ready(function () { $("#selOrgao").on("change", function () { const idLotacao = $(this).val(); alterarLotacao(idLotacao); }); }); function alterarLotacao(idLotacao) { $.ajax({ url: '/GAE/util/lotacao.do?method=alterarLotacao', type: 'post', data: { 'idLotacao' : idLotacao }, dataType: 'json', timeout: 60000, beforeSend: function() { HoldOn.open({ theme:"sk-circle", message:'Aguarde...' }); }, success: function (resposta) { HoldOn.close(); if (resposta.status === "sucesso") { location.reload(); } else { window.location="/GAE/mnt/index.do" } }, error: function (resposta) { HoldOn.close(); window.location="/GAE/mnt/index.do"; } }); } </script>]]>