Commit b440ecd3bc1cef4751987790ab3bd4db0c694c54
Committed by
Leandro Arndt
1 parent
277225b1
Exists in
mysqli
alteração para melhoramento do arquivo
Showing
3 changed files
with
15 additions
and
15 deletions
Show diff stats
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,15 +13,15 @@ | @@ -13,15 +13,15 @@ | ||
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çõ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" alt="W3C" alt="Imagem E-sic Livre"/> | ||
20 | - <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C" alt="Imagem E-sic Livre"/> | ||
21 | - <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C" alt="Imagem E-sic Livre"/> | 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. |
25 | </div> | 25 | </div> |
26 | </div> | 26 | </div> |
27 | </div> | 27 | </div> |
index/index.php
@@ -71,8 +71,8 @@ include("../inc/topo.php"); | @@ -71,8 +71,8 @@ include("../inc/topo.php"); | ||
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ário e senha para acessar o Sistema de Informações.</span> |
72 | 72 | ||
73 | <div id="campos"> | 73 | <div id="campos"> |
74 | - <table width="80%"> | ||
75 | - <tr> | 74 | + <table cellpadding="1" cellspacing="5" "width: 80%;"> |
75 | + <tr align="right"> | ||
76 | <td> | 76 | <td> |
77 | <span class="labelLogin"><label id="login">Usuário: </label> </span> | 77 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
78 | </td> | 78 | </td> |
@@ -133,15 +133,15 @@ include("../inc/topo.php"); | @@ -133,15 +133,15 @@ include("../inc/topo.php"); | ||
133 | <div id="linha"></div> | 133 | <div id="linha"></div> |
134 | 134 | ||
135 | <div id="links"> | 135 | <div id="links"> |
136 | - <table> | 136 | + <table "width: 100%;"> |
137 | <tr> | 137 | <tr> |
138 | - <th> | 138 | + <th "width: 40%;"> |
139 | SIC - Serviço de informação ao Cidadão | 139 | SIC - Serviço de informação ao Cidadão |
140 | </th> | 140 | </th> |
141 | - <th> | 141 | + <th "width: 30%;"> |
142 | Lei de Acesso | 142 | Lei de Acesso |
143 | </th> | 143 | </th> |
144 | - <th> | 144 | + <th "width: 30%;"> |
145 | Links úteis | 145 | Links úteis |
146 | </th> | 146 | </th> |
147 | </tr> | 147 | </tr> |
manual/index.php
@@ -58,7 +58,7 @@ include("../inc/topo.php"); | @@ -58,7 +58,7 @@ include("../inc/topo.php"); | ||
58 | <div id="migalha_de_Pao">Você está em: Principal</div> | 58 | <div id="migalha_de_Pao">Você está em: Principal</div> |
59 | <div id="principal"> | 59 | <div id="principal"> |
60 | <div id="banner"> | 60 | <div id="banner"> |
61 | - <img src="../css/img/sic.png" /> | 61 | + <img src="../css/img/sic.png" alt="Imagem E-sic Livre"/> |
62 | </div> | 62 | </div> |
63 | 63 | ||
64 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> | 64 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> |