Commit 918a538335685a5baa930e0c70a19537f3325e8b
1 parent
54006fdb
Exists in
master
and in
1 other branch
alteração para melhoramento do arquivo
Showing
3 changed files
with
15 additions
and
15 deletions
Show diff stats
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,15 +13,15 @@ |
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ções de projeto: | |
17 | 17 | </div> |
18 | 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 | 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ável. | |
25 | 25 | </div> |
26 | 26 | </div> |
27 | 27 | </div> | ... | ... |
index/index.php
... | ... | @@ -71,13 +71,13 @@ include("../inc/topo.php"); |
71 | 71 | <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> |
72 | 72 | |
73 | 73 | <div id="campos"> |
74 | -<<<<<<< HEAD | |
74 | + | |
75 | 75 | <table width="80%"> |
76 | 76 | <tr> |
77 | -======= | |
77 | + | |
78 | 78 | <table cellpadding="1" cellspacing="5" "width: 80%;"> |
79 | 79 | <tr align="right"> |
80 | ->>>>>>> 0e98650b5c95b994223709aa5bfbee7064e964c7 | |
80 | + | |
81 | 81 | <td> |
82 | 82 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
83 | 83 | </td> |
... | ... | @@ -138,7 +138,7 @@ include("../inc/topo.php"); |
138 | 138 | <div id="linha"></div> |
139 | 139 | |
140 | 140 | <div id="links"> |
141 | -<<<<<<< HEAD | |
141 | + | |
142 | 142 | <table> |
143 | 143 | <tr> |
144 | 144 | <th> |
... | ... | @@ -148,7 +148,7 @@ include("../inc/topo.php"); |
148 | 148 | Lei de Acesso |
149 | 149 | </th> |
150 | 150 | <th> |
151 | -======= | |
151 | + | |
152 | 152 | <table "width: 100%;"> |
153 | 153 | <tr> |
154 | 154 | <th "width: 40%;"> |
... | ... | @@ -158,7 +158,7 @@ include("../inc/topo.php"); |
158 | 158 | Lei de Acesso |
159 | 159 | </th> |
160 | 160 | <th "width: 30%;"> |
161 | ->>>>>>> 0e98650b5c95b994223709aa5bfbee7064e964c7 | |
161 | + | |
162 | 162 | Links úteis |
163 | 163 | </th> |
164 | 164 | </tr> | ... | ... |
manual/index.php
... | ... | @@ -58,7 +58,7 @@ include("../inc/topo.php"); |
58 | 58 | <div id="migalha_de_Pao">Você está em: Principal</div> |
59 | 59 | <div id="principal"> |
60 | 60 | <div id="banner"> |
61 | - <img src="../css/img/sic.png" /> | |
61 | + <img src="../css/img/sic.png" alt="Imagem E-sic Livre"/> | |
62 | 62 | </div> |
63 | 63 | |
64 | 64 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> | ... | ... |