Commit 56d297a2da01ce086138dbe473eb4eb4bfb7aea2

Authored by Leandro Arndt
1 parent b5e6adee

Entidades HTML

Substituição de caracteres especiais pelas entidades HTML correspondentes.
Toda a área pública atualizada, exceto:

* inc/ (apenas topo.php e rodape.php foram atualizados)
* manual/
acompanhamento/cadastro.php
... ... @@ -18,7 +18,7 @@
18 18 <script language="JavaScript" src="../js/XmlHttpLookup.js"></script>
19 19  
20 20 <script src="inc/js/functions.js"></script>
21   -<h1>Informação da Solicitação</h1>
  21 +<h1>Informa&ccedil;&atilde;o da Solicita&ccedil;&atilde;o</h1>
22 22 <br><br>
23 23 <script>
24 24 function fechaTudo(){
... ... @@ -161,22 +161,22 @@
161 161  
162 162 <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe">
163 163 <tr>
164   - <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITAÇÃO </th>
  164 + <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITA&Ccedil;&Atilde;O </th>
165 165 </tr>
166 166 <tr id="lnDemanda1">
167 167 <td align="left">
168   - <b>Numero Protocolo</b> <br>
  168 + <b>N&uacute;mero Protocolo</b> <br>
169 169 &nbsp;&nbsp;<?php echo $numeroprotocolo; ?>
170 170 </td>
171 171 <td align="left">
172   - <b>Tipo Solicitação</b> <br>
  172 + <b>Tipo Solicita&ccedil;&atilde;o</b> <br>
173 173 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?>
174 174 <?php if(!empty($idsolicitacaoorigem)){?>
175 175 <a href="<?php echo URL_BASE_SISTEMA;?>acompanhamento/cadastro.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a>
176 176 <?php }?>
177 177 </td>
178 178 <td align="left">
179   - <b>Situação</b> <br>
  179 + <b>Situa&ccedil;&atilde;o</b> <br>
180 180 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoSituacao($situacao); ?>
181 181 </td>
182 182 <td align="left">
... ... @@ -186,25 +186,25 @@
186 186 </tr>
187 187 <tr id="lnDemanda2">
188 188 <td align="left" valign="top">
189   - <b>Data da Solicitação</b> <br>
  189 + <b>Data da Solicita&ccedil;&atilde;o</b> <br>
190 190 &nbsp;&nbsp;<?php echo $datasolicitacao; ?>
191 191 </td>
192 192 <td align="left" valign="top">
193   - <b>Previsão Retorno</b> <br>
  193 + <b>Previs&atilde;o Retorno</b> <br>
194 194 &nbsp;&nbsp;<?php echo $dataprevisaorespota; ?>
195 195 </td>
196 196 <td align="left" valign="top">
197   - <b>Solicitação Recebida em</b> <br>
  197 + <b>Solicita&ccedil;&atilde;o Recebida em</b> <br>
198 198 &nbsp;&nbsp;<?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?>
199 199 </td>
200 200 <td align="left" valign="top">
201   - <b>Porrogação</b> <br>
  201 + <b>Porroga&ccedil;&atilde;o</b> <br>
202 202 &nbsp;&nbsp;<?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br>&nbsp;&nbsp;Motivo: ".$motivoprorrogacao:"Não Prorrogado";?>
203 203 </td>
204 204 </tr>
205 205 <tr id="lnDemanda3">
206 206 <td align="left" colspan="4">
207   - <b>Solicitação</b><br>
  207 + <b>Solicita&ccedil;&atilde;o</b><br>
208 208 &nbsp;&nbsp;<?php echo $textosolicitacao;?>
209 209 </td>
210 210 </tr>
... ... @@ -245,17 +245,17 @@
245 245 </td>
246 246 </tr>
247 247 <tr>
248   - <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTAÇÕES</th>
  248 + <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTA&Ccedil;&Otilde;ES</th>
249 249 </tr>
250 250 <tr id="lnMovimentacoes">
251 251 <td width="100%" colspan="4">
252 252 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe">
253 253 <tr>
254 254 <th>Data Envio</th>
255   - <th>Usuário Envio</th>
  255 + <th>Usu&aacute;rio Envio</th>
256 256 <th>Destino</th>
257 257 <th>Data Recebimento</th>
258   - <th>Usuário Recebimento</th>
  258 + <th>Usu&aacute;rio Recebimento</th>
259 259 </tr>
260 260 <?php
261 261 $rsMov = Solicitacao::getMovimentacao($idsolicitacao);
... ... @@ -302,10 +302,10 @@
302 302 <td width="100%" colspan="4">
303 303 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe">
304 304 <tr>
305   - <th>Data Solicitação</th>
  305 + <th>Data Solicita&ccedil;&atilde;o</th>
306 306 <th>Recurso</th>
307   - <th>Situação</th>
308   - <th>Previsão Resposta</th>
  307 + <th>Situa&ccedil;&atilde;o</th>
  308 + <th>Previs&atilde;o Resposta</th>
309 309 <th>Data Resposta</th>
310 310 </tr>
311 311 <?php
... ... @@ -328,7 +328,7 @@
328 328 }
329 329 ?>
330 330 <tr id="lnRecurso1" style="display: none">
331   - <td valign="top" align="left">Solicitação de Recurso: </td>
  331 + <td valign="top" align="left">Solicita&ccedil;&atilde;o de Recurso: </td>
