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 *.

Endereço Nota Erros Avisos

www.tca.ba.gov.br/oteatro/s%C3%A9rie-tca

66.42 62 59
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 10 195 214 215 216 243 319 721 752 760 765
1.1.5 Presença de javascript(s) in-line 5 215 216 245 289 835
1.1.6 Presença de javascript(s) interno 5 12 78 684 860 868
195 <![CDATA[<iframe frameborder="0" style="border:0px;" src="http://barra.agecom.ba.gov.br/barra.html" align="middle" height="25" width="1010" scrolling="no"></iframe>]]>
214 <![CDATA[<li style="border-right:none;"> <img src="/sites/all/themes/tca/images/moreSize.gif" onclick="setFont(1);" style="cursor:pointer;" /> <img src="/sites/all/themes/tca/images/lessSize.gif" onclick="setFont(-1);" style="cursor:pointer;" /> </li>]]>
215 <![CDATA[<img src="/sites/all/themes/tca/images/moreSize.gif" onclick="setFont(1);" style="cursor:pointer;" />]]>
216 <![CDATA[<img src="/sites/all/themes/tca/images/lessSize.gif" onclick="setFont(-1);" style="cursor:pointer;" />]]>
243 <![CDATA[<li style="padding-left:7px;"> <img src="/sites/all/themes/tca/images/search.gif"/> <input id="search_top" type="text" value="digite aqui" size="28" onclick="fsp_cleanInput(this);" onblur="fsp_pressInput(this);" onkeypress="executa(event);"/> <input id='btn_search_top' type="image" src="/sites/all/themes/tca/images/bt_ok.gif" align="top" class="button" width="25px" height="25px" /> </li>]]>
319 <![CDATA[<input class="data" type="text" id="data_inicio" name="data_inicio[value][date]" style="display:none;"/>]]>
721 <![CDATA[<img src="/sites/default/files/banner%20s%C3%A9rie%202014l_0.jpg" style="width:643px" />]]>
752 <![CDATA[<div style="display:none;">  <!--<div class="views-admin-links views-hide"> </div>--> <div class="views-row views-row-1 views-row-odd views-row-first"> <div id="tabela_preco"> <p><p><img src="/sites/default/files/Valores%20S%C3%89RIE%202014.jpg" style="width:721px; height:437px" /></p> </p> </div> </div> <div class="views-row views-row-2 views-row-even"> <div id="tabela_preco"> <p><p><span style="font-family: tahoma,geneva,sans-serif;">Nesta edi&ccedil;&atilde;o, os ingressos (inteira) na bilheteria variam de R$ 60,00 a R$ 100,00. ;A renova&ccedil;&atilde;o da assinatura d&aacute; direito ;a 20% de desconto sobre o valor normal do ingresso. Os novos assinantes contam com um desconto de 10% sobre o valor do bilhete.</span></p> </p> </div> </div> <div class="views-row views-row-3 views-row-odd views-row-last"> <div id="tabela_preco"> <p><p>Confira em breve os valores para a temporada 2012.</p></p> </div> </div> </div>]]>
760 <![CDATA[<img src="/sites/default/files/Valores%20S%C3%89RIE%202014.jpg" style="width:721px; height:437px" />]]>
765 <![CDATA[<span style="font-family: tahoma,geneva,sans-serif;">Nesta edi&ccedil;&atilde;o, os ingressos (inteira) na bilheteria variam de R$ 60,00 a R$ 100,00. ;A renova&ccedil;&atilde;o da assinatura d&aacute; direito ;a 20% de desconto sobre o valor normal do ingresso. Os novos assinantes contam com um desconto de 10% sobre o valor do bilhete.</span>]]>
215 <![CDATA[<img src="/sites/all/themes/tca/images/moreSize.gif" onclick="setFont(1);" style="cursor:pointer;" />]]>
216 <![CDATA[<img src="/sites/all/themes/tca/images/lessSize.gif" onclick="setFont(-1);" style="cursor:pointer;" />]]>
245 <![CDATA[<input id="search_top" type="text" value="digite aqui" size="28" onclick="fsp_cleanInput(this);" onblur="fsp_pressInput(this);" onkeypress="executa(event);"/>]]>
289 <![CDATA[<input id="email" class='txt_informativo' name="email" type="text" value="digite aqui" size="28" onclick="fsp_cleanInput(this);" onblur="fsp_pressInput(this);"/>]]>
835 <![CDATA[<input name="search_bottom" id="search_bottom" type="text" value="digite aqui" size="100" onclick="fsp_cleanInput(this);" onblur="fsp_pressInput(this);"/>]]>
12 <![CDATA[<script> var path = '/'; var path_to_theme = '/sites/all/themes/tca'; var canal_atual = ''; </script>]]>
78 <![CDATA[<script> $(document).ready(function(){ enterBusca($("#search_top"), $('#btn_search_top')); enterBusca($("#search_bottom"), $('#btn_search_bottom')); $( "#data" ).datepicker({ showOn: "button", buttonImage: "/sites/all/themes/tca/images/iconCalendario.gif", buttonImageOnly: true }); $("#data").setMask({ mask:'39/19/9999' }); $('#form_programacao_geral #data').blur(function(){ if($(this).val().length < 10){ $(this).val(''); } }); $('#form_programacao_geral').submit(function(){ var $input_data = $(this).find('#data'); var campo_data = $input_data.val(); var data = ''; var $busca_selects = $(this).find("select[name='projetos[]'], select[name='espacos[]'], select[name='espetaculos']"); if(campo_data != ''){ dia = campo_data.split('/')[0]; mes = campo_data.split('/')[1]; ano = campo_data.split('/')[2]; if(dia > 31 || mes > 12 || ano == 0000){ alert('A data informada não é valida'); return false; } } if(campo_data == '' && $(this).find("select[name='projetos[]'] option:selected").val() == '' && $(this).find("select[name='espacos[]'] option:selected").val() == '' && $(this).find("select[name='espetaculos'] option:selected").val() == ''){ $busca_selects.each(function(){ $(this).removeAttr('name'); }); $input_data.removeAttr('name'); $("#data_inicio").removeAttr('name'); }else{ if(campo_data != ''){ data = campo_data.split('/'); data = data[2] + '-' + data[1] + '-' + data[0]; $input_data.val(data); } $busca_selects.each(function(){ if($(this).find('option:selected').val() == ''){ $(this).removeAttr('name'); } }); } $("#data_inicio").val(data); return true; }); $("#edit-submitted-telefone").setMask({ mask:'(99) 9999-9999' }); $("#slider").easySlider({ //continuous: true, //controlsShow: true, numeric: false, prevText: '<img src="'+path_to_theme+'/images/slider_oteatro_prev.png" />', nextText: '<img src="'+path_to_theme+'/images/slider_oteatro_next.png" />' }); $("#menuCanais a img").hover( function handlerIn(){ var canal = $(this).attr("name"); if(canal != ""){ var caminho = "/sites/all/themes/tca/images/btn_"+canal.toLowerCase()+"_hover.jpg"; $(this).css("height", 35); $(this).css("margin-top", -10); $(this).attr("src", caminho); } }, function handlerOut(){ var canal = $(this).attr("name"); if(canal != ""){ var caminho = "/sites/all/themes/tca/images/bt_canal"+canal+".gif"; $(this).css("height", 25); $(this).css("margin-top", 0); $(this).attr("src", caminho); } } ); fsp_showTweets(1, 'https://twitter.com/TCA_BA', '/sites/all/themes/tca/images/iconeTwitter.gif'); }); function fechaDhtml() { var div = document.getElementById("BannerCamaleao"); div.style.display='none'; } </script>]]>
684 <![CDATA[<script> $(document).ready(function(){ $("a#preco").fancybox(); $("#links_projetos div").click( function(){ if(caminho != "preco"){ var identifier = 562; var caminho = $(this).attr("class"); $("#content_complexo").empty().html("<img align='center' src='/sites/all/themes/tca/images/ajax-loader.gif' />"); $("#content_complexo").load("/oteatro/projetos/"+caminho+"/"+identifier+" #sub_content_complexo", "",function(){ $('#mycarousel').jcarousel({ scroll: 1 }); $("#mycarousel li a").lightBox({fixedNavigation:true}); }); } }); }); </script>]]>
860 <![CDATA[<script> //############### CAROUSEL DE MARCA ############## $('#marcascarousel').jcarousel({ scroll: 1 }); //############# FIM DO CAROUSEL DE MARCA ########## </script>]]>
868 <![CDATA[<script> //###### CONSTRUCAO DO CALENDARIO CULTURAL ###### var calendario = $('#date'); var server_name = "www.tca.ba.gov.br"; var ajax_calendario = null; var data_atual = '2023-09-25'; var css_data_atual = 'data_atual_tca'; calendario.DatePicker({ flat: true, dateView: true, date: [''], current: data_atual, format: 'Y-m-d', calendars: 1, mode: 'multiple', onRender: function(d) { return { disabled: true, className: false } }, onChangeMonth: function(){ ajaxListaDataEvento(); }/*, onComplete: function(){ ajaxListaDataEvento(); }*/ }); //###### FIM DA CONSTRUCAO DO CALENDARIO###### //############## MARQUEE ############## $("#marquee").marquee('pointer').mouseover(function () { $(this).css('cursor', 'pointer', 'font', 'Arial Narrow'); $(this).trigger('stop'); }).mouseout(function () { $(this).trigger('start'); }).mousemove(function (event) { if ($(this).data('drag') == true) { this.scrollLeft = $j(this).data('scrollX') + ($j(this).data('x') - event.clientX); } }).mousedown(function (event) { $(this).data('drag', true).data('x', event.clientX).data('scrollX', this.scrollLeft); }).mouseup(function () { $(this).data('drag', false); }); //############## FIM MARQUEE ############### </script>]]>