Commit 2fd7b58c25097d627d66fcb370761c79005e4f2f

Authored by Leandro Arndt
1 parent e33a885a
Exists in master

Entidades HTML

Realizada a substituição de caracteres especiais por entidades HTML no
diretório restrito/inc/
restrito/inc/paginacaoFim.php
... ... @@ -82,10 +82,10 @@ if($pgs > 1 )
82 82 }
83 83  
84 84 ?>
85   -   Pág.:
  85 +   Pág.:
86 86 <select onchange="location.href='<?php echo $param;?>pagina='+this.value">
87 87 <?php for($x=1;$x<=$pgs;$x++){?>
88   - <option value="<?php echo $x;?>" <?php echo ($pagina==$x)?"selected":"";?>><?php echo $x;?></option>
  88 + <option value="<?php echo $x;?>" <?php echo ($pagina==$x)?"selected":"";?>><?php echo $x;?></option>
89 89 <?php } ?>
90 90 </select>
91 91 <?php
... ...
restrito/inc/paginacaoPorPostFim.php
... ... @@ -82,10 +82,10 @@ if($pgs &gt; 1 )
82 82 }
83 83  
84 84 ?>
85   - &nbsp;&nbsp;Pág.:
  85 + &nbsp;&nbsp;P&aacute;g.:
86 86 <select onchange="document.getElementById('pagina').value=this.value;document.getElementById('formulario').submit();">
87 87 <?php for($x=1;$x<=$pgs;$x++){?>
88   - <option value="<?php echo $x;?>" <?php echo ($pagina==$x)?"selected":"";?>><?php echo $x;?></option>
  88 + <option value="<?php echo $x;?>" <?php echo ($pagina==$x)?"selected":"";?>><?php echo $x;?></option>
89 89 <?php } ?>
90 90 </select>
91 91 <input type="hidden" name="pagina" id="pagina" value="<?php echo $pagina;?>">
... ...
restrito/inc/rodape.php
... ... @@ -13,7 +13,7 @@
13 13 <div id="rodape">
14 14  
15 15 <div id="rodapetexto1">
16   - SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto:
  16 + SEMPLA desenvolvimento. Seguimos as seguintes recomenda&ccedil;&otilde;es de projeto:
17 17 </div>
18 18 <div id="iconesw3c">
19 19 <img class="w3c" src="../css/img/w3c_css.png" />
... ... @@ -21,7 +21,7 @@
21 21 <img class="w3c" src="../css/img/w3c_aa.png" />
22 22 </div>
23 23 <div id="rodapetexto2">
24   - Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável.
  24 + Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustent&aacute;vel.
25 25 </div>
26 26 </div>
27 27 </div>
... ...
restrito/inc/topo.php
... ... @@ -18,7 +18,7 @@ require_once(&quot;config.php&quot;);
18 18 <!-- CSS -->
19 19 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" />
20 20 <!-- TAG PARA O GOOGLEBOT -->
21   - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
  21 + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
22 22 <meta charset="utf-8">
23 23 <meta http-equiv="X-UA-Compatible" content="IE=edge">
24 24 <meta name="viewport" content="width=device-width, initial-scale=1">
... ... @@ -67,11 +67,11 @@ require_once(&quot;config.php&quot;);
67 67 <img src="../css/img/pipe.png" />
68 68 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li>
69 69 <img src="../css/img/pipe.png" />
70   - <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e Órgãos</a></li>
  70 + <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e &Oacute;rg&atilde;os</a></li>
71 71 <img src="../css/img/pipe.png" />
72 72 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li>
73 73 <img src="../css/img/pipe.png" />
74   - <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transparência</a></li>
  74 + <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transpar&ecirc;ncia</a></li>
75 75 </ul>
76 76 </div>
77 77  
... ... @@ -142,7 +142,7 @@ require_once(&quot;config.php&quot;);
142 142 <?php } else {?>
143 143 <ul>
144 144 <li class="opcao"><a href="#"></a></li>
145   - <li class="opcao"><a href="../index">Área Restrita do e-SIC Livre</a></li>
  145 + <li class="opcao"><a href="../index">&Aacute;rea Restrita do e-SIC Livre</a></li>
146 146 <img src="../css/img/pipe.png" />
147 147 <li class="opcao"><a href="../manual">Manual</a></li>
148 148 </ul>
... ...