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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

servicos.ipsemg.mg.gov.br/site/consultaexpediente.do

62.57 35 80
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

47 <![CDATA[<br style="clear:both;" />]]>
69 <![CDATA[<iframe src="recursos/geralAnalytics.jsp" frameborder="0" height="0" scrolling="no" style="visibility: hidden"></iframe>]]>
108 <![CDATA[<br style="clear:both;" />]]>
120 <![CDATA[<table width="100%" height="311" border="0" cellpadding="0" cellspacing="0" class="tabelaaviso" style="margin-bottom:8px;"> <tr> <th height="5" valign="top" scope="col" style="background-image: url(midia/borda_azul_alto_4.gif); background-repeat: repeat-x; background-position: top"> <div align="left"><br> ; ; ;<font color='#990000'>Consulta de Expediente</font> </div> </th> <th width="10" valign="top" style="background-image: url(midia/borda_azul_direita_4.gif); background-repeat: repeat-y; background-position: right"> <img src="midia/canto_azul4.gif" width="17" height="16"> </th> </tr> <tr> <th valign="top" scope="col"> <div align="left"><div class="conteudoGeral"> <form name="form" action="/site/consultaexpediente.do" method="post" onsubmit="return validaForm()" > <table width="100%" border="0" cellpadding="2" cellspacing="0" class="tabelaContato"> <tr><td width="20%"> ;</td><td> ;</td></tr> <tr> <td width="40%"> <input type="radio" onclick="selTipoRelatorio(1)" name="tipoPesquisa" value="expediente" > Expediente: <input type="text" name="codUnidade" size="11" maxlength="10" class="loginTexto"> / <input type="text" name="codExpediente" size="6" maxlength="6" class="loginTexto" onKeyPress="return Inteiro(this, event)"> </td> <td width="50%"> <input type="radio" onclick="selTipoRelatorio(2)" name="tipoPesquisa" value="sipro" > Nº Sipro: <input type="text" name="sequencial" size="7" maxlength="7" onKeyup="autotab(this, document.form.orgao)" class="loginTexto" onKeyPress="return Inteiro(this, event)"> - <input type="text" name="orgao" size="4" maxlength="4" onKeyup="autotab(this, document.form.ano)" class="loginTexto" onKeyPress="return Inteiro(this, event)"> / <input type="text" name="ano" size="4" maxlength="4" onKeyup="autotab(this, document.form.dv)" class="loginTexto" onKeyPress="return Inteiro(this, event)"> - <input type="text" name="dv" size="1" maxlength="1" class="loginTexto" onKeyPress="return Inteiro(this, event)"> </td> <td width="10%"> ;</td> </tr> <tr><td colspan="3" > ;<br></td></tr> <tr> <td colspan="2" align="right"> ;<input type="submit" name="Submit" value="pesquisar expediente" class="botao"> ;<input type="button" name="Reset" value="limpar" class="botao" onClick="limparCampos(document.forms[0])"> ;<input type="button" name="voltar" value="voltar" class="botao" onClick="javascript: location.href='/site/portal.do'"> </td> <td> ;</td> </tr> </table> </form> <th width="10" valign="top" style="background-image: url(midia/borda_azul_direita_4.gif); background-repeat: repeat-y; background-position: right" scope="col"> ;</th> </div></div> </th> </tr> </table>]]>
122 <![CDATA[<th height="5" valign="top" scope="col" style="background-image: url(midia/borda_azul_alto_4.gif); background-repeat: repeat-x; background-position: top"> <div align="left"><br> ; ; ;<font color='#990000'>Consulta de Expediente</font> </div> </th>]]>
128 <![CDATA[<th width="10" valign="top" style="background-image: url(midia/borda_azul_direita_4.gif); background-repeat: repeat-y; background-position: right"> <img src="midia/canto_azul4.gif" width="17" height="16"> </th>]]>
179 <![CDATA[<th width="10" valign="top" style="background-image: url(midia/borda_azul_direita_4.gif); background-repeat: repeat-y; background-position: right" scope="col"> ;</th>]]>
84 <![CDATA[<style type="text/css"> <!-- .textoTabela { font-family: Verdana, Arial, Helvetica, sans-serif; color: #1C4E5E; font-size: 11px; font-weight: normal; } --> </style>]]>
140 <![CDATA[<input type="radio" onclick="selTipoRelatorio(1)" name="tipoPesquisa" value="expediente" >]]>
149 <![CDATA[<input type="radio" onclick="selTipoRelatorio(2)" name="tipoPesquisa" value="sipro" >]]>
191 <![CDATA[<script> function autotab(original,destination){ if (original.getAttribute&&original.value.length==original.getAttribute("maxlength")) destination.focus() } function limparCampos(){ if( form.tipoPesquisa[0].checked ){ limpar(1); selTipoRelatorio(2); limpar(2); selTipoRelatorio(1); }else if( form.tipoPesquisa[1].checked ){ limpar(2); selTipoRelatorio(1); limpar(1); selTipoRelatorio(2); } } function limpar( tipo ){ if(tipo == 1){ form.codUnidade.value=''; form.codExpediente.value=''; }else{ form.sequencial.value=''; form.orgao.value=''; form.ano.value=''; form.dv.value=''; } } function validaForm(){ if( form.tipoPesquisa[0].checked ){ if( form.codUnidade.value == ""){ alert('Por favor, digite o código do expediente'); form.codUnidade.focus(); return false; }else if( form.codExpediente.value == ""){ alert('Por favor, digite o código do expediente'); form.codExpediente.focus(); return false; } }else if( form.tipoPesquisa[1].checked ){ if( form.sequencial.value == ""){ alert('Por favor, digite o Nº Sipro'); form.sequencial.focus(); return false; }else if( form.orgao.value == ""){ alert('Por favor, digite o Nº Sipro'); form.orgao.focus(); return false; }else if( form.ano.value == ""){ alert('Por favor, digite o Nº Sipro'); form.ano.focus(); return false; }else if( form.dv.value == ""){ alert('Por favor, digite o Nº Sipro'); form.dv.focus(); return false; } } } function selTipoRelatorio(tipo){ if(tipo == 1){ form.codUnidade.disabled=false; form.codExpediente.disabled=false; form.sequencial.disabled=true; form.orgao.disabled=true; form.ano.disabled=true; form.dv.disabled=true; }else{ form.sequencial.disabled=false; form.orgao.disabled=false; form.ano.disabled=false; form.dv.disabled=false; form.codUnidade.disabled=true; form.codExpediente.disabled=true; } } function relacionados(codUnidade, codExpediente){ formRelacionados.codUnidade.value = codUnidade; formRelacionados.codExpediente.value = codExpediente; formRelacionados.submit(); } function Inteiro(objeto, evento){ var browser = navigator.appName; if( browser == 'Netscape' ){ var teste = evento.which; // substituir por evento.keyCode para o IE var validos = '0123456789'; //Teclas: backspace, del, Enter, Tab, SetaDir, SetaEsq if (evento.keyCode == 8 || evento.keyCode == 46 || evento.keyCode == 13 || evento.keyCode == 9 || evento.keyCode == 37 || evento.keyCode == 39 ) { return (true); } var numerico = validos.indexOf(String.fromCharCode(teste)); if (numerico==-1) { return (false); } } else { // Internet Explorer tecla = event.keyCode; //alert(tecla); if ((tecla > 47 && tecla < 58) ) return true; else { if (tecla != 0 && tecla != 13) // backspace return false; } } } if( form.sequencial.value != "" ){ selTipoRelatorio(2); form.tipoPesquisa[1].checked="checked" }else{ selTipoRelatorio(1); form.tipoPesquisa[0].checked="checked" } </script>]]>
0 Não há código fonte a ser exibido.