Commit 3279e889c129b9457ccc33743384633dac74640c

Authored by unknown
1 parent 0d1525b0
Exists in master and in 1 other branch sempla

Alteraçoes no HTML e CSS segundo o padrão W3C

css/estilo.css
@@ -215,6 +215,10 @@ h6 { @@ -215,6 +215,10 @@ h6 {
215 color:#000000; 215 color:#000000;
216 margin-top: 50px; 216 margin-top: 50px;
217 margin-left: 5px; 217 margin-left: 5px;
  218 + padding-top: 5px;
  219 + padding: 5px;
  220 + line-height: 15px;
  221 + text-align: right;
218 } 222 }
219 223
220 .titulo_caixa_login { 224 .titulo_caixa_login {
@@ -290,6 +294,7 @@ h6 { @@ -290,6 +294,7 @@ h6 {
290 border-top: 1px solid #E3E3E3; 294 border-top: 1px solid #E3E3E3;
291 border-bottom: 1px solid #E3E3E3; 295 border-bottom: 1px solid #E3E3E3;
292 margin-top: 60px; 296 margin-top: 60px;
  297 + width: 100%;
293 } 298 }
294 299
295 #notificacoes #links table th{ 300 #notificacoes #links table th{
@@ -298,6 +303,7 @@ h6 { @@ -298,6 +303,7 @@ h6 {
298 text-align: center; 303 text-align: center;
299 color: #0052A5; 304 color: #0052A5;
300 font-weight: normal; 305 font-weight: normal;
  306 + width: 40%;
301 } 307 }
302 308
303 #notificacoes #links table td{ 309 #notificacoes #links table td{
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" 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"/> 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"/>
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.
@@ -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= windows-1252"> 21 + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
22 22
23 23
24 <meta name="E-Sic Livre" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" /> 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(&quot;config.php&quot;); @@ -48,7 +48,7 @@ include(&quot;config.php&quot;);
48 <div id="cabecalho"> 48 <div id="cabecalho">
49 <div id="faixa"> 49 <div id="faixa">
50 <ul> 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 <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>
53 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> 53 <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" />
54 <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>
@@ -62,11 +62,11 @@ include(&quot;config.php&quot;); @@ -62,11 +62,11 @@ include(&quot;config.php&quot;);
62 </div> 62 </div>
63 63
64 <div id="logo"> 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 </div> 66 </div>
67 67
68 <div id="esic"> 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 </div> 70 </div>
71 71
72 72
index/index.php
@@ -61,7 +61,7 @@ include(&quot;../inc/topo.php&quot;); @@ -61,7 +61,7 @@ include(&quot;../inc/topo.php&quot;);
61 ?> 61 ?>
62 <div id="principal"> 62 <div id="principal">
63 <div id="banner"> 63 <div id="banner">
64 - <img src="../css/img/sic.png" /> 64 + <a><img src="../css/img/sic.png"/></a>
65 </div> 65 </div>
66 66
67 <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> 67 <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?>
@@ -71,8 +71,8 @@ include(&quot;../inc/topo.php&quot;); @@ -71,8 +71,8 @@ include(&quot;../inc/topo.php&quot;);
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 cellpadding="1" cellspacing="5" width="80%">  
75 - <tr align="right"> 74 + <table width="80%">
  75 + <tr>
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>
@@ -80,7 +80,7 @@ include(&quot;../inc/topo.php&quot;); @@ -80,7 +80,7 @@ include(&quot;../inc/topo.php&quot;);
80 <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> 80 <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span>
81 </td> 81 </td>
82 </tr> 82 </tr>
83 - <tr align="right"> 83 + <tr>
84 <td> 84 <td>
85 <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span> 85 <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span>
86 </td> 86 </td>
@@ -99,14 +99,14 @@ include(&quot;../inc/topo.php&quot;); @@ -99,14 +99,14 @@ include(&quot;../inc/topo.php&quot;);
99 </tr> 99 </tr>
100 <?php } ?> 100 <?php } ?>
101 101
102 - <tr align="right"> 102 + <tr>
103 <td> 103 <td>
104 </td> 104 </td>
105 <td> 105 <td>
106 <br><input type="submit" class="inputBotao" name="btsub" value="Entrar"> 106 <br><input type="submit" class="inputBotao" name="btsub" value="Entrar">
107 </td> 107 </td>
108 </tr> 108 </tr>
109 - <tr align="right"> 109 + <tr>
110 <td colspan="2"> 110 <td colspan="2">
111 <a class="class_cadastrese" href="../cadastro">Cadastre-se</a> | 111 <a class="class_cadastrese" href="../cadastro">Cadastre-se</a> |
112 <a class="class_senha" href="../reset">Esqueci a senha</a> 112 <a class="class_senha" href="../reset">Esqueci a senha</a>
@@ -133,15 +133,15 @@ include(&quot;../inc/topo.php&quot;); @@ -133,15 +133,15 @@ include(&quot;../inc/topo.php&quot;);
133 <div id="linha"></div> 133 <div id="linha"></div>
134 134
135 <div id="links"> 135 <div id="links">
136 - <table width="100%"> 136 + <table>
137 <tr> 137 <tr>
138 - <th width="40%"> 138 + <th>
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 width="30%"> 141 + <th>
142 Lei de Acesso 142 Lei de Acesso
143 </th> 143 </th>
144 - <th width="30%"> 144 + <th>
145 Links úteis 145 Links úteis
146 </th> 146 </th>
147 </tr> 147 </tr>