Commit 97e3e4999e03ce0bd37c050550705d2eac372a43

Authored by Greyce Medeiros
1 parent 110817c0
Exists in master and in 1 other branch sempla

Alteracao do estilo.css e Alteracao dos arquivos restritos seguindo algumas alteracoes de Leandro

restrito/css/estilo.css
... ... @@ -4,7 +4,7 @@
4 4 padding: 0px;
5 5 }
6 6  
7   -/* Estilização geral */
  7 +/* Estilizacao geral */
8 8 body {
9 9 font-family: Verdana, Arial, Helvetica, Sans-serif;
10 10 font-size: 12px;
... ... @@ -173,7 +173,7 @@ h6 {
173 173 }
174 174  
175 175  
176   -/* Estilização do menu menu */
  176 +/* Estilizacao do menu menu */
177 177  
178 178 #menu {
179 179 width: 980px;
... ... @@ -218,7 +218,7 @@ h6 {
218 218 #principal {
219 219 display: block;
220 220 min-height: 200px;
221   - width: 100%;
  221 + width: 120%;
222 222 margin-top:-10px;
223 223 position:relative;
224 224 top:8px;
... ... @@ -457,4 +457,4 @@ input[type='radio']{
457 457 border: 1px solid #DDDDDD;
458 458 }
459 459  
460   -/*****************************************************/
461 460 \ No newline at end of file
  461 +/*****************************************************/
... ...
restrito/lda_solicitacao/cadastro.php
... ... @@ -377,4 +377,4 @@
377 377 <?php
378 378 getErro($erro);
379 379 include("../inc/rodape.php");
380   -?>
381 380 \ No newline at end of file
  381 +?>
... ...
restrito/lda_solicitacao/index.php
... ... @@ -82,14 +82,14 @@ $sql = &quot;select sol.*,
82 82 $rs = execQueryPag($sql);
83 83  
84 84 ?>
85   -<h1>Solicitações Pendentes do Lei de Acesso</h1>
  85 +<h1>Solicita&ccedil;&otilde;es Pendentes do Lei de Acesso</h1>
86 86 <br><br>
87 87 <form action="index.php" method="post" id="formulario">
88 88 <fieldset style="width: 50%;">
89 89 <legend>Buscar:</legend>
90 90 <table align="center" width="200">
91 91 <tr>
92   - <td nowrap>Nº do Protocolo:</td>
  92 + <td nowrap>N&ordm; do Protocolo:</td>
93 93 <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td>
94 94 </tr>
95 95 <tr>
... ... @@ -118,16 +118,16 @@ $rs = execQueryPag($sql);
118 118 <tr>
119 119 <th></th>
120 120 <th>Protocolo</th>
121   - <th>Tipo de Solicitação</th>
122   - <th>Data Solicitação</th>
  121 + <th>Tipo de Solicita&ccedil;&atilde;o</th>
  122 + <th>Data Solicita&ccedil;&atilde;o</th>
123 123 <th>Solicitante</th>
124 124 <th>Data Envio</th>
125 125 <th>Origem</th>
126 126 <th>Destino</th>
127 127 <th>Prazo Restante</th>
128   - <th>Previsão Resposta</th>
  128 + <th>Previs&atilde;o Resposta</th>
129 129 <th>Prorrogado?</th>
130   - <th>Situação</th>
  130 + <th>Situa&ccedil;&atilde;o</th>
131 131 </tr>
132 132 <?php
133 133 $cor = false;
... ... @@ -208,11 +208,11 @@ $rs = execQueryPag($sql);
208 208 <?} else {?>
209 209 <tr>
210 210 <td align="right" colspan="12">
211   - Não foram encontradas demandas pendentes
  211 + N&atilde;o foram encontradas demandas pendentes
212 212 </td>
213 213 </tr>
214 214 <?}?>
215   -</table>
  215 +</table><?php } ?>
216 216 <br><br>
217 217 <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" />
218 218 </form>
... ...