332 332 <td colspan="3" align="left"><textarea name="txttextosolicitacao" id="txttextosolicitacao" rows="10" cols="60" onkeyup="setMaxLength(4000,this);"><?php echo $txttextosolicitacao;?></textarea></td>
333 333 </tr>
334 334 <tr id="lnRecurso2" style="display: none">
... ...
acompanhamento/index.php
... ... @@ -44,7 +44,7 @@ $sql = &quot;select sol.*, tip.nome as tiposolicitacao
44 44 $rs = execQueryPag($sql);
45 45  
46 46 ?>
47   -<h1>Consulta de Solicitações Realizadas</h1>
  47 +<h1>Consulta de Solicita&ccedil;&otilde;s Realizadas</h1>
48 48 <br><br>
49 49 <form action="<?php echo URL_BASE_SISTEMA;?>/acompanhamento/index.php" method="post" id="formulario">
50 50 <input type="hidden" name="pagina" id="pagina" value="<?php echo $pagina?>">
... ... @@ -52,20 +52,18 @@ $rs = execQueryPag($sql);
52 52 <legend>Buscar:</legend>
53 53 <table align="center">
54 54 <tr>
55   - <td nowrap>Nº do Protocolo (numero/ano):</td>
  55 + <td nowrap>N&ordm; do Protocolo (numero/ano):</td>
56 56 <td><input type="text" name="fltnumprotocolo" id="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td>
57 57 </tr>
58 58 <tr>
59   - <td>Situação:</td>
60   - <td>
61   - <select name="fltsituacao" id="fltsituacao">
62   - <option value="" <?php echo empty($situacao)?"selected":""; ?>>--Todos--</option>
63   - <option value="A" <?php echo $situacao=="A"?"selected":""; ?>>Aberto</option>
64   - <option value="T" <?php echo $situacao=="T"?"selected":""; ?>>Em tramitação</option>
65   - <option value="N" <?php echo $situacao=="N"?"selected":""; ?>>Negado</option>
66   - <option value="R" <?php echo $situacao=="R"?"selected":""; ?>>Respondido</option>
67   - </select>
68   - </td>
  59 + <td>Situa&ccedil;&atilde;o:</td>
  60 + <td><select name="fltsituacao" id="fltsituacao">
  61 + <option value="" <?php echo empty($situacao)?"selected":""; ?>>--Todos--</option>
  62 + <option value="A" <?php echo $situacao=="A"?"selected":""; ?>>Aberto</option>
  63 + <option value="T" <?php echo $situacao=="T"?"selected":""; ?>>Em tramita&ccedil;&atilde;o</option>
  64 + <option value="N" <?php echo $situacao=="N"?"selected":""; ?>>Negado</option>
  65 + <option value="R" <?php echo $situacao=="R"?"selected":""; ?>>Respondido</option>
  66 + </select></td>
69 67 </tr>
70 68 <tr>
71 69 <td colspan="2" align="center">
... ... @@ -81,11 +79,11 @@ $rs = execQueryPag($sql);
81 79 <table class="tabLista">
82 80 <tr>
83 81 <th>Protocolo</th>
84   - <th>Tipo de Solicitação</th>
85   - <th>Data Solicitação</th>
86   - <th>Previsão Resposta</th>
  82 + <th>Tipo de Solicita&ccedil;&atilde;o</th>
  83 + <th>Data Solicita&ccedil;&atilde;o</th>
  84 + <th>Previs&atilde;o Resposta</th>
87 85 <th>Prorrogado?</th>
88   - <th>Situação</th>
  86 + <th>Situa&ccedil;&atilde;o</th>
