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

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

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 2 183 371
1.1.5 Presença de javascript(s) in-line 5 210 212 216 219 240
1.1.6 Presença de javascript(s) interno 3 6 220 247
183 <![CDATA[<div class="desc" style="margin-right:8px;"> <!-- <h2>08/10/2013</h2> --> <h1>Câncer de mama - Alertas</h1> <p>Este vídeo apresenta seis alertas para manter a saúde das mamas em dia.<br /><br /> Produção: TV Oncoguia<br /><br /> Idioma: Português<br /><br /> Palavras-chave: Câncer de mama. Prevenção. Saúde. Seio.<br /><br /> Duração: 59s<br /><br /> Fonte: <a href="https://www.youtube.com/watch?time_continue=1&v=ue2TUl2anH4" target="_blank">Youtube</a><br /> <h6>* Todas as informações contidas nesse vídeo referem-se ao período de sua edição.</h6></p> </div>]]>
371 <![CDATA[<div class="logos" style="margin-top:10px"> <a href="https://www.celepar.pr.gov.br/" target="_blank" title="url"><img class="photo" src="https://www.pr.gov.br/logos/celepar/logo-celepar-m.png" alt="Desenvolvido pela Celepar" /></a> </div>]]>
210 <![CDATA[<a href="#" onclick="javascript:$('#box-sinopse').css('display','none');$('#form-recomendar').css('display','none');$('#form-compartilhar').fadeIn('normal');$('#embed').focus();">Compartilhar</a>]]>
212 <![CDATA[<a href="#" onclick="javascript:$('#form-compartilhar').css('display','none');$('#form-recomendar').css('display','none');$('#box-sinopse').fadeIn('normal');$('#box-sinopse').focus();">Mais Informações</a>]]>
216 <![CDATA[<a href="#" onclick="javascript:$('#form-compartilhar').fadeOut('normal');" class="bt-fechar">fechar</a>]]>
219 <![CDATA[<input type="text" value='<embed id="ply" width="330" height="270" flashvars="&file=http://www.educacao.video.pr.gov.br/modules/video/upload/853726_seis_alertas_manter_saude_mamas.mp4&image=http://www.educacao.video.pr.gov.br/modules/video/upload/imagem/853726_alerta_cancer_mama200x148___333x250.png" allowfullscreen="true" allowscriptaccess="always" quality="high" name="ply" src="http://www.comunidade.diaadia.pr.gov.br/modules/video/player.swf" type="application/x-shockwave-flash"/>' name="embed" id="embed" onclick="this.select();" />]]>
240 <![CDATA[<a href="#" onclick="javascript:$('#box-sinopse').fadeOut('normal');" class="bt-fechar">Fechar</a>]]>
6 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TW2RVSLETB'); </script>]]>
220 <![CDATA[<script type="text/javascript"> function sharethis(site) { var title = "Câncer de mama - Alertas"; title = encodeURI(title); var url = "http://www.comunidade.diaadia.pr.gov.br/index.php?video=17952"; if (site=="facebook") shareurl = "http://www.facebook.com/share.php?u="+url; else if (site=="twitter") shareurl = "http://twitter.com/home?status="+title+"%20%20"+url; window.open(shareurl); } </script>]]>
247 <![CDATA[<script type="text/javascript"> function xoopsFormValidate_form_recomendar() { myform = window.document.form_recomendar; if (myform.nome_remetente.value == "") { window.alert("Digite seu nome"); myform.nome_remetente.focus(); return false; } if (myform.email_remetente.value == "") { window.alert("Digite seu e-mail"); myform.email_remetente.focus(); return false; } else { if (!validaEmail(myform.email_remetente.value)) { window.alert("Seu e-mail é inválido"); myform.email_remetente.select(); return false; } } if (myform.nome_destinatario.value == "") { window.alert("Digite o nome do destinatário"); myform.nome_destinatario.focus(); return false; } if (myform.email_destinatario.value == "") { window.alert("Digite o e-mail do destinatário"); myform.email_destinatario.focus(); return false; } else { if (!validaEmail(myform.email_destinatario.value)) { window.alert("O e-mail do destinatário é inválido"); myform.email_destinatario.select(); return false; } } $("#recomendar").html("<div id=\"recomendar-status\"><p><img src=\"http://www.comunidade.diaadia.pr.gov.br/images/loading01.gif\" /> Enviando a recomendação.</p></div>"); $.ajax ({ type: "POST", url: "http://www.educacao.video.pr.gov.br/modules/video/recomendar.php", data: "recomendar=true&ajax=true&nome_remetente="+myform.nome_remetente.value+"&email_remetente="+myform.email_remetente.value+"&nome_destinatario="+myform.nome_destinatario.value+"&email_destinatario="+myform.email_destinatario.value+"&comentarios="+myform.comentarios.value+"&id="+myform.id.value+"", error: function(data) { alert(data.responseText); }, success: function(data) { if (data == "ok") { $("#recomendar-status").addClass("ok"); $("#recomendar-status").html("<img src=\"http://www.comunidade.diaadia.pr.gov.br/images/accept.png\" /> Recomendação do vídeo enviado com sucesso!"); document.form_recomendar.reset(); } else if (data == "erro") { $("#recomendar-status").addClass("error"); $("#recomendar-status").html("<img src=\"http://www.comunidade.diaadia.pr.gov.br/images/exclamation.png\" /> Erro no envio da recomendação! Por favor, tente novamente novamente."); } else { $("#recomendar-status").addClass("error"); $("#recomendar-status").html(data); } } }); return false; } function validaEmail(email) { var pos, aux, pos2, dominio, carac, i email = email.toLowerCase() if (email.indexOf("@",0) == -1 || email.length <= 10) return false pos = email.indexOf("@",0) aux = email.substring(pos+1) if (aux.indexOf(".",0) < 3) return false pos2 = aux.indexOf(".",0) dominio = aux.substr(0,pos2) if (dominio.length < 3) return false carac = new Array("!","#","$","%","&","*","(",")","+","=","/","\\","|","?","'","\"","{","}","[","]","ª","º",":",",",";","§","°","<",">") for(i=0; i<carac.length; i++) if (email.indexOf(carac[i],0) != -1) return false return true } </script>]]>