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

Sites Pertecentes a (o) SP

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 18 18 21 69 73 114 121 123 125 129 131 138 139 140 142 143 144 178 185
1.1.5 Presença de javascript(s) in-line 3 64 65 110
1.1.6 Presença de javascript(s) interno 2 164 202
1.1.7 Não foram respeitados os Padrões Web HTML 6 0 0 0 0 0 0
1.1.8 Não foram respeitados os Padrões Web CSS 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
18 <![CDATA[<img src="/Content/Imagens/Detalhes/logoTransparenciaNovo.png" style="width: 100%; max-width: 470px;" />]]>
21 <![CDATA[<i class="fa fa-reorder" style="margin-left: 10px;"></i>]]>
69 <![CDATA[<input type="text" id="termo" name="tmo" style="width: 400px;" placeholder="Digite o número do documento ou a palavra a ser procurada" />]]>
73 <![CDATA[<select name="reg" style="height: 24px; width: 307px;"> <option value="20" selected="selected" > 20 registros </option> <option value="50" > 50 registros </option> <option value="200" > 200 registros </option> <option value="1000" > 1000 registros </option> </select>]]>
114 <![CDATA[<a href="/viagem/usoveiculo" class="mod19" style="background-color: #275e7e; color: #fff; border-radius: 3px; padding: 3px 5px; ">Uso de Veículo Oficial</a>]]>
121 <![CDATA[<th style="width: 80px;"> <a href="/Viagem/Index/2020?ord=t1.codigo&amp;dir=desc&amp;pag=1&amp;reg=20">C&#243;digo</a> ;<img src="/Content/Imagens/Detalhes/asc.png" /> </th>]]>
123 <![CDATA[<th style="width: 150px;"> <a href="/Viagem/Index/2020?ord=t1.destino&amp;dir=asc&amp;pag=1&amp;reg=20">Destino</a> ; </th>]]>
125 <![CDATA[<th style="width: 70px;"> <a href="/Viagem/Index/2020?ord=t1.dias&amp;dir=asc&amp;pag=1&amp;reg=20">Di&#225;rias</a> ; </th>]]>
129 <![CDATA[<th style="width: 50px;"> <a href="/Viagem/Index/2020?ord=min(t2.data)&amp;dir=asc&amp;pag=1&amp;reg=20">Data</a> ; </th>]]>
131 <![CDATA[<th style="width: 90px;"> <a href="/Viagem/Index/2020?ord=sum(t2.valordiaria)&amp;dir=asc&amp;pag=1&amp;reg=20">Valor (R$)</a> ; </th>]]>
138 <![CDATA[<td style="text-align: center;">69</td>]]>
139 <![CDATA[<td style="text-align: center;">S&#227;o Paulo</td>]]>
140 <![CDATA[<td style="text-align: center;">1</td>]]>
142 <![CDATA[<td style="text-align: center;">16/11/2020</td>]]>
143 <![CDATA[<td style="text-align: right;">93,72</td>]]>
144 <![CDATA[<td style="text-align: center;"><a href="/viagem/exibir/6908">Exibir</a></td>]]>
178 <![CDATA[<address style="text-align: center; font-size: 0.7em;"> <p>CÂMARA MUNICIPAL DE PIRACICABA</p> <p>Prédio Principal - Rua Alferes José Caetano, 834 - CEP 13400-120 - Fone (19) 3403-6500</p> <p>Prédio Anexo - Rua do Rosário, 833 - CEP 13400-183 - (19) 3403-6606</p> <p>HORÁRIO DE ATENDIMENTO DE SEGUNDA A SEXTA-FEIRA DAS 8 ÀS 17 HORAS</p> <p>E-mail: <a href="mailto:camara@camarapiracicaba.sp.gov.br">camara@camarapiracicaba.sp.gov.br</a></p> <br /> <p style="font-weight: bold;">REUNIÕES CAMARÁRIAS ÀS SEGUNDAS E QUINTAS-FEIRAS A PARTIR DAS 19H30.</p> </address>]]>
185 <![CDATA[<p style="font-weight: bold;">REUNIÕES CAMARÁRIAS ÀS SEGUNDAS E QUINTAS-FEIRAS A PARTIR DAS 19H30.</p>]]>
64 <![CDATA[<input type="text" id="inicio" name="ini" onfocus="this.select();" onclick="this.select();" onkeydown="return mascara_data(this, event);" placeholder="Data inicial" />]]>
65 <![CDATA[<input type="text" id="termino" name="fim" onfocus="this.select();" onclick="this.select();" onkeydown="return mascara_data(this, event);" placeholder="Data final" />]]>
110 <![CDATA[<input id="imprimir" type="image" src="/Content/imagens/detalhes/impressora.png" onclick="window.print();" title="Imprimir" />]]>
164 <![CDATA[<script type="text/javascript"> var _Hasync = _Hasync || []; _Hasync.push(['Histats.start', '1,3757641,4,0,0,0,00010000']); _Hasync.push(['Histats.fasi', '1']); _Hasync.push(['Histats.track_hits', '']); (function () { var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true; hs.src = ('//s10.histats.com/js15_as.js'); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); })();</script>]]>
202 <![CDATA[<script> $(document).ready(function () { var touch = $('#resp-menu'); var menu = $('.novomenu'); $(touch).on('click', function (e) { e.preventDefault(); menu.slideToggle(); }); $(window).resize(function () { var w = $(window).width(); if (w > 820 && menu.is(':hidden')) { menu.removeAttr('style'); } }); }); </script>]]>
0 Não há código fonte a ser exibido.
0 Não há código fonte a ser exibido.