89 87 <th>Data Resposta</th>
90 88 </tr>
91 89 <?php
... ...
alterasenha/index.php
... ... @@ -12,7 +12,7 @@
12 12  
13 13 include("../inc/topo.php");
14 14 ?>
15   -<h1>Redefinição de Senha</h1>
  15 +<h1>Redefini&ccedil;&atilde;o de Senha</h1>
16 16 <br><br>
17 17 <form action="<?php echo SITELNK;?>alterasenha/index.php" id="formulario" method="post">
18 18 <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1">
... ...
cadastro/formulario.php
... ... @@ -42,8 +42,10 @@
42 42 <tr>
43 43 <td align="left">*Tipo de Pessoa:</td>
44 44 <td align="left" valign="top">
45   - <input type="radio" name="tipopessoa" value="F" <?php echo ($tipopessoa=="F")?"checked":""; ?> onclick="selecionaTipoPessoa('F');">Física
46   - <input type="radio" name="tipopessoa" value="J" <?php echo ($tipopessoa=="J")?"checked":""; ?> onclick="selecionaTipoPessoa('J');">Jurídica
  45 + <input type="radio" name="tipopessoa" value="F" <?php echo ($tipopessoa=="F")?"checked":""; ?> onclick="selecionaTipoPessoa('F');">
  46 + F&iacute;sica
  47 + <input type="radio" name="tipopessoa" value="J" <?php echo ($tipopessoa=="J")?"checked":""; ?> onclick="selecionaTipoPessoa('J');">
  48 + Jur&iacute;dica
47 49 </td>
48 50 </tr>
49 51 <tr>
... ... @@ -57,7 +59,7 @@
57 59 </td>
58 60 </tr>
59 61 <tr id="lnFaixaEtaria">
60   - <td align="left">Faixa Etária:</td>
  62 + <td align="left">Faixa Et&aacute;ria:</td>
61 63 <td align="left">
62 64 <select name="idfaixaetaria" id="idfaixaetaria">
63 65 <option value="">----</option>
... ... @@ -83,7 +85,7 @@
83 85 </td>
84 86 </tr>
85 87 <tr id="lnProfissao">
86   - <td align="left">Profissão:</td>
  88 + <td align="left">Profiss&atilde;o:</td>
87 89 <td align="left">
88 90 <input type="text" name="profissao" value="<?php echo $profissao;?>" size="30" maxlength="50" />
89 91 </td>
... ... @@ -119,7 +121,7 @@
119 121 </tr>
120 122  
121 123 <tr>
122   - <th style="border-bottom:1px solid #000000" align="left" colspan="2">Endereço</th>
  124 + <th style="border-bottom:1px solid #000000" align="left" colspan="2">Endere&ccedil;o</th>
123 125 </tr>
124 126 <tr id="lendereco">
125 127 <td colspan="2">
... ... @@ -157,7 +159,7 @@
157 159 </td>
158 160 </tr>
159 161 <tr>
160   - <td align="left">Número:</td>
  162 + <td align="left">N&uacute;mero:</td>
161 163 <td align="left">
162 164 <input type="text" name="numero" id="numero" value="<?php echo $numero;?>" maxlength="10" size="10" />
163 165 Complemento:
... ... @@ -176,7 +178,7 @@
176 178 <th style="border-bottom:1px solid #000000" align="left" colspan="2">Acesso ao e-SIC</th>
177 179 </tr>
178 180 <tr>
179   - <td align="left">*Usuário:</td>
  181 + <td align="left">*Usu&aacute;rio:</td>
180 182 <td align="left">
181 183 <b>
182 184 <span id="span_usuario">&nbsp;</span>
... ...
confirmacao/index.php
... ... @@ -17,13 +17,13 @@
17 17 if (!$solicitante->confirmaCadastro($idsolicitantecripto))
18 18 $msg = "<br>".$solicitante->getErro();
19 19 else
20   - $msg = "<br>Prezado(a) ".$solicitante->getNome().", a confirmação de cadastro foi realizada com sucesso. <br><br>Lembrando que seu usuário no sistema é o seu documento cadastrado: <b>".$solicitante->getCpfCnpj()."</b>.";
  20 + $msg = "<br>Prezado(a) ".$solicitante->getNome().", a confirma&ccedil;&atilde;o de cadastro foi realizada com sucesso. <br><br>Lembrando que seu usu&aacute;rio no sistema &eacute; o seu documento cadastrado: <b>".$solicitante->getCpfCnpj()."</b>.";
