Sites Pertecentes a (o) PR
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.prdsuporte.seed.pr.gov.br/modules/conteudo/conteu
|
76.38 | 24 | 89 |
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 | 1 | 152 |
1.1.6 | Presença de javascript(s) interno | 1 | 29 |
152 | <![CDATA[<form style="margin-top: 0px;" action="http://www.prdsuporte.seed.pr.gov.br/user.php" method="post"> Usuário: <br /> <input type="text" name="uname" size="12" value="" maxlength="25" /><br /> Senha: <br /> <input type="password" name="pass" size="12" maxlength="32" /><br /> <!-- <input type="checkbox" name="rememberme" value="On" class ="formButton" /><br /> //--> <input type="hidden" name="xoops_redirect" value="/modules/conteudo/conteudo.php?conteudo=7" /> <input type="hidden" name="op" value="login" /> <input class="formbutton" type="submit" value="Entrar" /><br /> </form>]]> |
29 | <![CDATA[<script type="text/javascript"> function toggle(notifs_form) { obj=document.getElementById(notifs_form); obj.style.display=!(obj.style.display=="block")? "block" : "none"; } function swapimage(swap) { img_plus="http://www.prdsuporte.seed.pr.gov.br/themes/prd-modelo/images/plus.gif"; img_minus="http://www.prdsuporte.seed.pr.gov.br/themes/prd-modelo/images/minus.gif"; obj=document.getElementById(swap); obj.src=!(obj.src==img_minus)? img_minus : img_plus; } </script>]]> |