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,7 +18,7 @@
18 <script language="JavaScript" src="../js/XmlHttpLookup.js"></script> 18 <script language="JavaScript" src="../js/XmlHttpLookup.js"></script>
19 19
20 <script src="inc/js/functions.js"></script> 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 <br><br> 22 <br><br>
23 <script> 23 <script>
24 function fechaTudo(){ 24 function fechaTudo(){
@@ -161,22 +161,22 @@ @@ -161,22 +161,22 @@
161 161
162 <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe"> 162 <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe">
163 <tr> 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 </tr> 165 </tr>
166 <tr id="lnDemanda1"> 166 <tr id="lnDemanda1">
167 <td align="left"> 167 <td align="left">
168 - <b>Numero Protocolo</b> <br> 168 + <b>N&uacute;mero Protocolo</b> <br>
169 &nbsp;&nbsp;<?php echo $numeroprotocolo; ?> 169 &nbsp;&nbsp;<?php echo $numeroprotocolo; ?>
170 </td> 170 </td>
171 <td align="left"> 171 <td align="left">
172 - <b>Tipo Solicitação</b> <br> 172 + <b>Tipo Solicita&ccedil;&atilde;o</b> <br>
173 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?> 173 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?>
174 <?php if(!empty($idsolicitacaoorigem)){?> 174 <?php if(!empty($idsolicitacaoorigem)){?>
175 <a href="<?php echo URL_BASE_SISTEMA;?>acompanhamento/cadastro.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a> 175 <a href="<?php echo URL_BASE_SISTEMA;?>acompanhamento/cadastro.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a>
176 <?php }?> 176 <?php }?>
177 </td> 177 </td>
178 <td align="left"> 178 <td align="left">
179 - <b>Situação</b> <br> 179 + <b>Situa&ccedil;&atilde;o</b> <br>
180 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoSituacao($situacao); ?> 180 &nbsp;&nbsp;<?php echo Solicitacao::getDescricaoSituacao($situacao); ?>
181 </td> 181 </td>
182 <td align="left"> 182 <td align="left">
@@ -186,25 +186,25 @@ @@ -186,25 +186,25 @@
186 </tr> 186 </tr>
187 <tr id="lnDemanda2"> 187 <tr id="lnDemanda2">
188 <td align="left" valign="top"> 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 &nbsp;&nbsp;<?php echo $datasolicitacao; ?> 190 &nbsp;&nbsp;<?php echo $datasolicitacao; ?>
191 </td> 191 </td>
192 <td align="left" valign="top"> 192 <td align="left" valign="top">
193 - <b>Previsão Retorno</b> <br> 193 + <b>Previs&atilde;o Retorno</b> <br>
194 &nbsp;&nbsp;<?php echo $dataprevisaorespota; ?> 194 &nbsp;&nbsp;<?php echo $dataprevisaorespota; ?>
195 </td> 195 </td>
196 <td align="left" valign="top"> 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 &nbsp;&nbsp;<?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?> 198 &nbsp;&nbsp;<?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?>
199 </td> 199 </td>
200 <td align="left" valign="top"> 200 <td align="left" valign="top">
201 - <b>Porrogação</b> <br> 201 + <b>Porroga&ccedil;&atilde;o</b> <br>
202 &nbsp;&nbsp;<?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br>&nbsp;&nbsp;Motivo: ".$motivoprorrogacao:"Não Prorrogado";?> 202 &nbsp;&nbsp;<?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br>&nbsp;&nbsp;Motivo: ".$motivoprorrogacao:"Não Prorrogado";?>
203 </td> 203 </td>
204 </tr> 204 </tr>
205 <tr id="lnDemanda3"> 205 <tr id="lnDemanda3">
206 <td align="left" colspan="4"> 206 <td align="left" colspan="4">
207 - <b>Solicitação</b><br> 207 + <b>Solicita&ccedil;&atilde;o</b><br>
208 &nbsp;&nbsp;<?php echo $textosolicitacao;?> 208 &nbsp;&nbsp;<?php echo $textosolicitacao;?>
209 </td> 209 </td>
210 </tr> 210 </tr>
@@ -245,17 +245,17 @@ @@ -245,17 +245,17 @@
245 </td> 245 </td>
246 </tr> 246 </tr>
247 <tr> 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 </tr> 249 </tr>
250 <tr id="lnMovimentacoes"> 250 <tr id="lnMovimentacoes">
251 <td width="100%" colspan="4"> 251 <td width="100%" colspan="4">
252 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe"> 252 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe">
253 <tr> 253 <tr>
254 <th>Data Envio</th> 254 <th>Data Envio</th>
255 - <th>Usuário Envio</th> 255 + <th>Usu&aacute;rio Envio</th>
256 <th>Destino</th> 256 <th>Destino</th>
257 <th>Data Recebimento</th> 257 <th>Data Recebimento</th>
258 - <th>Usuário Recebimento</th> 258 + <th>Usu&aacute;rio Recebimento</th>
259 </tr> 259 </tr>
260 <?php 260 <?php
261 $rsMov = Solicitacao::getMovimentacao($idsolicitacao); 261 $rsMov = Solicitacao::getMovimentacao($idsolicitacao);
@@ -302,10 +302,10 @@ @@ -302,10 +302,10 @@
302 <td width="100%" colspan="4"> 302 <td width="100%" colspan="4">
303 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe"> 303 <table align="center" width="100%" cellpadding="0" cellspacing="1" class="tabListaDetalhe">
304 <tr> 304 <tr>
305 - <th>Data Solicitação</th> 305 + <th>Data Solicita&ccedil;&atilde;o</th>
306 <th>Recurso</th> 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 <th>Data Resposta</th> 309 <th>Data Resposta</th>
310 </tr> 310 </tr>
311 <?php 311 <?php
@@ -328,7 +328,7 @@ @@ -328,7 +328,7 @@
328 } 328 }
329 ?> 329 ?>
330 <tr id="lnRecurso1" style="display: none"> 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 <td colspan="3" align="left"><textarea name="txttextosolicitacao" id="txttextosolicitacao" rows="10" cols="60" onkeyup="setMaxLength(4000,this);"><?php echo $txttextosolicitacao;?></textarea></td> 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 </tr> 333 </tr>
334 <tr id="lnRecurso2" style="display: none"> 334 <tr id="lnRecurso2" style="display: none">
acompanhamento/index.php
@@ -44,7 +44,7 @@ $sql = &quot;select sol.*, tip.nome as tiposolicitacao @@ -44,7 +44,7 @@ $sql = &quot;select sol.*, tip.nome as tiposolicitacao
44 $rs = execQueryPag($sql); 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 <br><br> 48 <br><br>
49 <form action="<?php echo URL_BASE_SISTEMA;?>/acompanhamento/index.php" method="post" id="formulario"> 49 <form action="<?php echo URL_BASE_SISTEMA;?>/acompanhamento/index.php" method="post" id="formulario">
50 <input type="hidden" name="pagina" id="pagina" value="<?php echo $pagina?>"> 50 <input type="hidden" name="pagina" id="pagina" value="<?php echo $pagina?>">
@@ -52,20 +52,18 @@ $rs = execQueryPag($sql); @@ -52,20 +52,18 @@ $rs = execQueryPag($sql);
52 <legend>Buscar:</legend> 52 <legend>Buscar:</legend>
53 <table align="center"> 53 <table align="center">
54 <tr> 54 <tr>
55 - <td nowrap>Nº do Protocolo (numero/ano):</td> 55 + <td nowrap>N&ordm; do Protocolo (numero/ano):</td>
56 <td><input type="text" name="fltnumprotocolo" id="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> 56 <td><input type="text" name="fltnumprotocolo" id="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td>
57 </tr> 57 </tr>
58 <tr> 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 </tr> 67 </tr>
70 <tr> 68 <tr>
71 <td colspan="2" align="center"> 69 <td colspan="2" align="center">
@@ -81,11 +79,11 @@ $rs = execQueryPag($sql); @@ -81,11 +79,11 @@ $rs = execQueryPag($sql);
81 <table class="tabLista"> 79 <table class="tabLista">
82 <tr> 80 <tr>
83 <th>Protocolo</th> 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 <th>Prorrogado?</th> 85 <th>Prorrogado?</th>
88 - <th>Situação</th> 86 + <th>Situa&ccedil;&atilde;o</th>
89 <th>Data Resposta</th> 87 <th>Data Resposta</th>
90 </tr> 88 </tr>
91 <?php 89 <?php
alterasenha/index.php
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 12
13 include("../inc/topo.php"); 13 include("../inc/topo.php");
14 ?> 14 ?>
15 -<h1>Redefinição de Senha</h1> 15 +<h1>Redefini&ccedil;&atilde;o de Senha</h1>
16 <br><br> 16 <br><br>
17 <form action="<?php echo SITELNK;?>alterasenha/index.php" id="formulario" method="post"> 17 <form action="<?php echo SITELNK;?>alterasenha/index.php" id="formulario" method="post">
18 <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1"> 18 <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1">
cadastro/formulario.php
@@ -42,8 +42,10 @@ @@ -42,8 +42,10 @@
42 <tr> 42 <tr>
43 <td align="left">*Tipo de Pessoa:</td> 43 <td align="left">*Tipo de Pessoa:</td>
44 <td align="left" valign="top"> 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 </td> 49 </td>
48 </tr> 50 </tr>
49 <tr> 51 <tr>
@@ -57,7 +59,7 @@ @@ -57,7 +59,7 @@
57 </td> 59 </td>
58 </tr> 60 </tr>
59 <tr id="lnFaixaEtaria"> 61 <tr id="lnFaixaEtaria">
60 - <td align="left">Faixa Etária:</td> 62 + <td align="left">Faixa Et&aacute;ria:</td>
61 <td align="left"> 63 <td align="left">
62 <select name="idfaixaetaria" id="idfaixaetaria"> 64 <select name="idfaixaetaria" id="idfaixaetaria">
63 <option value="">----</option> 65 <option value="">----</option>
@@ -83,7 +85,7 @@ @@ -83,7 +85,7 @@
83 </td> 85 </td>
84 </tr> 86 </tr>
85 <tr id="lnProfissao"> 87 <tr id="lnProfissao">
86 - <td align="left">Profissão:</td> 88 + <td align="left">Profiss&atilde;o:</td>
87 <td align="left"> 89 <td align="left">
88 <input type="text" name="profissao" value="<?php echo $profissao;?>" size="30" maxlength="50" /> 90 <input type="text" name="profissao" value="<?php echo $profissao;?>" size="30" maxlength="50" />
89 </td> 91 </td>
@@ -119,7 +121,7 @@ @@ -119,7 +121,7 @@
119 </tr> 121 </tr>
120 122
121 <tr> 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 </tr> 125 </tr>
124 <tr id="lendereco"> 126 <tr id="lendereco">
125 <td colspan="2"> 127 <td colspan="2">
@@ -157,7 +159,7 @@ @@ -157,7 +159,7 @@
157 </td> 159 </td>
158 </tr> 160 </tr>
159 <tr> 161 <tr>
160 - <td align="left">Número:</td> 162 + <td align="left">N&uacute;mero:</td>
161 <td align="left"> 163 <td align="left">
162 <input type="text" name="numero" id="numero" value="<?php echo $numero;?>" maxlength="10" size="10" /> 164 <input type="text" name="numero" id="numero" value="<?php echo $numero;?>" maxlength="10" size="10" />
163 Complemento: 165 Complemento:
@@ -176,7 +178,7 @@ @@ -176,7 +178,7 @@
176 <th style="border-bottom:1px solid #000000" align="left" colspan="2">Acesso ao e-SIC</th> 178 <th style="border-bottom:1px solid #000000" align="left" colspan="2">Acesso ao e-SIC</th>
177 </tr> 179 </tr>
178 <tr> 180 <tr>
179 - <td align="left">*Usuário:</td> 181 + <td align="left">*Usu&aacute;rio:</td>
180 <td align="left"> 182 <td align="left">
181 <b> 183 <b>
182 <span id="span_usuario">&nbsp;</span> 184 <span id="span_usuario">&nbsp;</span>
confirmacao/index.php
@@ -17,13 +17,13 @@ @@ -17,13 +17,13 @@
17 if (!$solicitante->confirmaCadastro($idsolicitantecripto)) 17 if (!$solicitante->confirmaCadastro($idsolicitantecripto))
18 $msg = "<br>".$solicitante->getErro(); 18 $msg = "<br>".$solicitante->getErro();
19 else 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 $solicitante = null; 22 $solicitante = null;
23 23
24 include_once("../inc/topo.php"); 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 echo $msg."<br><br>&nbsp;"; 28 echo $msg."<br><br>&nbsp;";
29 29
enquete/index.php
@@ -43,9 +43,9 @@ else @@ -43,9 +43,9 @@ else
43 <input type="radio" name="resposta" value="U" <?php echo ($resposta=="U")?"checked":"";?>>Ruim &nbsp; 43 <input type="radio" name="resposta" value="U" <?php echo ($resposta=="U")?"checked":"";?>>Ruim &nbsp;
44 <input type="radio" name="resposta" value="R" <?php echo ($resposta=="R")?"checked":"";?>>Regular &nbsp; 44 <input type="radio" name="resposta" value="R" <?php echo ($resposta=="R")?"checked":"";?>>Regular &nbsp;
45 <input type="radio" name="resposta" value="B" <?php echo ($resposta=="B")?"checked":"";?>>Bom &nbsp; 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 <textarea name="comentario" onKeyUp="setMaxLength(2000,this);" rows="8" cols="70" ><?php echo $comentario;?></textarea> 49 <textarea name="comentario" onKeyUp="setMaxLength(2000,this);" rows="8" cols="70" ><?php echo $comentario;?></textarea>
50 50
51 <br><br> 51 <br><br>
estatistica/index.php
1 <?php 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 Copyright (C) 2014 Prefeitura Municipal do Natal 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 include("../inc/database.php"); 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 $sql = "SELECT anoprotocolo as ano, 15 $sql = "SELECT anoprotocolo as ano,
16 count(*) as qtde 16 count(*) as qtde
17 FROM lda_solicitacao 17 FROM lda_solicitacao
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 while ($row = mysql_fetch_assoc($rs)) { 31 while ($row = mysql_fetch_assoc($rs)) {
32 $i++; 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 $sql="select count(*) as tot from lda_solicitacao where anoprotocolo = ".$row['ano']." and situacao in('R','N')"; 35 $sql="select count(*) as tot from lda_solicitacao where anoprotocolo = ".$row['ano']." and situacao in('R','N')";
36 $rsResp = execQuery($sql); 36 $rsResp = execQuery($sql);
37 $rowResp = mysql_fetch_array($rsResp); 37 $rowResp = mysql_fetch_array($rsResp);
faleconosco/index.php
@@ -20,7 +20,7 @@ include(&quot;../inc/topo.php&quot;); @@ -20,7 +20,7 @@ include(&quot;../inc/topo.php&quot;);
20 20
21 <div id="ouvidoria"> 21 <div id="ouvidoria">
22 <p><br><b>Ouvidoria<br> 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 <i>e-mail : ouvidoria@natal.rn.gov.br<br> 24 <i>e-mail : ouvidoria@natal.rn.gov.br<br>
25 Telefone : 3232-6748 e 3232-6389<br> 25 Telefone : 3232-6748 e 3232-6389<br>
26 Twitter: https://twitter.com/ogmnatal</i><br></p> 26 Twitter: https://twitter.com/ogmnatal</i><br></p>
inc/rodape.php
1 <?php 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 Copyright (C) 2014 Prefeitura Municipal do Natal 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 </div> 11 </div>
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <div id="rodape"> 13 <div id="rodape">
14 14
15 <div id="rodapetexto1"> 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 </div> 17 </div>
18 18
19 <div id="iconesw3c" > 19 <div id="iconesw3c" >
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 25
26 </div> 26 </div>
27 <div id="rodapetexto2"> 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 </div> 29 </div>
30 </div> 30 </div>
31 </div> 31 </div>
@@ -18,7 +18,7 @@ include(&quot;config.php&quot;); @@ -18,7 +18,7 @@ include(&quot;config.php&quot;);
18 <!-- CSS --> 18 <!-- CSS -->
19 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" /> 19 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" />
20 <!-- TAG PARA O GOOGLEBOT --> 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 <meta charset="utf-8"> 22 <meta charset="utf-8">
23 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 23 <meta http-equiv="X-UA-Compatible" content="IE=edge">
24 <meta name="viewport" content="width=device-width, initial-scale=1"> 24 <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -66,11 +66,11 @@ include(&quot;config.php&quot;); @@ -66,11 +66,11 @@ include(&quot;config.php&quot;);
66 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> 66 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
67 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li> 67 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li>
68 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> 70 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
71 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li> 71 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li>
72 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 </ul> 74 </ul>
75 </div> 75 </div>
76 76
@@ -88,30 +88,30 @@ include(&quot;config.php&quot;); @@ -88,30 +88,30 @@ include(&quot;config.php&quot;);
88 <?php if (!empty($_SESSION[SISTEMA_CODIGO])) { ?> 88 <?php if (!empty($_SESSION[SISTEMA_CODIGO])) { ?>
89 <ul> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> 92 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
93 <li class="opcao"><a href="../solicitante">Alterar Cadastro</a></li> 93 <li class="opcao"><a href="../solicitante">Alterar Cadastro</a></li>
94 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 94 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
95 <li class="opcao"><a href="../alterasenha">Alterar Senha</a></li> 95 <li class="opcao"><a href="../alterasenha">Alterar Senha</a></li>
96 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 100 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
101 <li class="opcao"><a href="../index/logout.php">Sair</a></li> 101 <li class="opcao"><a href="../index/logout.php">Sair</a></li>
102 </ul> 102 </ul>
103 <?php } else {?> 103 <?php } else {?>
104 <ul> 104 <ul>
105 <li class="opcao"><a href="#"></a></li> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 109 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
110 <li class="opcao"><a href="../manual/LeiAcessoMundo.php">SIC'S</a></li> 110 <li class="opcao"><a href="../manual/LeiAcessoMundo.php">SIC'S</a></li>
111 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 111 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
112 <li class="opcao"><a href="../manual">Manual</a></li> 112 <li class="opcao"><a href="../manual">Manual</a></li>
113 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/> 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 </ul> 115 </ul>
116 <?php }?> 116 <?php }?>
117 </ul> 117 </ul>
index/index.php
@@ -68,7 +68,7 @@ include(&quot;../inc/topo.php&quot;); @@ -68,7 +68,7 @@ include(&quot;../inc/topo.php&quot;);
68 <div id="caixa_login"> 68 <div id="caixa_login">
69 <form action="index.php" method="post"> 69 <form action="index.php" method="post">
70 <div class="titulo_caixa_login"> Acesse o sistema</div> 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 <div id="campos"> 73 <div id="campos">
74 74
@@ -80,7 +80,7 @@ include(&quot;../inc/topo.php&quot;); @@ -80,7 +80,7 @@ include(&quot;../inc/topo.php&quot;);
80 <tr align="right"> 80 <tr align="right">
81 81
82 <td> 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 </td> 84 </td>
85 <td> 85 <td>
86 <span class="inputLogin"><input type="text" name="login" maxlength="20" id="login" > </span> 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,7 +100,7 @@ include(&quot;../inc/topo.php&quot;);
100 <br> 100 <br>
101 <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha"> 101 <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha">
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';"> 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 </td> 104 </td>
105 </tr> 105 </tr>
106 <?php } ?> 106 <?php } ?>
@@ -127,9 +127,9 @@ include(&quot;../inc/topo.php&quot;); @@ -127,9 +127,9 @@ include(&quot;../inc/topo.php&quot;);
127 <div id="login"> 127 <div id="login">
128 <span class="Mensagem"> 128 <span class="Mensagem">
129 <br> 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 </span> 133 </span>
134 </div> 134 </div>
135 <?php } ?> 135 <?php } ?>
@@ -143,25 +143,25 @@ include(&quot;../inc/topo.php&quot;); @@ -143,25 +143,25 @@ include(&quot;../inc/topo.php&quot;);
143 <table "width: 100%;"> 143 <table "width: 100%;">
144 <tr> 144 <tr>
145 <th "width: 40%;"> 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 <th "width: 30%;"> 148 <th "width: 30%;">
149 Lei de Acesso 149 Lei de Acesso
150 </th> 150 </th>
151 <th "width: 30%;"> 151 <th "width: 30%;">
152 152
153 - Links úteis 153 + Links &uacute;teis
154 </th> 154 </th>
155 </tr> 155 </tr>
156 <tr> 156 <tr>
157 <td> 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 </td> 159 </td>
160 <td> 160 <td>
161 <a href="../manual/decreto.php">Decreto</a> 161 <a href="../manual/decreto.php">Decreto</a>
162 </td> 162 </td>
163 <td> 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 </td> 165 </td>
166 </tr> 166 </tr>
167 <tr> 167 <tr>
@@ -169,10 +169,10 @@ include(&quot;../inc/topo.php&quot;); @@ -169,10 +169,10 @@ include(&quot;../inc/topo.php&quot;);
169 <a href="../manual/pedido.php">Como acompanhar seu pedido</a> 169 <a href="../manual/pedido.php">Como acompanhar seu pedido</a>
170 </td> 170 </td>
171 <td> 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 <td> 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 </td> 176 </td>
177 </tr> 177 </tr>
178 <tr> 178 <tr>
reset/index.php
@@ -23,7 +23,7 @@ include(&quot;../inc/topo.php&quot;); @@ -23,7 +23,7 @@ include(&quot;../inc/topo.php&quot;);
23 </form> 23 </form>
24 24
25 <br> 25 <br>
26 - <a href="../cadastro">Não tem cadastro?</a> 26 + <a href="../cadastro">N&atilde;o tem cadastro?</a>
27 <br>&nbsp; 27 <br>&nbsp;
28 </div> 28 </div>
29 <?php 29 <?php
solicitacao/index.php
@@ -12,12 +12,12 @@ @@ -12,12 +12,12 @@
12 require_once("../inc/topo.php"); 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 <br> 16 <br>
17 <?php 17 <?php
18 if (empty($_GET['ok'])){ 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 <form action="<?php echo URL_BASE_SISTEMA;?>solicitacao/index.php" id="formulario" method="post"> 21 <form action="<?php echo URL_BASE_SISTEMA;?>solicitacao/index.php" id="formulario" method="post">
22 <?php include_once("../solicitacao/formulario.php");?> 22 <?php include_once("../solicitacao/formulario.php");?>
23 </form> 23 </form>
@@ -26,7 +26,7 @@ if (empty($_GET[&#39;ok&#39;])){ @@ -26,7 +26,7 @@ if (empty($_GET[&#39;ok&#39;])){
26 } 26 }
27 else 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 include("../inc/rodape.php"); 31 include("../inc/rodape.php");
32 -?>  
33 \ No newline at end of file 32 \ No newline at end of file
  33 +?>