21 21  
22 22 $solicitante = null;
23 23  
24 24 include_once("../inc/topo.php");
25 25  
26   - echo "<h1>Confirmação de Cadastro</h1>";
  26 + echo "<h1>Confirma&ccedil;&atilde;o de Cadastro</h1>";
27 27  
28 28 echo $msg."<br><br>&nbsp;";
29 29  
... ...
enquete/index.php
... ... @@ -43,9 +43,9 @@ else
43 43 <input type="radio" name="resposta" value="U" <?php echo ($resposta=="U")?"checked":"";?>>Ruim &nbsp;
44 44 <input type="radio" name="resposta" value="R" <?php echo ($resposta=="R")?"checked":"";?>>Regular &nbsp;
45 45 <input type="radio" name="resposta" value="B" <?php echo ($resposta=="B")?"checked":"";?>>Bom &nbsp;
46   - <input type="radio" name="resposta" value="O" <?php echo ($resposta=="O")?"checked":"";?>>Ótimo &nbsp;
  46 + <input type="radio" name="resposta" value="O" <?php echo ($resposta=="O")?"checked":"";?>>&Oacute;timo &nbsp;
47 47  
48   - <br><br>Considerações:<br>
  48 + <br><br>Considera&ccedil;&otilde;es:<br>
49 49 <textarea name="comentario" onKeyUp="setMaxLength(2000,this);" rows="8" cols="70" ><?php echo $comentario;?></textarea>
50 50  
51 51 <br><br>
... ...
estatistica/index.php
1 1 <?php
2 2 /**********************************************************************************
3   - Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
  3 + Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
4 4  
5 5 Copyright (C) 2014 Prefeitura Municipal do Natal
6 6  
7   - Este programa é software livre; você pode redistribuí-lo e/ou
8   - modificá-lo sob os termos da Licença GPL2.
  7 + Este programa é software livre; você pode redistribuí-lo e/ou
  8 + modificá-lo sob os termos da Licença GPL2.
9 9 ***********************************************************************************/
10 10  
11 11  
12 12 include("../inc/database.php");
13 13  
14   - //recupera o quantitativo de solicitações em aberto e respondidas por ano
  14 + //recupera o quantitativo de solicitações em aberto e respondidas por ano
