Commit 67728f7edd401f1362d91b1f837f9f777a784acf
Exists in
master
and in
1 other branch
Inserindo alteraqcoes no Rodape
Showing
5 changed files
with
44 additions
and
14 deletions
Show diff stats
css/estilo.css
... | ... | @@ -218,6 +218,10 @@ h6 { |
218 | 218 | color:#000000; |
219 | 219 | margin-top: 50px; |
220 | 220 | margin-left: 5px; |
221 | + padding-top: 5px; | |
222 | + padding: 5px; | |
223 | + line-height: 15px; | |
224 | + text-align: right; | |
221 | 225 | } |
222 | 226 | |
223 | 227 | .titulo_caixa_login { |
... | ... | @@ -293,6 +297,7 @@ h6 { |
293 | 297 | border-top: 1px solid #E3E3E3; |
294 | 298 | border-bottom: 1px solid #E3E3E3; |
295 | 299 | margin-top: 60px; |
300 | + width: 100%; | |
296 | 301 | } |
297 | 302 | |
298 | 303 | #notificacoes #links table th{ |
... | ... | @@ -301,6 +306,7 @@ h6 { |
301 | 306 | text-align: center; |
302 | 307 | color: #0052A5; |
303 | 308 | font-weight: normal; |
309 | + width: 40%; | |
304 | 310 | } |
305 | 311 | |
306 | 312 | #notificacoes #links table td{ | ... | ... |
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,22 @@ |
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 | +<<<<<<< HEAD | |
18 | 19 | <div id="iconesw3c" > |
19 | 20 | <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/> |
20 | 21 | <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/> |
21 | 22 | <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/> |
23 | +======= | |
24 | + <div id="iconesw3c"> | |
25 | + <img class="w3c" src="../css/img/w3c_css.png" alt="W3C" /> | |
26 | + <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C" /> | |
27 | + <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C" /> | |
28 | +>>>>>>> 918a538335685a5baa930e0c70a19537f3325e8b | |
22 | 29 | </div> |
23 | 30 | <div id="rodapetexto2"> |
24 | - Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável. | |
31 | + Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável. | |
25 | 32 | </div> |
26 | 33 | </div> |
27 | 34 | </div> | ... | ... |
inc/topo.php
... | ... | @@ -18,7 +18,7 @@ include("config.php"); |
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= windows-1252"> | |
21 | + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> | |
22 | 22 | |
23 | 23 | |
24 | 24 | <meta name="E-Sic Livre" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" /> |
... | ... | @@ -48,7 +48,7 @@ include("config.php"); |
48 | 48 | <div id="cabecalho"> |
49 | 49 | <div id="faixa"> |
50 | 50 | <ul> |
51 | - <img id="home" src="../css/img/home.png" /> | |
51 | + <img id="home" src="../css/img/home.png" alt="Imagem E-sic Livre"/> | |
52 | 52 | <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/">Principal</a></li> |
53 | 53 | <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> |
54 | 54 | <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li> |
... | ... | @@ -62,11 +62,11 @@ include("config.php"); |
62 | 62 | </div> |
63 | 63 | |
64 | 64 | <div id="logo"> |
65 | - <a href="../index"><img src="../css/img/logo.png" alt="Imagem E-sic Livre"/></a> | |
65 | + <a href="../index"><img src="../css/img/logo.png" alt="Imagem E-sic Livre"></a> | |
66 | 66 | </div> |
67 | 67 | |
68 | 68 | <div id="esic"> |
69 | - <a><img src="../css/img/eSIC.png" alt="Imagem E-sic Livre"/></a>6 | |
69 | + <a><img src="../css/img/eSIC.png" alt="Imagem E-sic Livre"></a> | |
70 | 70 | </div> |
71 | 71 | |
72 | 72 | ... | ... |
index/index.php
... | ... | @@ -61,7 +61,7 @@ include("../inc/topo.php"); |
61 | 61 | ?> |
62 | 62 | <div id="principal"> |
63 | 63 | <div id="banner"> |
64 | - <img src="../css/img/sic.png" /> | |
64 | + <a><img src="../css/img/sic.png"/></a> | |
65 | 65 | </div> |
66 | 66 | |
67 | 67 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> |
... | ... | @@ -71,8 +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 | + | |
75 | + <table width="80%"> | |
76 | + <tr> | |
77 | + | |
74 | 78 | <table cellpadding="1" cellspacing="5" "width: 80%;"> |
75 | 79 | <tr align="right"> |
80 | + | |
76 | 81 | <td> |
77 | 82 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
78 | 83 | </td> |
... | ... | @@ -80,7 +85,7 @@ include("../inc/topo.php"); |
80 | 85 | <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> |
81 | 86 | </td> |
82 | 87 | </tr> |
83 | - <tr align="right"> | |
88 | + <tr> | |
84 | 89 | <td> |
85 | 90 | <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span> |
86 | 91 | </td> |
... | ... | @@ -99,14 +104,14 @@ include("../inc/topo.php"); |
99 | 104 | </tr> |
100 | 105 | <?php } ?> |
101 | 106 | |
102 | - <tr align="right"> | |
107 | + <tr> | |
103 | 108 | <td> |
104 | 109 | </td> |
105 | 110 | <td> |
106 | 111 | <br><input type="submit" class="inputBotao" name="btsub" value="Entrar"> |
107 | 112 | </td> |
108 | 113 | </tr> |
109 | - <tr align="right"> | |
114 | + <tr> | |
110 | 115 | <td colspan="2"> |
111 | 116 | <a class="class_cadastrese" href="../cadastro">Cadastre-se</a> | |
112 | 117 | <a class="class_senha" href="../reset">Esqueci a senha</a> |
... | ... | @@ -133,6 +138,17 @@ include("../inc/topo.php"); |
133 | 138 | <div id="linha"></div> |
134 | 139 | |
135 | 140 | <div id="links"> |
141 | + | |
142 | + <table> | |
143 | + <tr> | |
144 | + <th> | |
145 | + SIC - Serviço de informação ao Cidadão | |
146 | + </th> | |
147 | + <th> | |
148 | + Lei de Acesso | |
149 | + </th> | |
150 | + <th> | |
151 | + | |
136 | 152 | <table "width: 100%;"> |
137 | 153 | <tr> |
138 | 154 | <th "width: 40%;"> |
... | ... | @@ -142,6 +158,7 @@ include("../inc/topo.php"); |
142 | 158 | Lei de Acesso |
143 | 159 | </th> |
144 | 160 | <th "width: 30%;"> |
161 | + | |
145 | 162 | Links úteis |
146 | 163 | </th> |
147 | 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])) { ?> | ... | ... |