Commit c5d92e91b580d6580ad9c7de127a6f012d80612d

Authored by Greyce Medeiros
Committed by Leandro Arndt
1 parent baf2a536
Exists in mysqli

Inserindo alteracoes no html segundo os padroes do W3C

acompanhamento/cadastro.php
  1 +<?xml version = "1.0" ?>
  2 +
1 3 <?php
2 4 /**********************************************************************************
3 5 Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
... ... @@ -362,4 +364,4 @@ getErro($erro);
362 364  
363 365  
364 366 include("../inc/rodape.php");
365   -?>
366 367 \ No newline at end of file
  368 +?>
... ...
acompanhamento/index.php
... ... @@ -119,4 +119,4 @@ $rs = execQueryPag($sql);
119 119 </form>
120 120 <?php
121 121 include "../inc/rodape.php";
122   -?>
123 122 \ No newline at end of file
  123 +?>
... ...
cadastro/index.php
... ... @@ -27,4 +27,4 @@
27 27 getErro($erro);
28 28 }
29 29 include("../inc/rodape.php");
30   -?>
31 30 \ No newline at end of file
  31 +?>
... ...
inc/rodape.php
... ... @@ -16,9 +16,9 @@
16 16 SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto:
17 17 </div>
18 18 <div id="iconesw3c">
19   - <img class="w3c" src="../css/img/w3c_css.png" />
20   - <img class="w3c" src="../css/img/w3c_xhtml.png" />
21   - <img class="w3c" src="../css/img/w3c_aa.png" />
  19 + <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/>
  20 + <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/>
  21 + <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/>
22 22 </div>
23 23 <div id="rodapetexto2">
24 24 Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável.
... ... @@ -27,4 +27,4 @@
27 27 </div>
28 28 </div>
29 29 </body>
30   -</html>
31 30 \ No newline at end of file
  31 +</html>
... ...
inc/security.php
... ... @@ -303,4 +303,4 @@ function isauth($tipo=&quot;consumidor&quot;) {
303 303  
304 304 session_start();
305 305  
306   -?>
307 306 \ No newline at end of file
  307 +?>
... ...
restrito/inc/lkpcep.php
... ... @@ -36,4 +36,4 @@
36 36 showQueryDiv("<?php echo $q;?>", new Array(<?php echo $codigos;?>), new Array(<?php echo $nomes;?>))
37 37  
38 38  
39   -
40 39 \ No newline at end of file
  40 +
... ...