15 15 $sql = "SELECT anoprotocolo as ano,
16 16 count(*) as qtde
17 17 FROM lda_solicitacao
... ... @@ -31,7 +31,7 @@
31 31 while ($row = mysql_fetch_assoc($rs)) {
32 32 $i++;
33 33  
34   - //recupera o quantitativo de solicitações no ano da iteração que foram respondidas
  34 + //recupera o quantitativo de solicitações no ano da iteração que foram respondidas
35 35 $sql="select count(*) as tot from lda_solicitacao where anoprotocolo = ".$row['ano']." and situacao in('R','N')";
36 36 $rsResp = execQuery($sql);
37 37 $rowResp = mysql_fetch_array($rsResp);
... ...
faleconosco/index.php
... ... @@ -20,7 +20,7 @@ include(&quot;../inc/topo.php&quot;);
20 20  
21 21 <div id="ouvidoria">
22 22 <p><br><b>Ouvidoria<br>
23   - <span>Faça sua Denúncia, Elogio ou Reclamação através dos seguintes contatos:</span></b><br>
  23 + <span>Faça sua Den&uacute;ncia, Elogio ou Reclama&ccedil;&atilde;o atrav&eacute;s dos seguintes contatos:</span></b><br>
24 24 <i>e-mail : ouvidoria@natal.rn.gov.br<br>
25 25 Telefone : 3232-6748 e 3232-6389<br>
26 26 Twitter: https://twitter.com/ogmnatal</i><br></p>
... ...
inc/rodape.php
1 1 <?php
2 2 /**********************************************************************************
3   - Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
  3 + Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
4 4  
5 5 Copyright (C) 2014 Prefeitura Municipal do Natal
6 6  
7   - Este programa é software livre; você pode redistribuí-lo e/ou
8   - modificá-lo sob os termos da Licença GPL2.
  7 + Este programa é software livre; você pode redistribuí-lo e/ou
  8 + modificá-lo sob os termos da Licença GPL2.
9 9 ***********************************************************************************/
10 10 ?>
11 11 </div>
... ... @@ -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  
19 19 <div id="iconesw3c" >
... ... @@ -25,7 +25,7 @@
25 25  
26 26 </div>
27 27 <div id="rodapetexto2">
28   - Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável.
  28 + Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustent&aacute;vel.
29 29 </div>
30 30 </div>
31 31 </div>
... ...
inc/topo.php
... ... @@ -18,7 +18,7 @@ include(&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">
... ... @@ -66,11 +66,11 @@ include(&quot;config.php&quot;);
66 66 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
67 67 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li>
68 68 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
69   - <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e Órgãos</a></li>
  69 + <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e &Oacute;rg&atilde;os</a></li>
70 70 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
71 71 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li>
72 72 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
73   - <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transparência</a></li>
  73 + <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transpar&ecirc;ncia</a></li>
74 74 </ul>
75 75 </div>
76 76  
... ... @@ -88,30 +88,30 @@ include(&quot;config.php&quot;);
88 88 <?php if (!empty($_SESSION[SISTEMA_CODIGO])) { ?>
89 89 <ul>
90 90  
91   - <li class="opcao"><a href="../index.php">Inicio</a></li>
  91 + <li class="opcao"><a href="../index.php">In&iacute;cio</a></li>
92 92 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
93 93 <li class="opcao"><a href="../solicitante">Alterar Cadastro</a></li>
94 94 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
95 95 <li class="opcao"><a href="../alterasenha">Alterar Senha</a></li>
96 96 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
97   - <li class="opcao"><a href="../solicitacao">Fazer Solicitação</a></li>
  97 + <li class="opcao"><a href="../solicitacao">Fazer Solicita&ccedil;&atilde;o</a></li>
98 98 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
99   - <li class="opcao"><a href="../acompanhamento">Solicitações Realizadas</a></li>
  99 + <li class="opcao"><a href="../acompanhamento">Solicita&ccedil;&otilde;es Realizadas</a></li>
100 100 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
101 101 <li class="opcao"><a href="../index/logout.php">Sair</a></li>
102 102 </ul>
103 103 <?php } else {?>
104 104 <ul>
105 105 <li class="opcao"><a href="#"></a></li>
106   - <li class="opcao"><a href="../index">Lei de Acesso à Informação</a></li>
  106 + <li class="opcao"><a href="../index">Lei de Acesso &agrave; Informa&ccedil;&atilde;o</a></li>
107 107 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
108   - <li class="opcao"><a href="../manual/InformacaoMundo.php">Acesso à Informação no Mundo</a></li>
  108 + <li class="opcao"><a href="../manual/InformacaoMundo.php">Acesso &agrave; Informa&ccedil;&atilde;o no Mundo</a></li>
109 109 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
110 110 <li class="opcao"><a href="../manual/LeiAcessoMundo.php">SIC'S</a></li>
111 111 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
112 112 <li class="opcao"><a href="../manual">Manual</a></li>
113 113 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
114   - <li class="opcao"><a href="../estatistica">Estatística</a></li>
  114 + <li class="opcao"><a href="../estatistica">Estat&iacute;stica</a></li>
115 115 </ul>
116 116 <?php }?>
117 117 </ul>
... ...
index/index.php
... ... @@ -68,7 +68,7 @@ include(&quot;../inc/topo.php&quot;);
68 68 <div id="caixa_login">
69 69 <form action="index.php" method="post">
70 70 <div class="titulo_caixa_login"> Acesse o sistema</div>
71   - <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span>
  71 + <span class="Mensagem">Preencha o Nome do Usu&aacute;rio e senha para acessar o Sistema de Informa&ccedil;&otilde;es.</span>
72 72  
73 73 <div id="campos">
74 74  
... ... @@ -80,7 +80,7 @@ include(&quot;../inc/topo.php&quot;);
80 80 <tr align="right">
81 81  
82 82 <td>
83   - <span class="labelLogin"><label id="login">Usuário: </label> </span>
  83 + <span class="labelLogin"><label id="login">Usu&aacute;rio: </label> </span>
84 84 </td>
85 85 <td>
86 86 <span class="inputLogin"><input type="text" name="login" maxlength="20" id="login" > </span>
... ... @@ -100,7 +100,7 @@ include(&quot;../inc/topo.php&quot;);
100 100 <br>
101 101 <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha">
102 102 <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem"onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';">
103   - <br><span class="labelLogin">Informe o código acima:</span><br><input type="text" name="palavra" />
  103 + <br><span class="labelLogin">Informe o c&oocute;digo acima:</span><br><input type="text" name="palavra" />
104 104 </td>
105 105 </tr>
106 106 <?php } ?>
... ... @@ -127,9 +127,9 @@ include(&quot;../inc/topo.php&quot;);
127 127 <div id="login">
128 128 <span class="Mensagem">
129 129 <br>
130   - Olá <?php echo getSession("nomeusuario");?>!
131   - <br><br>
132   - Caso não seja você [<a href="../index/logout.php" class="class_cadastrese">clique aqui</a>]
  130 + Ol&aacute; <?php echo getSession("nomeusuario");?>!
  131 + <br><br>
  132 + Caso n&atilde;o seja voc&ecirc; [<a href="../index/logout.php" class="class_cadastrese">clique aqui</a>]
133 133 </span>
134 134 </div>
135 135 <?php } ?>
... ... @@ -143,25 +143,25 @@ include(&quot;../inc/topo.php&quot;);
143 143 <table "width: 100%;">
144 144 <tr>
145 145 <th "width: 40%;">
146   - SIC - Serviço de informação ao Cidadão
147   - </th>
  146 + SIC - Serviço de informa&ccedil;&atilde;o ao Cidad&atilde;o
  147 + </th>
