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 5 20 96 108 127 425
1.1.4 Presença de CSS(s) interno 1 46
1.1.5 Presença de javascript(s) in-line 31 97 99 101 103 114 115 116 117 118 119 120 121 122 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 437 445
1.1.6 Presença de javascript(s) interno 1 58
20 <![CDATA[<div class="mr-5 container-fluid" style="display:flex; justify-content: center; flex-wrap: wrap;"> <div id="logo_scaap_anchor" > <a class="nounderline text-light m-0 p-0" href="?controller=ProdutoresController&method=retornarPaginaInicial"><img id="logo_scaap" src="img/SCAAP branco.png" alt="logo"></a> </div> <div class="mt-4 pt-4"> <a href="?controller=ProdutoresController&method=criar"> <button class="btn btn-success mt-2">Cadastrar</button> </a> <a class="text-primary" href="?controller=AdminController&method=formLogin"> <button class="btn btn-primary mt-2">Entrar</button> </a> </div> </div>]]>
96 <![CDATA[<div class="d-flex col-sm-12 col-md-6 col-lg-6" style="flex-direction: row; flex-wrap: no-wrap;"> <input class="check mr-2" type="checkbox" id="produtorCultural" onclick="validarCategoria(this.value);" name="produtorCultural" value="1"> <label for="produtorCultural" class="mr-2" > Produtor Cultural</label><br> <input class="check mr-2" type="checkbox" id="produtorEsportivo" name="produtorEsportivo" onclick="validarCategoria(this.value);" value="1"> <label for="produtorEsportivo" class="mr-2"> Produtor Esportivo</label><br> <input class="check mr-2" type="checkbox" id="artista" name="artista" onclick="validarCategoria(this.value);" value="1"> <label for="artista" class="mr-2"> Artista</label><br> <input class="check mr-2" type="checkbox" id="atleta" name="atleta" onclick="validarCategoria(this.value);" value="1"> <label for="atleta" class="mr-2"> Atleta</label><br> </div>]]>
108 <![CDATA[<div class="segmentoCultural col-lg-6" id="segmentoCultural" style="display: none;" > <table class="table segmentos-table table-striped"> <thead> <th>Segmento Cultural</th> </thead> <tbody> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="1" name="segmentos[]" id="1" type="checkbox"><label class="text-dark" for="1">Tradicionalismo<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="2" name="segmentos[]" id="2" type="checkbox"><label class="text-dark" for="2">Capoeira<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="3" name="segmentos[]" id="3" type="checkbox"><label class="text-dark" for="3">Artesanato<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="4" name="segmentos[]" id="4" type="checkbox"><label class="text-dark" for="4">Artes Plásticas<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="5" name="segmentos[]" id="5" type="checkbox"><label class="text-dark" for="5">Música<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="6" name="segmentos[]" id="6" type="checkbox"><label class="text-dark" for="6">Carnaval<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="7" name="segmentos[]" id="7" type="checkbox"><label class="text-dark" for="7">Literatura<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="8" name="segmentos[]" id="8" type="checkbox"><label class="text-dark" for="8">Dança<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="9" name="segmentos[]" id="9" type="checkbox"><label class="text-dark" for="9">Teatro e Circo<label></td></tr> </tbody> </table> </div>]]>
127 <![CDATA[<div class="segmentoEsportivo col-lg-6" id="segmentoEsportivo" style="display: none;" > <table class="table table-striped"> <thead> <th>Segmento Esportivo</th> </thead> <tbody> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="11" name="segmentos[]" id="11" type="checkbox"><label class="text-dark" for="11">Skate<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="15" name="segmentos[]" id="15" type="checkbox"><label class="text-dark" for="15">Cambio<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="18" name="segmentos[]" id="18" type="checkbox"><label class="text-dark" for="18">Voleibol<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="20" name="segmentos[]" id="20" type="checkbox"><label class="text-dark" for="20">Boxa<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="22" name="segmentos[]" id="22" type="checkbox"><label class="text-dark" for="22">Artes Marciais<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="23" name="segmentos[]" id="23" type="checkbox"><label class="text-dark" for="23">Futebol<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="24" name="segmentos[]" id="24" type="checkbox"><label class="text-dark" for="24">Atletismo<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="25" name="segmentos[]" id="25" type="checkbox"><label class="text-dark" for="25">Ginástica <label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="26" name="segmentos[]" id="26" type="checkbox"><label class="text-dark" for="26">Esporte Adaptado<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="27" name="segmentos[]" id="27" type="checkbox"><label class="text-dark" for="27">Montanhismo<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="28" name="segmentos[]" id="28" type="checkbox"><label class="text-dark" for="28">Basquetebol<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="29" name="segmentos[]" id="29" type="checkbox"><label class="text-dark" for="29">Esgrima<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="30" name="segmentos[]" id="30" type="checkbox"><label class="text-dark" for="30">Hipismo<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="31" name="segmentos[]" id="31" type="checkbox"><label class="text-dark" for="31">Badminton<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="32" name="segmentos[]" id="32" type="checkbox"><label class="text-dark" for="32">Rugby<label></td></tr> <tr><td><input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="33" name="segmentos[]" id="33" type="checkbox"><label class="text-dark" for="33">Breakdance<label></td></tr> </tbody> </table> </div>]]>
425 <![CDATA[<div style="margin: 0 0 100px 0 ;" class="col-sm-12 col-md-6 col-lg-4 "> <label for="repete_senha" class="control-label">Repetir senha</label> <input id="repete_senha" name="repete_senha" onkeypress="input_destaque_remover(this)" class="form-control input-sm" maxlength="20" type="password" value=""> <div class="text-center mt-2 p-2 rounded" id="checkSenha"></div> </div>]]>
46 <![CDATA[<style> label, span{ color: white; } h4{ color: white; } </style>]]>
97 <![CDATA[<input class="check mr-2" type="checkbox" id="produtorCultural" onclick="validarCategoria(this.value);" name="produtorCultural" value="1">]]>
99 <![CDATA[<input class="check mr-2" type="checkbox" id="produtorEsportivo" name="produtorEsportivo" onclick="validarCategoria(this.value);" value="1">]]>
101 <![CDATA[<input class="check mr-2" type="checkbox" id="artista" name="artista" onclick="validarCategoria(this.value);" value="1">]]>
103 <![CDATA[<input class="check mr-2" type="checkbox" id="atleta" name="atleta" onclick="validarCategoria(this.value);" value="1">]]>
114 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="1" name="segmentos[]" id="1" type="checkbox">]]>
115 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="2" name="segmentos[]" id="2" type="checkbox">]]>
116 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="3" name="segmentos[]" id="3" type="checkbox">]]>
117 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="4" name="segmentos[]" id="4" type="checkbox">]]>
118 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="5" name="segmentos[]" id="5" type="checkbox">]]>
119 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="6" name="segmentos[]" id="6" type="checkbox">]]>
120 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="7" name="segmentos[]" id="7" type="checkbox">]]>
121 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="8" name="segmentos[]" id="8" type="checkbox">]]>
122 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="9" name="segmentos[]" id="9" type="checkbox">]]>
133 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="11" name="segmentos[]" id="11" type="checkbox">]]>
134 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="15" name="segmentos[]" id="15" type="checkbox">]]>
135 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="18" name="segmentos[]" id="18" type="checkbox">]]>
136 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="20" name="segmentos[]" id="20" type="checkbox">]]>
137 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="22" name="segmentos[]" id="22" type="checkbox">]]>
138 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="23" name="segmentos[]" id="23" type="checkbox">]]>
139 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="24" name="segmentos[]" id="24" type="checkbox">]]>
140 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="25" name="segmentos[]" id="25" type="checkbox">]]>
141 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="26" name="segmentos[]" id="26" type="checkbox">]]>
142 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="27" name="segmentos[]" id="27" type="checkbox">]]>
143 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="28" name="segmentos[]" id="28" type="checkbox">]]>
144 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="29" name="segmentos[]" id="29" type="checkbox">]]>
145 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="30" name="segmentos[]" id="30" type="checkbox">]]>
146 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="31" name="segmentos[]" id="31" type="checkbox">]]>
147 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="32" name="segmentos[]" id="32" type="checkbox">]]>
148 <![CDATA[<input onclick="return selecionarSegmento(this);" class="form-check float-left mr-2" value="33" name="segmentos[]" id="33" type="checkbox">]]>
437 <![CDATA[<input class="mr-2 p-0" type="checkbox" id="politica_de_privacidade" value="false" onclick="return concordar()">]]>
445 <![CDATA[<button id="submit_button" class="btn btn-success ml-lg-3 mt-5 mb-lg-5 col-lg-1 col-sm-12 p-3" onclick="return validarCampos()" type="button">Salvar</button>]]>
58 <![CDATA[<script> function validarCategoria(){ if(document.getElementById('produtorCultural').checked == true || document.getElementById('artista').checked == true){ document.getElementById('segmentoCultural').style = " "; }else{ document.getElementById('segmentoCultural').style = "display:none; visibility: hidden;"; } if(document.getElementById('produtorEsportivo').checked == true || document.getElementById('atleta').checked == true){ document.getElementById('segmentoEsportivo').style = " "; }else{ document.getElementById('segmentoEsportivo').style = "display:none; visibility: hidden;"; } } </script>]]>