Commit 0d1525b084e677ae4490bd468752badea2947482

Authored by unknown
2 parents 4663ac5e 8012f042

Merge branch 'master' of beta.softwarepublico.gov.br:e-sic-livre/e-sic-livre

acompanhamento/cadastro.php
  1 +<?xml version = "1.0" ?>
  2 +
1 <?php 3 <?php
2 /********************************************************************************** 4 /**********************************************************************************
3 Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso. 5 Sistema e-SIC Livre: sistema de acesso a informação baseado na lei de acesso.
@@ -361,4 +363,4 @@ getErro($erro); @@ -361,4 +363,4 @@ getErro($erro);
361 363
362 364
363 include("../inc/rodape.php"); 365 include("../inc/rodape.php");
364 -?>  
365 \ No newline at end of file 366 \ No newline at end of file
  367 +?>
acompanhamento/index.php
@@ -119,4 +119,4 @@ $rs = execQueryPag($sql); @@ -119,4 +119,4 @@ $rs = execQueryPag($sql);
119 </form> 119 </form>
120 <?php 120 <?php
121 include "../inc/rodape.php"; 121 include "../inc/rodape.php";
122 -?>  
123 \ No newline at end of file 122 \ No newline at end of file
  123 +?>
cadastro/index.php
@@ -27,4 +27,4 @@ @@ -27,4 +27,4 @@
27 getErro($erro); 27 getErro($erro);
28 } 28 }
29 include("../inc/rodape.php"); 29 include("../inc/rodape.php");
30 -?>  
31 \ No newline at end of file 30 \ No newline at end of file
  31 +?>
inc/lkpcep.php
@@ -36,4 +36,4 @@ @@ -36,4 +36,4 @@
36 showQueryDiv("<?php echo $q;?>", new Array(<?php echo $codigos;?>), new Array(<?php echo $nomes;?>)) 36 showQueryDiv("<?php echo $q;?>", new Array(<?php echo $codigos;?>), new Array(<?php echo $nomes;?>))
37 37
38 38
39 -  
40 \ No newline at end of file 39 \ No newline at end of file
  40 +
inc/rodape.php
@@ -16,9 +16,9 @@ @@ -16,9 +16,9 @@
16 SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto: 16 SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto:
17 </div> 17 </div>
18 <div id="iconesw3c"> 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 </div> 22 </div>
23 <div id="rodapetexto2"> 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ável.
@@ -27,4 +27,4 @@ @@ -27,4 +27,4 @@
27 </div> 27 </div>
28 </div> 28 </div>
29 </body> 29 </body>
30 -</html>  
31 \ No newline at end of file 30 \ No newline at end of file
  31 +</html>
inc/security.php
@@ -303,4 +303,4 @@ function isauth($tipo=&quot;consumidor&quot;) { @@ -303,4 +303,4 @@ function isauth($tipo=&quot;consumidor&quot;) {
303 303
304 session_start(); 304 session_start();
305 305
306 -?>  
307 \ No newline at end of file 306 \ No newline at end of file
  307 +?>
@@ -13,16 +13,17 @@ include(&quot;config.php&quot;); @@ -13,16 +13,17 @@ include(&quot;config.php&quot;);
13 <!DOCTYPE html> 13 <!DOCTYPE html>
14 <html> 14 <html>
15 <head> 15 <head>
16 - <title>e-SIC Livre</title> 16 + <title> Lei de Acesso </title>
  17 +
17 <!-- CSS --> 18 <!-- CSS -->
18 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" /> 19 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" />
19 <!-- TAG PARA O GOOGLEBOT --> 20 <!-- TAG PARA O GOOGLEBOT -->
20 - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />  
21 - <title>Lei de Acesso</title> 21 + <meta http-equiv="content-type" content="text/html; charset= windows-1252">
  22 +
22 23
23 - <meta name="resource-type" content="document" /> 24 + <meta name="E-Sic Livre" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" />
24 <meta http-equiv="pragma" content="no-cache" /> 25 <meta http-equiv="pragma" content="no-cache" />
25 - <meta name="revisit-after" content="1" /> 26 + <meta name="revisit-after" content="1" />
26 <meta name="classification" content="Internet" /> 27 <meta name="classification" content="Internet" />
27 <meta name="description" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" /> 28 <meta name="description" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" />
28 <meta name="keywords" content="Prefeitura do Natal, natal, rn, sempla, natal, rn, noticias, serviços" /> 29 <meta name="keywords" content="Prefeitura do Natal, natal, rn, sempla, natal, rn, noticias, serviços" />
@@ -49,23 +50,23 @@ include(&quot;config.php&quot;); @@ -49,23 +50,23 @@ include(&quot;config.php&quot;);
49 <ul> 50 <ul>
50 <img id="home" src="../css/img/home.png" /> 51 <img id="home" src="../css/img/home.png" />
51 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/">Principal</a></li> 52 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/">Principal</a></li>
52 - <img src="../css/img/pipe.png" /> 53 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
53 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li> 54 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li>
54 - <img src="../css/img/pipe.png" /> 55 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
55 <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e Órgãos</a></li> 56 <li class="opcao"><a target="_blank" href="http://www.natal.rn.gov.br/">Secretarias e Órgãos</a></li>
56 - <img src="../css/img/pipe.png" /> 57 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
57 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li> 58 <li class="opcao"><a href="../faleconosco">Fale conosco</a></li>
58 - <img src="../css/img/pipe.png" /> 59 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
59 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transparência</a></li> 60 <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/transparencia/index/">Portal da Transparência</a></li>
60 </ul> 61 </ul>
61 </div> 62 </div>
62 63
63 <div id="logo"> 64 <div id="logo">
64 - <a href="../index"><img src="../css/img/logo.png" /></a> 65 + <a href="../index"><img src="../css/img/logo.png" alt="Imagem E-sic Livre"/></a>
65 </div> 66 </div>
66 67
67 <div id="esic"> 68 <div id="esic">
68 - <a><img src="../css/img/eSIC.png" /></a> 69 + <a><img src="../css/img/eSIC.png" alt="Imagem E-sic Livre"/></a>6
69 </div> 70 </div>
70 71
71 72
@@ -75,28 +76,28 @@ include(&quot;config.php&quot;); @@ -75,28 +76,28 @@ include(&quot;config.php&quot;);
75 <ul> 76 <ul>
76 77
77 <li class="opcao"><a href="../index.php">Inicio</a></li> 78 <li class="opcao"><a href="../index.php">Inicio</a></li>
78 - <img src="../css/img/pipe.png" /> 79 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
79 <li class="opcao"><a href="../solicitante">Alterar Cadastro</a></li> 80 <li class="opcao"><a href="../solicitante">Alterar Cadastro</a></li>
80 - <img src="../css/img/pipe.png" /> 81 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
81 <li class="opcao"><a href="../alterasenha">Alterar Senha</a></li> 82 <li class="opcao"><a href="../alterasenha">Alterar Senha</a></li>
82 - <img src="../css/img/pipe.png" /> 83 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
83 <li class="opcao"><a href="../solicitacao">Fazer Solicitação</a></li> 84 <li class="opcao"><a href="../solicitacao">Fazer Solicitação</a></li>
84 - <img src="../css/img/pipe.png" /> 85 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
85 <li class="opcao"><a href="../acompanhamento">Solicitações Realizadas</a></li> 86 <li class="opcao"><a href="../acompanhamento">Solicitações Realizadas</a></li>
86 - <img src="../css/img/pipe.png" /> 87 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
87 <li class="opcao"><a href="../index/logout.php">Sair</a></li> 88 <li class="opcao"><a href="../index/logout.php">Sair</a></li>
88 </ul> 89 </ul>
89 <?php } else {?> 90 <?php } else {?>
90 <ul> 91 <ul>
91 <li class="opcao"><a href="#"></a></li> 92 <li class="opcao"><a href="#"></a></li>
92 <li class="opcao"><a href="../index">Lei de Acesso à Informação</a></li> 93 <li class="opcao"><a href="../index">Lei de Acesso à Informação</a></li>
93 - <img src="../css/img/pipe.png" /> 94 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
94 <li class="opcao"><a href="../manual/InformacaoMundo.php">Acesso à Informação no Mundo</a></li> 95 <li class="opcao"><a href="../manual/InformacaoMundo.php">Acesso à Informação no Mundo</a></li>
95 - <img src="../css/img/pipe.png" /> 96 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
96 <li class="opcao"><a href="../manual/LeiAcessoMundo.php">SIC'S</a></li> 97 <li class="opcao"><a href="../manual/LeiAcessoMundo.php">SIC'S</a></li>
97 - <img src="../css/img/pipe.png" /> 98 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
98 <li class="opcao"><a href="../manual">Manual</a></li> 99 <li class="opcao"><a href="../manual">Manual</a></li>
99 - <img src="../css/img/pipe.png" /> 100 + <img src="../css/img/pipe.png" alt="Imagem E-sic Livre"/>
100 <li class="opcao"><a href="../estatistica">Estatística</a></li> 101 <li class="opcao"><a href="../estatistica">Estatística</a></li>
101 </ul> 102 </ul>
102 <?php }?> 103 <?php }?>
index/index.php
@@ -74,7 +74,7 @@ include(&quot;../inc/topo.php&quot;); @@ -74,7 +74,7 @@ include(&quot;../inc/topo.php&quot;);
74 <table cellpadding="1" cellspacing="5" width="80%"> 74 <table cellpadding="1" cellspacing="5" width="80%">
75 <tr align="right"> 75 <tr align="right">
76 <td> 76 <td>
77 - <span class="labelLogin"><label for="login">Usuário: </label> </span> 77 + <span class="labelLogin"><label id="login">Usuário: </label> </span>
78 </td> 78 </td>
79 <td> 79 <td>
80 <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> 80 <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span>
@@ -82,7 +82,7 @@ include(&quot;../inc/topo.php&quot;); @@ -82,7 +82,7 @@ include(&quot;../inc/topo.php&quot;);
82 </tr> 82 </tr>
83 <tr align="right"> 83 <tr align="right">
84 <td> 84 <td>
85 - <span class="labelLogin"><label for="Senha">Senha: </LABEL> </span> 85 + <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span>
86 </td> 86 </td>
87 <td> 87 <td>
88 <span class="inputLogin"><input type="password" name="password" maxlength="100"> </span> 88 <span class="inputLogin"><input type="password" name="password" maxlength="100"> </span>
restrito/lda_solicitacao/index.php
@@ -218,4 +218,4 @@ $rs = execQueryPag($sql); @@ -218,4 +218,4 @@ $rs = execQueryPag($sql);
218 </form> 218 </form>
219 <?php 219 <?php
220 include "../inc/rodape.php"; 220 include "../inc/rodape.php";
221 -?>  
222 \ No newline at end of file 221 \ No newline at end of file
  222 +?>
restrito/sis_usuario/cadastro.php
@@ -244,4 +244,4 @@ @@ -244,4 +244,4 @@
244 getErro($erro); 244 getErro($erro);
245 245
246 include "../inc/rodape.php"; 246 include "../inc/rodape.php";
247 -?>  
248 \ No newline at end of file 247 \ No newline at end of file
  248 +?>
restrito/sis_usuario/index.php
@@ -147,4 +147,4 @@ @@ -147,4 +147,4 @@
147 </form> 147 </form>
148 <?php 148 <?php
149 include "../inc/rodape.php"; 149 include "../inc/rodape.php";
150 -?>  
151 \ No newline at end of file 150 \ No newline at end of file
  151 +?>
restrito/sis_usuario/manutencao.php
@@ -372,4 +372,4 @@ @@ -372,4 +372,4 @@
372 $con->close(); 372 $con->close();
373 } 373 }
374 } 374 }
375 -?>  
376 \ No newline at end of file 375 \ No newline at end of file
  376 +?>
solicitante/index.php
@@ -25,4 +25,4 @@ @@ -25,4 +25,4 @@
25 <?php 25 <?php
26 getErro($erro); 26 getErro($erro);
27 include("../inc/rodape.php"); 27 include("../inc/rodape.php");
28 -?>  
29 \ No newline at end of file 28 \ No newline at end of file
  29 +?>