148 148 <th "width: 30%;">
149 149 Lei de Acesso
150 150 </th>
151 151 <th "width: 30%;">
152 152  
153   - Links úteis
  153 + Links &uacute;teis
154 154 </th>
155 155 </tr>
156 156 <tr>
157 157 <td>
158   - <a href="../manual/informacao.php">Como pedir uma informação</a>
  158 + <a href="../manual/informacao.php">Como pedir uma informa&ccedil;&atilde;o</a>
159 159 </td>
160 160 <td>
161 161 <a href="../manual/decreto.php">Decreto</a>
162 162 </td>
163 163 <td>
164   - <a href="http://www.acessoainformacao.gov.br/acessoainformacaogov/">Acesso à informação CGU</a>
  164 + <a href="http://www.acessoainformacao.gov.br/acessoainformacaogov/">Acesso &agrave; informa&ccedil;&atilde;o CGU</a>
165 165 </td>
166 166 </tr>
167 167 <tr>
... ... @@ -169,10 +169,10 @@ include(&quot;../inc/topo.php&quot;);
169 169 <a href="../manual/pedido.php">Como acompanhar seu pedido</a>
170 170 </td>
171 171 <td>
172   - <a href="../manual/LegislacaoRelacionada.php">Legislação relacionada</a>
173   - </td>
  172 + <a href="../manual/LegislacaoRelacionada.php">Legisla&ccedil;&atilde;o relacionada</a>
  173 + </td>
174 174 <td>
175   - <a href="http://portal2.tcu.gov.br/portal/page/portal/TCU/transparencia">Acesso à informação TCU</a>
  175 + <a href="http://portal2.tcu.gov.br/portal/page/portal/TCU/transparencia">Acesso &agrave; informa&ccedil;&atilde;o TCU</a>
176 176 </td>
177 177 </tr>
178 178 <tr>
... ...
reset/index.php
... ... @@ -23,7 +23,7 @@ include(&quot;../inc/topo.php&quot;);
23 23 </form>
24 24  
25 25 <br>
26   - <a href="../cadastro">Não tem cadastro?</a>
  26 + <a href="../cadastro">N&atilde;o tem cadastro?</a>
27 27 <br>&nbsp;
28 28 </div>
29 29 <?php
... ...
solicitacao/index.php
... ... @@ -12,12 +12,12 @@
12 12 require_once("../inc/topo.php");
13 13 ?>
14 14  
15   -<h1>Formulário de Solicitação de Informação</h1>
  15 +<h1>Formul&aacute;rio de Solicita&ccedil;&atilde;o de Informa&ccedil;&atilde;o</h1>
16 16 <br>
17 17 <?php
18 18 if (empty($_GET['ok'])){
19 19 ?>
20   - Descreva de forma detalhada sua solicitação<br>
  20 + Descreva de forma detalhada sua solicita&ccedil;&atilde;o<br>
21 21 <form action="<?php echo URL_BASE_SISTEMA;?>solicitacao/index.php" id="formulario" method="post">
22 22 <?php include_once("../solicitacao/formulario.php");?>
23 23 </form>
... ... @@ -26,7 +26,7 @@ if (empty($_GET[&#39;ok&#39;])){
26 26 }
27 27 else
28 28 {
29   - ?><br>Solitação cadastrada com sucesso.<?php
  29 + ?><br>Solita&ccedil;&atilde;o cadastrada com sucesso.<?php
30 30 }
31 31 include("../inc/rodape.php");
32   -?>
33 32 \ No newline at end of file
  33 +?>
... ...