Commit e33a885ac9ac894639398a27c59211465c967b18
1 parent
b4cc90ac
Exists in
mysqli
and in
2 other branches
Entidades HTML
Substituição de caracteres especiais pela entidade HTML correspondente. Realizada em toda a área restrita, exceto os diretórios: * restrito/inc/ * restrito/manual/
Showing
18 changed files
with
104 additions
and
104 deletions
Show diff stats
restrito/alterasenha/index.php
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | include("../inc/topo.php"); | 13 | include("../inc/topo.php"); |
14 | ?> | 14 | ?> |
15 | <div role="main" class="col-md-8"> | 15 | <div role="main" class="col-md-8"> |
16 | -<h1>Redefinição de Senha</h1> | 16 | +<h1>Redefinição de Senha</h1> |
17 | <br><br> | 17 | <br><br> |
18 | <form action="index.php" id="formulario" method="post"> | 18 | <form action="index.php" id="formulario" method="post"> |
19 | <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1"> | 19 | <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1"> |
restrito/index/index.php
@@ -74,15 +74,15 @@ include("../inc/topo.php"); | @@ -74,15 +74,15 @@ include("../inc/topo.php"); | ||
74 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> | 74 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> |
75 | <div id="caixa_login"> | 75 | <div id="caixa_login"> |
76 | <form action="index.php" method="post"> | 76 | <form action="index.php" method="post"> |
77 | - <div class="titulo_caixa_login"> Acesse a área restrita do sistema</div> | ||
78 | - <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> | 77 | + <div class="titulo_caixa_login"> Acesse a área restrita do sistema</div> |
78 | + <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> | ||
79 | 79 | ||
80 | <div id="campos"> | 80 | <div id="campos"> |
81 | <table cellpadding="1" cellspacing="5" width="80%"> | 81 | <table cellpadding="1" cellspacing="5" width="80%"> |
82 | <div class="form-group"> | 82 | <div class="form-group"> |
83 | <tr align="right"> | 83 | <tr align="right"> |
84 | <td> | 84 | <td> |
85 | - <span class="labelLogin"><label for="login">Usuário: </label> </span> | 85 | + <span class="labelLogin"><label for="login">Usuário: </label> </span> |
86 | 86 | ||
87 | </td> | 87 | </td> |
88 | <td> | 88 | <td> |
@@ -111,7 +111,7 @@ include("../inc/topo.php"); | @@ -111,7 +111,7 @@ include("../inc/topo.php"); | ||
111 | <br> | 111 | <br> |
112 | <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha"> | 112 | <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha"> |
113 | <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem" onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';"> | 113 | <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem" onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';"> |
114 | - <br><span class="labelLogin">Informe o código acima:</span><br><input type="text" name="palavra" /> | 114 | + <br><span class="labelLogin">Informe o código acima:</span><br><input type="text" name="palavra" /> |
115 | </td> | 115 | </td> |
116 | </tr> | 116 | </tr> |
117 | <?php } ?> | 117 | <?php } ?> |
@@ -132,11 +132,11 @@ include("../inc/topo.php"); | @@ -132,11 +132,11 @@ include("../inc/topo.php"); | ||
132 | <div id="login"> | 132 | <div id="login"> |
133 | <span class="Mensagem"> | 133 | <span class="Mensagem"> |
134 | <br> | 134 | <br> |
135 | - Olá <?php echo getSession("nomeusuario");?>! | 135 | + Olá <?php echo getSession("nomeusuario");?>! |
136 | <br><br> | 136 | <br><br> |
137 | - Você está no SIC <b><?php echo getSession('siglasecretaria')." - ".getSession('nomesecretaria');?></b> | 137 | + Você está no SIC <b><?php echo getSession('siglasecretaria')." - ".getSession('nomesecretaria');?></b> |
138 | <br><br> | 138 | <br><br> |
139 | - Caso não seja você [<a href="../index/logout.php" class="class_cadastrese">clique aqui</a>] | 139 | + Caso não seja você [<a href="../index/logout.php" class="class_cadastrese">clique aqui</a>] |
140 | 140 | ||
141 | </span> | 141 | </span> |
142 | </div> | 142 | </div> |
@@ -150,24 +150,24 @@ include("../inc/topo.php"); | @@ -150,24 +150,24 @@ include("../inc/topo.php"); | ||
150 | <table width="100%"> | 150 | <table width="100%"> |
151 | <tr> | 151 | <tr> |
152 | <th width="40%"> | 152 | <th width="40%"> |
153 | - SIC - Serviço de informação ao Cidadão | 153 | + SIC - Serviço de informação ao Cidadão |
154 | </th> | 154 | </th> |
155 | <th width="30%"> | 155 | <th width="30%"> |
156 | Lei de Acesso | 156 | Lei de Acesso |
157 | </th> | 157 | </th> |
158 | <th width="30%"> | 158 | <th width="30%"> |
159 | - Links úteis | 159 | + Links úteis |
160 | </th> | 160 | </th> |
161 | </tr> | 161 | </tr> |
162 | <tr> | 162 | <tr> |
163 | <td> | 163 | <td> |
164 | - <a href="../manual/informacao.php">Como pedir uma informação</a> | 164 | + <a href="../manual/informacao.php">Como pedir uma informação</a> |
165 | </td> | 165 | </td> |
166 | <td> | 166 | <td> |
167 | <a href="../manual/decreto.php">Decreto</a> | 167 | <a href="../manual/decreto.php">Decreto</a> |
168 | </td> | 168 | </td> |
169 | <td> | 169 | <td> |
170 | - <a href="http://www.acessoainformacao.gov.br/acessoainformacaogov/">Acesso à informação CGU</a> | 170 | + <a href="http://www.acessoainformacao.gov.br/acessoainformacaogov/">Acesso à informação CGU</a> |
171 | </td> | 171 | </td> |
172 | </tr> | 172 | </tr> |
173 | <tr> | 173 | <tr> |
@@ -175,10 +175,10 @@ include("../inc/topo.php"); | @@ -175,10 +175,10 @@ include("../inc/topo.php"); | ||
175 | <a href="../manual/pedido.php">Como acompanhar seu pedido</a> | 175 | <a href="../manual/pedido.php">Como acompanhar seu pedido</a> |
176 | </td> | 176 | </td> |
177 | <td> | 177 | <td> |
178 | - <a href="../manual/LegislacaoRelacionada.php">Legislação relacionada</a> | 178 | + <a href="../manual/LegislacaoRelacionada.php">Legislação relacionada</a> |
179 | </td> | 179 | </td> |
180 | <td> | 180 | <td> |
181 | - <a href="http://portal2.tcu.gov.br/portal/page/portal/TCU/transparencia">Acesso à informação TCU</a> | 181 | + <a href="http://portal2.tcu.gov.br/portal/page/portal/TCU/transparencia">Acesso à informação TCU</a> |
182 | </td> | 182 | </td> |
183 | </tr> | 183 | </tr> |
184 | <tr> | 184 | <tr> |
restrito/lda_configuracao/index.php
@@ -13,25 +13,25 @@ include "../inc/topo.php"; | @@ -13,25 +13,25 @@ include "../inc/topo.php"; | ||
13 | 13 | ||
14 | 14 | ||
15 | ?> | 15 | ?> |
16 | -<h1>Configuração do Lei de Acesso</h1> | 16 | +<h1>Configuração do Lei de Acesso</h1> |
17 | <br> | 17 | <br> |
18 | 18 | ||
19 | <form method="post" action="index.php"> | 19 | <form method="post" action="index.php"> |
20 | <table class="tabDetalhe"> | 20 | <table class="tabDetalhe"> |
21 | <tr> | 21 | <tr> |
22 | - <th align="left">Prazo, em dias, para resposta da solicitação:</th> | 22 | + <th align="left">Prazo, em dias, para resposta da solicitação:</th> |
23 | <td> | 23 | <td> |
24 | <input type="text" name="prazoresposta" value="<?php echo $prazoresposta;?>" maxlength="4" size="5" id="prazoresposta" /> dias | 24 | <input type="text" name="prazoresposta" value="<?php echo $prazoresposta;?>" maxlength="4" size="5" id="prazoresposta" /> dias |
25 | </td> | 25 | </td> |
26 | </tr> | 26 | </tr> |
27 | <tr> | 27 | <tr> |
28 | - <th align="left">Quantidade de dias que podera ser prorrogada a resposta da solicitação:</th> | 28 | + <th align="left">Quantidade de dias que podera ser prorrogada a resposta da solicitação:</th> |
29 | <td> | 29 | <td> |
30 | <input type="text" name="qtdprorrogacaoresposta" value="<?php echo $qtdprorrogacaoresposta;?>" maxlength="4" size="5" id="qtdprorrogacaoresposta" /> dias | 30 | <input type="text" name="qtdprorrogacaoresposta" value="<?php echo $qtdprorrogacaoresposta;?>" maxlength="4" size="5" id="qtdprorrogacaoresposta" /> dias |
31 | </td> | 31 | </td> |
32 | </tr> | 32 | </tr> |
33 | <tr> | 33 | <tr> |
34 | - <th align="left">Prazo, em dias, para solicitação de recurso após a resposta negada:</th> | 34 | + <th align="left">Prazo, em dias, para solicitação de recurso após a resposta negada:</th> |
35 | <td> | 35 | <td> |
36 | <input type="text" name="prazosolicitacaorecurso" value="<?php echo $prazosolicitacaorecurso;?>" maxlength="4" size="5" id="prazosolicitacaorecurso" /> dias | 36 | <input type="text" name="prazosolicitacaorecurso" value="<?php echo $prazosolicitacaorecurso;?>" maxlength="4" size="5" id="prazosolicitacaorecurso" /> dias |
37 | </td> | 37 | </td> |
@@ -43,7 +43,7 @@ include "../inc/topo.php"; | @@ -43,7 +43,7 @@ include "../inc/topo.php"; | ||
43 | </td> | 43 | </td> |
44 | </tr> | 44 | </tr> |
45 | <tr> | 45 | <tr> |
46 | - <th align="left">Quantidade de dias que poderá ser prorrogada resposta ao recurso:</th> | 46 | + <th align="left">Quantidade de dias que poderá ser prorrogada resposta ao recurso:</th> |
47 | <td> | 47 | <td> |
48 | <input type="text" name="qtdeprorrogacaorecurso" value="<?php echo $qtdeprorrogacaorecurso;?>" maxlength="4" size="5" id="qtdeprorrogacaorecurso" /> dias | 48 | <input type="text" name="qtdeprorrogacaorecurso" value="<?php echo $qtdeprorrogacaorecurso;?>" maxlength="4" size="5" id="qtdeprorrogacaorecurso" /> dias |
49 | </td> | 49 | </td> |
@@ -55,13 +55,13 @@ include "../inc/topo.php"; | @@ -55,13 +55,13 @@ include "../inc/topo.php"; | ||
55 | </td> | 55 | </td> |
56 | </tr> | 56 | </tr> |
57 | <tr> | 57 | <tr> |
58 | - <th align="left">Diretório onde será armazenado os anexos do sistema:</th> | 58 | + <th align="left">Diretório onde será armazenado os anexos do sistema:</th> |
59 | <td> | 59 | <td> |
60 | <input type="text" name="diretorioarquivos" value="<?php echo $diretorioarquivos;?>" maxlength="300" size="50" id="diretorioarquivos" /> | 60 | <input type="text" name="diretorioarquivos" value="<?php echo $diretorioarquivos;?>" maxlength="300" size="50" id="diretorioarquivos" /> |
61 | </td> | 61 | </td> |
62 | </tr> | 62 | </tr> |
63 | <tr> | 63 | <tr> |
64 | - <th align="left">Nome do remetente dos e-mails que serão enviados pelo sistema:</th> | 64 | + <th align="left">Nome do remetente dos e-mails que serão enviados pelo sistema:</th> |
65 | <td> | 65 | <td> |
66 | <input type="text" name="nomeremetenteemail" value="<?php echo $nomeremetenteemail;?>" maxlength="100" size="50" id="nomeremetenteemail" /> | 66 | <input type="text" name="nomeremetenteemail" value="<?php echo $nomeremetenteemail;?>" maxlength="100" size="50" id="nomeremetenteemail" /> |
67 | </td> | 67 | </td> |
restrito/lda_consulta/index.php
@@ -63,14 +63,14 @@ $sql = "select sol.*, | @@ -63,14 +63,14 @@ $sql = "select sol.*, | ||
63 | $rs = execQueryPag($sql); | 63 | $rs = execQueryPag($sql); |
64 | 64 | ||
65 | ?> | 65 | ?> |
66 | -<h1>Pesquisa de Solicitações do Lei de Acesso</h1> | 66 | +<h1>Pesquisa de Solicitações do Lei de Acesso</h1> |
67 | <br><br> | 67 | <br><br> |
68 | <form action="index.php" method="post" id="formulario"> | 68 | <form action="index.php" method="post" id="formulario"> |
69 | <fieldset style="width: 50%;"> | 69 | <fieldset style="width: 50%;"> |
70 | <legend>Buscar:</legend> | 70 | <legend>Buscar:</legend> |
71 | <table align="center" width="200"> | 71 | <table align="center" width="200"> |
72 | <tr> | 72 | <tr> |
73 | - <td nowrap>Nº do Protocolo:</td> | 73 | + <td nowrap>Nº do Protocolo:</td> |
74 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> | 74 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> |
75 | </tr> | 75 | </tr> |
76 | <tr> | 76 | <tr> |
@@ -78,12 +78,12 @@ $rs = execQueryPag($sql); | @@ -78,12 +78,12 @@ $rs = execQueryPag($sql); | ||
78 | <td><input type="text" name="fltsolicitante" value="<?php echo $solicitante; ?>" maxlength="50" size="30" /></td> | 78 | <td><input type="text" name="fltsolicitante" value="<?php echo $solicitante; ?>" maxlength="50" size="30" /></td> |
79 | </tr> | 79 | </tr> |
80 | <tr> | 80 | <tr> |
81 | - <td>Situação:</td> | 81 | + <td>Situação:</td> |
82 | <td> | 82 | <td> |
83 | <select name="fltsituacao" id="fltsituacao"> | 83 | <select name="fltsituacao" id="fltsituacao"> |
84 | <option value="" <?php echo empty($situacao)?"selected":""; ?>>--Todos--</option> | 84 | <option value="" <?php echo empty($situacao)?"selected":""; ?>>--Todos--</option> |
85 | <option value="A" <?php echo $situacao=="A"?"selected":""; ?>>Aberto</option> | 85 | <option value="A" <?php echo $situacao=="A"?"selected":""; ?>>Aberto</option> |
86 | - <option value="T" <?php echo $situacao=="T"?"selected":""; ?>>Em tramitação</option> | 86 | + <option value="T" <?php echo $situacao=="T"?"selected":""; ?>>Em tramitação</option> |
87 | <option value="N" <?php echo $situacao=="N"?"selected":""; ?>>Negado</option> | 87 | <option value="N" <?php echo $situacao=="N"?"selected":""; ?>>Negado</option> |
88 | <option value="R" <?php echo $situacao=="R"?"selected":""; ?>>Respondido</option> | 88 | <option value="R" <?php echo $situacao=="R"?"selected":""; ?>>Respondido</option> |
89 | </select> | 89 | </select> |
@@ -109,16 +109,16 @@ $rs = execQueryPag($sql); | @@ -109,16 +109,16 @@ $rs = execQueryPag($sql); | ||
109 | </tr> | 109 | </tr> |
110 | <tr> | 110 | <tr> |
111 | <th>Protocolo</th> | 111 | <th>Protocolo</th> |
112 | - <th>Tipo de Solicitação</th> | ||
113 | - <th>Data Solicitação</th> | 112 | + <th>Tipo de Solicitação</th> |
113 | + <th>Data Solicitação</th> | ||
114 | <th>Solicitante</th> | 114 | <th>Solicitante</th> |
115 | <th>Data Envio</th> | 115 | <th>Data Envio</th> |
116 | <th>Origem</th> | 116 | <th>Origem</th> |
117 | <th>Destino</th> | 117 | <th>Destino</th> |
118 | <th>Prazo Restante</th> | 118 | <th>Prazo Restante</th> |
119 | - <th>Previsão Resposta</th> | 119 | + <th>Previsão Resposta</th> |
120 | <th>Prorrogado?</th> | 120 | <th>Prorrogado?</th> |
121 | - <th>Situação</th> | 121 | + <th>Situação</th> |
122 | </tr> | 122 | </tr> |
123 | <?php | 123 | <?php |
124 | $cor = false; | 124 | $cor = false; |
restrito/lda_solicitacao/cadastro.php
@@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
69 | <script src="inc/js/functions.js"></script> | 69 | <script src="inc/js/functions.js"></script> |
70 | <h1>Cadastro de Demanda</h1> | 70 | <h1>Cadastro de Demanda</h1> |
71 | <br><br> | 71 | <br><br> |
72 | -*Campos em negrito são obrigatórios | 72 | +*Campos em negrito são obrigatórios |
73 | <form action="cadastro.php" id="formulario" method="post" enctype="multipart/form-data"> | 73 | <form action="cadastro.php" id="formulario" method="post" enctype="multipart/form-data"> |
74 | 74 | ||
75 | <input type="hidden" name="iddemanda" value="<?php echo $iddemanda; ?>"> | 75 | <input type="hidden" name="iddemanda" value="<?php echo $iddemanda; ?>"> |
@@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||
134 | </td> | 134 | </td> |
135 | </tr> | 135 | </tr> |
136 | <tr id="lnProblema"> | 136 | <tr id="lnProblema"> |
137 | - <td align="left">Problema/Serviço:</td> | 137 | + <td align="left">Problema/Serviço:</td> |
138 | <td align="left" width="100%"> | 138 | <td align="left" width="100%"> |
139 | <select name="idproblema" id="idproblema"> | 139 | <select name="idproblema" id="idproblema"> |
140 | <option value="">-- selecione --</option> | 140 | <option value="">-- selecione --</option> |
@@ -147,14 +147,14 @@ | @@ -147,14 +147,14 @@ | ||
147 | </td> | 147 | </td> |
148 | </tr> | 148 | </tr> |
149 | <tr> | 149 | <tr> |
150 | - <td align="left"><b>Descrição:</b></td> | 150 | + <td align="left"><b>Descrição:</b></td> |
151 | <td align="left"><textarea name="descricaoproblema" rows="5" cols="60" onkeyup="setMaxLength(4000,this);"><?php echo $descricaoproblema;?></textarea></td> | 151 | <td align="left"><textarea name="descricaoproblema" rows="5" cols="60" onkeyup="setMaxLength(4000,this);"><?php echo $descricaoproblema;?></textarea></td> |
152 | </tr> | 152 | </tr> |
153 | <tr id="lnEnderecoOcorrencia"> | 153 | <tr id="lnEnderecoOcorrencia"> |
154 | - <td align="left"><b>Endereço da Ocorrência:</b></td> | 154 | + <td align="left"><b>Endereço da Ocorrência:</b></td> |
155 | <td align="left"> | 155 | <td align="left"> |
156 | <input type="text" name="nomelogradouroservico" id="nomelogradouroservico" value="<?php echo $nomelogradouroservico;?>" maxlength="255" size="40" /> | 156 | <input type="text" name="nomelogradouroservico" id="nomelogradouroservico" value="<?php echo $nomelogradouroservico;?>" maxlength="255" size="40" /> |
157 | - <b>Nº</b> | 157 | + <b>Nº</b> |
158 | <input type="text" name="nrlogradouroservico" id="nrlogradouroservico" value="<?php echo $nrlogradouroservico;?>" maxlength="20" size="20" /> | 158 | <input type="text" name="nrlogradouroservico" id="nrlogradouroservico" value="<?php echo $nrlogradouroservico;?>" maxlength="20" size="20" /> |
159 | </td> | 159 | </td> |
160 | </tr> | 160 | </tr> |
@@ -192,7 +192,7 @@ | @@ -192,7 +192,7 @@ | ||
192 | </td> | 192 | </td> |
193 | </tr> | 193 | </tr> |
194 | <tr id="lnPontoReferencia"> | 194 | <tr id="lnPontoReferencia"> |
195 | - <td align="left">Ponto de referência</td> | 195 | + <td align="left">Ponto de referência</td> |
196 | <td align="left"> | 196 | <td align="left"> |
197 | <textarea name="pontoreferenciaservico" rows="4" cols="60" onkeyup="setMaxLength(300,this);"><?php echo $pontoreferenciaservico;?></textarea> | 197 | <textarea name="pontoreferenciaservico" rows="4" cols="60" onkeyup="setMaxLength(300,this);"><?php echo $pontoreferenciaservico;?></textarea> |
198 | </td> | 198 | </td> |
@@ -247,7 +247,7 @@ | @@ -247,7 +247,7 @@ | ||
247 | </tr> | 247 | </tr> |
248 | <tr> | 248 | <tr> |
249 | <td align="left" width="100%" width="100%"> | 249 | <td align="left" width="100%" width="100%"> |
250 | - <b>Tipo de Identificação:</b> | 250 | + <b>Tipo de Identificação:</b> |
251 | <select name="tipoidentificacao" id="tipoidentificacao" onchange="selecionaIdentificacao(this.value);"> | 251 | <select name="tipoidentificacao" id="tipoidentificacao" onchange="selecionaIdentificacao(this.value);"> |
252 | <option value="">-- selecione --</option> | 252 | <option value="">-- selecione --</option> |
253 | <option value="A" <?php echo $tipoidentificacao=="A"?"selected":""; ?>><?php echo Demanda::getDescTipoIdentificacao("A");?></option> | 253 | <option value="A" <?php echo $tipoidentificacao=="A"?"selected":""; ?>><?php echo Demanda::getDescTipoIdentificacao("A");?></option> |
@@ -307,7 +307,7 @@ | @@ -307,7 +307,7 @@ | ||
307 | </td> | 307 | </td> |
308 | </tr> | 308 | </tr> |
309 | <tr> | 309 | <tr> |
310 | - <td align="left">Número:</td> | 310 | + <td align="left">Número:</td> |
311 | <td align="left"> | 311 | <td align="left"> |
312 | <input type="text" name="nrlogradourosolicitante" id="numero" value="<?php echo $nrlogradourosolicitante;?>" maxlength="20" size="20" /> | 312 | <input type="text" name="nrlogradourosolicitante" id="numero" value="<?php echo $nrlogradourosolicitante;?>" maxlength="20" size="20" /> |
313 | Complemento: | 313 | Complemento: |
@@ -318,7 +318,7 @@ | @@ -318,7 +318,7 @@ | ||
318 | </td> | 318 | </td> |
319 | </tr> | 319 | </tr> |
320 | <tr> | 320 | <tr> |
321 | - <th align="left">INFORMAÇÕES EXTRAS</th> | 321 | + <th align="left">INFORMAÇÕES EXTRAS</th> |
322 | </tr> | 322 | </tr> |
323 | <tr id="lnObservacao"> | 323 | <tr id="lnObservacao"> |
324 | <td width="100%"> | 324 | <td width="100%"> |
@@ -357,7 +357,7 @@ | @@ -357,7 +357,7 @@ | ||
357 | </td> | 357 | </td> |
358 | </tr> | 358 | </tr> |
359 | <tr> | 359 | <tr> |
360 | - <td align="left" colspan="2"><input type="checkbox" name="publico" value="1" <?php ($publico)?"checked":"";?>> Demanda pode ser vista na WEB (pública)</td> | 360 | + <td align="left" colspan="2"><input type="checkbox" name="publico" value="1" <?php ($publico)?"checked":"";?>> Demanda pode ser vista na WEB (pública)</td> |
361 | </tr> | 361 | </tr> |
362 | </table> | 362 | </table> |
363 | </td> | 363 | </td> |
restrito/lda_solicitacao/index.php
@@ -81,7 +81,7 @@ $sql = "select sol.*, | @@ -81,7 +81,7 @@ $sql = "select sol.*, | ||
81 | 81 | ||
82 | $rs = execQueryPag($sql); | 82 | $rs = execQueryPag($sql); |
83 | 83 | ||
84 | -?> | 84 | +?> |
85 | <h1>Solicitações Pendentes do Lei de Acesso</h1> | 85 | <h1>Solicitações Pendentes do Lei de Acesso</h1> |
86 | <br><br> | 86 | <br><br> |
87 | <form action="index.php" method="post" id="formulario"> | 87 | <form action="index.php" method="post" id="formulario"> |
@@ -89,7 +89,7 @@ $rs = execQueryPag($sql); | @@ -89,7 +89,7 @@ $rs = execQueryPag($sql); | ||
89 | <legend>Buscar:</legend> | 89 | <legend>Buscar:</legend> |
90 | <table align="center" width="200"> | 90 | <table align="center" width="200"> |
91 | <tr> | 91 | <tr> |
92 | - <td nowrap>Nº do Protocolo:</td> | 92 | + <td nowrap>Nº do Protocolo:</td> |
93 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> | 93 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> |
94 | </tr> | 94 | </tr> |
95 | <tr> | 95 | <tr> |
restrito/lda_solicitacao/movimentacao.php
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | <script language="JavaScript" src="../js/XmlHttpLookup.js"></script> | 16 | <script language="JavaScript" src="../js/XmlHttpLookup.js"></script> |
17 | 17 | ||
18 | <script src="inc/js/functions.js"></script> | 18 | <script src="inc/js/functions.js"></script> |
19 | -<h1>Movimentação da Solicitação</h1> | 19 | +<h1>Movimentação da Solicitação</h1> |
20 | <br><br> | 20 | <br><br> |
21 | <script> | 21 | <script> |
22 | function fechaTudo(){ | 22 | function fechaTudo(){ |
@@ -241,7 +241,7 @@ | @@ -241,7 +241,7 @@ | ||
241 | 241 | ||
242 | <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe"> | 242 | <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe"> |
243 | <tr> | 243 | <tr> |
244 | - <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITAÇÃO </th> | 244 | + <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITAÇÃO </th> |
245 | </tr> | 245 | </tr> |
246 | <tr id="lnDemanda1"> | 246 | <tr id="lnDemanda1"> |
247 | <td align="left"> | 247 | <td align="left"> |
@@ -249,14 +249,14 @@ | @@ -249,14 +249,14 @@ | ||
249 | <?php echo $numeroprotocolo; ?> | 249 | <?php echo $numeroprotocolo; ?> |
250 | </td> | 250 | </td> |
251 | <td align="left"> | 251 | <td align="left"> |
252 | - <b>Tipo Solicitação</b> <br> | 252 | + <b>Tipo Solicitação</b> <br> |
253 | <?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?> | 253 | <?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?> |
254 | <?php if(!empty($idsolicitacaoorigem)){?> | 254 | <?php if(!empty($idsolicitacaoorigem)){?> |
255 | <a href="visualizar.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a> | 255 | <a href="visualizar.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a> |
256 | <?php }?> | 256 | <?php }?> |
257 | </td> | 257 | </td> |
258 | <td align="left"> | 258 | <td align="left"> |
259 | - <b>Situação</b> <br> | 259 | + <b>Situação</b> <br> |
260 | <?php echo Solicitacao::getDescricaoSituacao($situacao); ?> | 260 | <?php echo Solicitacao::getDescricaoSituacao($situacao); ?> |
261 | </td> | 261 | </td> |
262 | <td align="left"> | 262 | <td align="left"> |
@@ -266,25 +266,25 @@ | @@ -266,25 +266,25 @@ | ||
266 | </tr> | 266 | </tr> |
267 | <tr id="lnDemanda2"> | 267 | <tr id="lnDemanda2"> |
268 | <td align="left" valign="top"> | 268 | <td align="left" valign="top"> |
269 | - <b>Data da Solicitação</b> <br> | 269 | + <b>Data da Solicitação</b> <br> |
270 | <?php echo $datasolicitacao; ?> | 270 | <?php echo $datasolicitacao; ?> |
271 | </td> | 271 | </td> |
272 | <td align="left" valign="top"> | 272 | <td align="left" valign="top"> |
273 | - <b>Previsão Retorno</b> <br> | 273 | + <b>Previsão Retorno</b> <br> |
274 | <?php echo $dataprevisaorespota; ?> | 274 | <?php echo $dataprevisaorespota; ?> |
275 | </td> | 275 | </td> |
276 | <td align="left" valign="top"> | 276 | <td align="left" valign="top"> |
277 | - <b>Solicitação Recebida em</b> <br> | 277 | + <b>Solicitação Recebida em</b> <br> |
278 | <?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?> | 278 | <?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?> |
279 | </td> | 279 | </td> |
280 | <td align="left" valign="top"> | 280 | <td align="left" valign="top"> |
281 | - <b>Porrogação</b> <br> | 281 | + <b>Porrogação</b> <br> |
282 | <?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br> Motivo: ".$motivoprorrogacao:"Não Prorrogado";?> | 282 | <?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br> Motivo: ".$motivoprorrogacao:"Não Prorrogado";?> |
283 | </td> | 283 | </td> |
284 | </tr> | 284 | </tr> |
285 | <tr id="lnDemanda3"> | 285 | <tr id="lnDemanda3"> |
286 | <td align="left" colspan="4"> | 286 | <td align="left" colspan="4"> |
287 | - <b>Solicitação</b><br> | 287 | + <b>Solicitação</b><br> |
288 | <?php echo $textosolicitacao;?> | 288 | <?php echo $textosolicitacao;?> |
289 | </td> | 289 | </td> |
290 | </tr> | 290 | </tr> |
@@ -327,7 +327,7 @@ | @@ -327,7 +327,7 @@ | ||
327 | </tr> | 327 | </tr> |
328 | <tr id="lnSolicitante2"> | 328 | <tr id="lnSolicitante2"> |
329 | <td align="left"> | 329 | <td align="left"> |
330 | - <b>Profissão</b> <br> | 330 | + <b>Profissão</b> <br> |
331 | <?php echo $profissao; ?> | 331 | <?php echo $profissao; ?> |
332 | </td> | 332 | </td> |
333 | <td align="left"> | 333 | <td align="left"> |
@@ -335,13 +335,13 @@ | @@ -335,13 +335,13 @@ | ||
335 | <?php echo $escolaridade; ?> | 335 | <?php echo $escolaridade; ?> |
336 | </td> | 336 | </td> |
337 | <td align="left" colspan="2"> | 337 | <td align="left" colspan="2"> |
338 | - <b>Faixa Etária</b> <br> | 338 | + <b>Faixa Etária</b> <br> |
339 | <?php echo $faixaetaria; ?> | 339 | <?php echo $faixaetaria; ?> |
340 | </td> | 340 | </td> |
341 | </tr> | 341 | </tr> |
342 | <tr id="lnSolicitante3"> | 342 | <tr id="lnSolicitante3"> |
343 | <td align="left" colspan="2"> | 343 | <td align="left" colspan="2"> |
344 | - <b>Endereço</b> <br> | 344 | + <b>Endereço</b> <br> |
345 | <?php echo $logradouro; ?> | 345 | <?php echo $logradouro; ?> |
346 | </td> | 346 | </td> |
347 | <td align="left"> | 347 | <td align="left"> |
@@ -396,10 +396,10 @@ | @@ -396,10 +396,10 @@ | ||
396 | <td width="100%" colspan="4"> | 396 | <td width="100%" colspan="4"> |
397 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> | 397 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> |
398 | <tr> | 398 | <tr> |
399 | - <th>Data Solicitação</th> | 399 | + <th>Data Solicitação</th> |
400 | <th>Recurso</th> | 400 | <th>Recurso</th> |
401 | - <th>Situação</th> | ||
402 | - <th>Previsão Resposta</th> | 401 | + <th>Situação</th> |
402 | + <th>Previsão Resposta</th> | ||
403 | <th>Data Resposta</th> | 403 | <th>Data Resposta</th> |
404 | </tr> | 404 | </tr> |
405 | <?php | 405 | <?php |
@@ -422,17 +422,17 @@ | @@ -422,17 +422,17 @@ | ||
422 | }?> | 422 | }?> |
423 | 423 | ||
424 | <tr> | 424 | <tr> |
425 | - <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTAÇÕES</th> | 425 | + <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTAÇÕES</th> |
426 | </tr> | 426 | </tr> |
427 | <tr id="lnMovimentacoes"> | 427 | <tr id="lnMovimentacoes"> |
428 | <td width="100%" colspan="4"> | 428 | <td width="100%" colspan="4"> |
429 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> | 429 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> |
430 | <tr> | 430 | <tr> |
431 | <th>Data Envio</th> | 431 | <th>Data Envio</th> |
432 | - <th>Usuário Envio</th> | 432 | + <th>Usuário Envio</th> |
433 | <th>Destino</th> | 433 | <th>Destino</th> |
434 | <th>Data Recebimento</th> | 434 | <th>Data Recebimento</th> |
435 | - <th>Usuário Recebimento</th> | 435 | + <th>Usuário Recebimento</th> |
436 | <th>Despacho</th> | 436 | <th>Despacho</th> |
437 | <th>Anexo</th> | 437 | <th>Anexo</th> |
438 | </tr> | 438 | </tr> |
@@ -491,15 +491,15 @@ | @@ -491,15 +491,15 @@ | ||
491 | </td> | 491 | </td> |
492 | </tr> | 492 | </tr> |
493 | <tr id="lnFinalizar1" style="display: none"> | 493 | <tr id="lnFinalizar1" style="display: none"> |
494 | - <td valign="top" align="left" colspan="4"><b>Responder Solicitação</b></td> | 494 | + <td valign="top" align="left" colspan="4"><b>Responder Solicitação</b></td> |
495 | </tr> | 495 | </tr> |
496 | <tr id="lnFinalizar2" style="display: none"> | 496 | <tr id="lnFinalizar2" style="display: none"> |
497 | <td valign="top" align="left">Tipo de Resposta: </td> | 497 | <td valign="top" align="left">Tipo de Resposta: </td> |
498 | <td colspan="3" align="left"> | 498 | <td colspan="3" align="left"> |
499 | <select name="tiporesposta" id="tiporesposta"> | 499 | <select name="tiporesposta" id="tiporesposta"> |
500 | <option value="">-- selecione --</option> | 500 | <option value="">-- selecione --</option> |
501 | - <option value="R" <?php echo ($tiporesposta == "R")?"selected":"";?>>Responder a informação solicitada</option> | ||
502 | - <option value="N" <?php echo ($tiporesposta == "N")?"selected":"";?>>Justificar a negação da informação solicitada</option> | 501 | + <option value="R" <?php echo ($tiporesposta == "R")?"selected":"";?>>Responder a informação solicitada</option> |
502 | + <option value="N" <?php echo ($tiporesposta == "N")?"selected":"";?>>Justificar a negação da informação solicitada</option> | ||
503 | </select> | 503 | </select> |
504 | </td> | 504 | </td> |
505 | </tr> | 505 | </tr> |
@@ -508,7 +508,7 @@ | @@ -508,7 +508,7 @@ | ||
508 | <td colspan="3" align="left"> | 508 | <td colspan="3" align="left"> |
509 | <textarea name="txtresposta" rows="10" cols="100" onkeyup="setMaxLength(4000,this);"><?php echo $txtresposta;?></textarea> | 509 | <textarea name="txtresposta" rows="10" cols="100" onkeyup="setMaxLength(4000,this);"><?php echo $txtresposta;?></textarea> |
510 | <?php if($formaretorno != "E"){?> | 510 | <?php if($formaretorno != "E"){?> |
511 | - <font color="red">**ATENÇÃO: Solicitante pede que a resposta seja enviada por <b><?php echo Solicitacao::getDescricaoFormaRetorno($formaretorno);?></b></font> | 511 | + <font color="red">**ATENÇÃO: Solicitante pede que a resposta seja enviada por <b><?php echo Solicitacao::getDescricaoFormaRetorno($formaretorno);?></b></font> |
512 | <?php }?> | 512 | <?php }?> |
513 | </td> | 513 | </td> |
514 | </tr> | 514 | </tr> |
@@ -538,7 +538,7 @@ | @@ -538,7 +538,7 @@ | ||
538 | </tr> | 538 | </tr> |
539 | 539 | ||
540 | <tr id="lnProrrogar1" style="display: none"> | 540 | <tr id="lnProrrogar1" style="display: none"> |
541 | - <td valign="top" align="left" colspan="4"><b>Prorrogar Resposta a Solicitação</b></td> | 541 | + <td valign="top" align="left" colspan="4"><b>Prorrogar Resposta a Solicitação</b></td> |
542 | </tr> | 542 | </tr> |
543 | <tr id="lnProrrogar2" style="display: none"> | 543 | <tr id="lnProrrogar2" style="display: none"> |
544 | <td valign="top" align="left">Motivo: </td> | 544 | <td valign="top" align="left">Motivo: </td> |
restrito/lda_solicitacao/visualizar.php
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | <script language="JavaScript" src="../js/XmlHttpLookup.js"></script> | 16 | <script language="JavaScript" src="../js/XmlHttpLookup.js"></script> |
17 | 17 | ||
18 | <script src="inc/js/functions.js"></script> | 18 | <script src="inc/js/functions.js"></script> |
19 | -<h1>Informações de Solicitação</h1> | 19 | +<h1>Informações de Solicitação</h1> |
20 | <br><br> | 20 | <br><br> |
21 | <script> | 21 | <script> |
22 | 22 | ||
@@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
96 | 96 | ||
97 | <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe"> | 97 | <table align="center" cellpadding="0" width="100%" cellspacing="1" class="tabDetalhe"> |
98 | <tr> | 98 | <tr> |
99 | - <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITAÇÃO </th> | 99 | + <th align="left" width="100%" colspan="4" style="background-color: #abcdef" onclick="abreFechaDemanda()">DADOS DA SOLICITAÇÃO </th> |
100 | </tr> | 100 | </tr> |
101 | <tr id="lnDemanda1"> | 101 | <tr id="lnDemanda1"> |
102 | <td align="left"> | 102 | <td align="left"> |
@@ -104,14 +104,14 @@ | @@ -104,14 +104,14 @@ | ||
104 | <?php echo $numeroprotocolo; ?> | 104 | <?php echo $numeroprotocolo; ?> |
105 | </td> | 105 | </td> |
106 | <td align="left"> | 106 | <td align="left"> |
107 | - <b>Tipo Solicitação</b> <br> | 107 | + <b>Tipo Solicitação</b> <br> |
108 | <?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?> | 108 | <?php echo Solicitacao::getDescricaoTipoSolicitacao($idtiposolicitacao); ?> |
109 | <?php if(!empty($idsolicitacaoorigem)){?> | 109 | <?php if(!empty($idsolicitacaoorigem)){?> |
110 | <a href="visualizar.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a> | 110 | <a href="visualizar.php?codigo=<?php echo $idsolicitacaoorigem?>">[Visualizar Processo Origem]</a> |
111 | <?php }?> | 111 | <?php }?> |
112 | </td> | 112 | </td> |
113 | <td align="left"> | 113 | <td align="left"> |
114 | - <b>Situação</b> <br> | 114 | + <b>Situação</b> <br> |
115 | <?php echo Solicitacao::getDescricaoSituacao($situacao); ?> | 115 | <?php echo Solicitacao::getDescricaoSituacao($situacao); ?> |
116 | </td> | 116 | </td> |
117 | <td align="left"> | 117 | <td align="left"> |
@@ -121,25 +121,25 @@ | @@ -121,25 +121,25 @@ | ||
121 | </tr> | 121 | </tr> |
122 | <tr id="lnDemanda2"> | 122 | <tr id="lnDemanda2"> |
123 | <td align="left" valign="top"> | 123 | <td align="left" valign="top"> |
124 | - <b>Data da Solicitação</b> <br> | 124 | + <b>Data da Solicitação</b> <br> |
125 | <?php echo $datasolicitacao; ?> | 125 | <?php echo $datasolicitacao; ?> |
126 | </td> | 126 | </td> |
127 | <td align="left" valign="top"> | 127 | <td align="left" valign="top"> |
128 | - <b>Previsão Retorno</b> <br> | 128 | + <b>Previsão Retorno</b> <br> |
129 | <?php echo $dataprevisaorespota; ?> | 129 | <?php echo $dataprevisaorespota; ?> |
130 | </td> | 130 | </td> |
131 | <td align="left" valign="top"> | 131 | <td align="left" valign="top"> |
132 | - <b>Solicitação Recebida em</b> <br> | 132 | + <b>Solicitação Recebida em</b> <br> |
133 | <?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?> | 133 | <?php echo !empty($datarecebimentosolicitacao)?$datarecebimentosolicitacao." por ".$usuariorecebimento:"Não Recebido";?> |
134 | </td> | 134 | </td> |
135 | <td align="left" valign="top"> | 135 | <td align="left" valign="top"> |
136 | - <b>Porrogação</b> <br> | 136 | + <b>Porrogação</b> <br> |
137 | <?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br> Motivo: ".$motivoprorrogacao:"Não Prorrogado";?> | 137 | <?php echo !empty($dataprorrogacao)?"Prorrogado em: ".$dataprorrogacao." por ".$usuarioprorrogacao. "<br> Motivo: ".$motivoprorrogacao:"Não Prorrogado";?> |
138 | </td> | 138 | </td> |
139 | </tr> | 139 | </tr> |
140 | <tr id="lnDemanda3"> | 140 | <tr id="lnDemanda3"> |
141 | <td align="left" colspan="4"> | 141 | <td align="left" colspan="4"> |
142 | - <b>Solicitação</b><br> | 142 | + <b>Solicitação</b><br> |
143 | <?php echo $textosolicitacao;?> | 143 | <?php echo $textosolicitacao;?> |
144 | </td> | 144 | </td> |
145 | </tr> | 145 | </tr> |
@@ -182,7 +182,7 @@ | @@ -182,7 +182,7 @@ | ||
182 | </tr> | 182 | </tr> |
183 | <tr id="lnSolicitante2"> | 183 | <tr id="lnSolicitante2"> |
184 | <td align="left"> | 184 | <td align="left"> |
185 | - <b>Profissão</b> <br> | 185 | + <b>Profissão</b> <br> |
186 | <?php echo $profissao; ?> | 186 | <?php echo $profissao; ?> |
187 | </td> | 187 | </td> |
188 | <td align="left"> | 188 | <td align="left"> |
@@ -190,13 +190,13 @@ | @@ -190,13 +190,13 @@ | ||
190 | <?php echo $escolaridade; ?> | 190 | <?php echo $escolaridade; ?> |
191 | </td> | 191 | </td> |
192 | <td align="left" colspan="2"> | 192 | <td align="left" colspan="2"> |
193 | - <b>Faixa Etária</b> <br> | 193 | + <b>Faixa Etária</b> <br> |
194 | <?php echo $faixaetaria; ?> | 194 | <?php echo $faixaetaria; ?> |
195 | </td> | 195 | </td> |
196 | </tr> | 196 | </tr> |
197 | <tr id="lnSolicitante3"> | 197 | <tr id="lnSolicitante3"> |
198 | <td align="left" colspan="2"> | 198 | <td align="left" colspan="2"> |
199 | - <b>Endereço</b> <br> | 199 | + <b>Endereço</b> <br> |
200 | <?php echo $logradouro; ?> | 200 | <?php echo $logradouro; ?> |
201 | </td> | 201 | </td> |
202 | <td align="left"> | 202 | <td align="left"> |
@@ -251,10 +251,10 @@ | @@ -251,10 +251,10 @@ | ||
251 | <td width="100%" colspan="4"> | 251 | <td width="100%" colspan="4"> |
252 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> | 252 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> |
253 | <tr> | 253 | <tr> |
254 | - <th>Data Solicitação</th> | 254 | + <th>Data Solicitação</th> |
255 | <th>Recurso</th> | 255 | <th>Recurso</th> |
256 | - <th>Situação</th> | ||
257 | - <th>Previsão Resposta</th> | 256 | + <th>Situação</th> |
257 | + <th>Previsão Resposta</th> | ||
258 | <th>Data Resposta</th> | 258 | <th>Data Resposta</th> |
259 | </tr> | 259 | </tr> |
260 | <?php | 260 | <?php |
@@ -277,17 +277,17 @@ | @@ -277,17 +277,17 @@ | ||
277 | }?> | 277 | }?> |
278 | 278 | ||
279 | <tr> | 279 | <tr> |
280 | - <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTAÇÕES</th> | 280 | + <th align="left" colspan="4" style="background-color: #abcdef" onclick="abreFechaMovimentacoes()">MOVIMENTAÇÕES</th> |
281 | </tr> | 281 | </tr> |
282 | <tr id="lnMovimentacoes"> | 282 | <tr id="lnMovimentacoes"> |
283 | <td width="100%" colspan="4"> | 283 | <td width="100%" colspan="4"> |
284 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> | 284 | <table align="center" width="100%" cellpadding="0" cellspacing="1"> |
285 | <tr> | 285 | <tr> |
286 | <th>Data Envio</th> | 286 | <th>Data Envio</th> |
287 | - <th>Usuário Envio</th> | 287 | + <th>Usuário Envio</th> |
288 | <th>Destino</th> | 288 | <th>Destino</th> |
289 | <th>Data Recebimento</th> | 289 | <th>Data Recebimento</th> |
290 | - <th>Usuário Recebimento</th> | 290 | + <th>Usuário Recebimento</th> |
291 | <th>Despacho</th> | 291 | <th>Despacho</th> |
292 | <th>Anexo</th> | 292 | <th>Anexo</th> |
293 | </tr> | 293 | </tr> |
restrito/lda_tiposolicitacao/formulario.php
@@ -60,7 +60,7 @@ getErro($erro); | @@ -60,7 +60,7 @@ getErro($erro); | ||
60 | </td> | 60 | </td> |
61 | </tr> | 61 | </tr> |
62 | <tr> | 62 | <tr> |
63 | - <td>Instância:</td> | 63 | + <td>Instância:</td> |
64 | <td> | 64 | <td> |
65 | <select name="instancia" id="instancia"> | 65 | <select name="instancia" id="instancia"> |
66 | <option value="" <?php echo (empty($instancia))?"selected":""; ?>>---</option> | 66 | <option value="" <?php echo (empty($instancia))?"selected":""; ?>>---</option> |
restrito/lda_tiposolicitacao/index.php
@@ -28,13 +28,13 @@ $sql = "select t.*, prox.nome as proxima | @@ -28,13 +28,13 @@ $sql = "select t.*, prox.nome as proxima | ||
28 | $rs = execQueryPag($sql); | 28 | $rs = execQueryPag($sql); |
29 | 29 | ||
30 | ?> | 30 | ?> |
31 | -<h1>Cadastro de Instâncias</h1> | 31 | +<h1>Cadastro de Instâncias</h1> |
32 | <br> | 32 | <br> |
33 | 33 | ||
34 | -Observações: | ||
35 | -<br>- Deverá ter cadastrado pelo menos um tipo de instância inicial e uma última. | ||
36 | -<br>- Instâncias cadastradas como última não permitem associar uma instância seguinte. | ||
37 | -<br>- Instâncias cadastradas como inicial não são listadas para servir como instância seguinte. | 34 | +Observações: |
35 | +<br>- Deverá ter cadastrado pelo menos um tipo de instância inicial e uma última. | ||
36 | +<br>- Instâncias cadastradas como última não permitem associar uma instância seguinte. | ||
37 | +<br>- Instâncias cadastradas como inicial não são listadas para servir como instância seguinte. | ||
38 | <br><br> | 38 | <br><br> |
39 | <!-- FORMULARIO --> | 39 | <!-- FORMULARIO --> |
40 | <?php include "formulario.php";?> | 40 | <?php include "formulario.php";?> |
@@ -46,8 +46,8 @@ Observações: | @@ -46,8 +46,8 @@ Observações: | ||
46 | <th></th> | 46 | <th></th> |
47 | <th>Codigo</th> | 47 | <th>Codigo</th> |
48 | <th>Nome</th> | 48 | <th>Nome</th> |
49 | - <th>Tipo de Instância</th> | ||
50 | - <th>Próxima Instância</th> | 49 | + <th>Tipo de Instância</th> |
50 | + <th>Próxima Instância</th> | ||
51 | </tr> | 51 | </tr> |
52 | <?php | 52 | <?php |
53 | $cor = false; | 53 | $cor = false; |
restrito/sis_grupo/formulario.php
@@ -43,7 +43,7 @@ getErro($erro); | @@ -43,7 +43,7 @@ getErro($erro); | ||
43 | </td> | 43 | </td> |
44 | </tr> | 44 | </tr> |
45 | <tr> | 45 | <tr> |
46 | - <td>Descrição:</td> | 46 | + <td>Descrição:</td> |
47 | <td> | 47 | <td> |
48 | <input type="text" name="descricao" value="<?php echo $descricao;?>" maxlength="70" size="50" id="descricao" /> | 48 | <input type="text" name="descricao" value="<?php echo $descricao;?>" maxlength="70" size="50" id="descricao" /> |
49 | </td> | 49 | </td> |
restrito/sis_grupo/index.php
@@ -39,7 +39,7 @@ $rs = execQueryPag($sql); | @@ -39,7 +39,7 @@ $rs = execQueryPag($sql); | ||
39 | <th></th> | 39 | <th></th> |
40 | <th>Codigo</th> | 40 | <th>Codigo</th> |
41 | <th>Nome</th> | 41 | <th>Nome</th> |
42 | - <th>Descrição</th> | 42 | + <th>Descrição</th> |
43 | <th>Status</th> | 43 | <th>Status</th> |
44 | <th>Acessos</th> | 44 | <th>Acessos</th> |
45 | </tr> | 45 | </tr> |
restrito/sis_grupo/usuarios.php
@@ -85,7 +85,7 @@ | @@ -85,7 +85,7 @@ | ||
85 | } | 85 | } |
86 | </script> | 86 | </script> |
87 | 87 | ||
88 | -<h1>Usuários do Perfil <?php echo $nomegrupo?></h1> | 88 | +<h1>Usuários do Perfil <?php echo $nomegrupo?></h1> |
89 | <br><br> | 89 | <br><br> |
90 | <form action="usuarios.php" method="post" id="formulario"> | 90 | <form action="usuarios.php" method="post" id="formulario"> |
91 | <input type="hidden" name="idgrupo" value="<?php echo $idgrupo;?>"> | 91 | <input type="hidden" name="idgrupo" value="<?php echo $idgrupo;?>"> |
@@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
96 | <table border="0" width="100%"> | 96 | <table border="0" width="100%"> |
97 | <tr> | 97 | <tr> |
98 | <td valign="top" align="center"> | 98 | <td valign="top" align="center"> |
99 | - Usuários<br> | 99 | + Usuários<br> |
100 | <select name="usuarios" id="usuarios" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> | 100 | <select name="usuarios" id="usuarios" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> |
101 | <?php | 101 | <?php |
102 | $sql="select login from sis_usuario u where status = 'A' order by login"; | 102 | $sql="select login from sis_usuario u where status = 'A' order by login"; |
@@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
119 | </center> | 119 | </center> |
120 | </td> | 120 | </td> |
121 | <td valign="top" align="center"> | 121 | <td valign="top" align="center"> |
122 | - Usuários do Perfil<br> | 122 | + Usuários do Perfil<br> |
123 | <select name="selecionados[]" id="selecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> | 123 | <select name="selecionados[]" id="selecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> |
124 | <?php foreach ($selecionados as $user) { ?> | 124 | <?php foreach ($selecionados as $user) { ?> |
125 | <option value="<?php echo $user; ?>" selected> | 125 | <option value="<?php echo $user; ?>" selected> |
restrito/sis_param/formulario.php
@@ -38,13 +38,13 @@ getErro($erro); | @@ -38,13 +38,13 @@ getErro($erro); | ||
38 | <!--input type="hidden" name="sistema" value="<?php echo $sistema;?>" id="sistema"--> | 38 | <!--input type="hidden" name="sistema" value="<?php echo $sistema;?>" id="sistema"--> |
39 | <table class="lista"> | 39 | <table class="lista"> |
40 | <tr> | 40 | <tr> |
41 | - <td>sistema:</td> | 41 | + <td>Sistema:</td> |
42 | <td> | 42 | <td> |
43 | <input type="text" name="sistema" value="<?php echo $sistema;?>" maxlength="8" size="10" id="sistema" /> | 43 | <input type="text" name="sistema" value="<?php echo $sistema;?>" maxlength="8" size="10" id="sistema" /> |
44 | </td> | 44 | </td> |
45 | </tr> | 45 | </tr> |
46 | <tr> | 46 | <tr> |
47 | - <td>Diretorio Arquivos:</td> | 47 | + <td>Diretório Arquivos:</td> |
48 | <td> | 48 | <td> |
49 | <input type="text" name="diretorioarquivos" value="<?php echo $diretorioarquivos;?>" maxlength="100" size="50" id="diretorioarquivos" /> | 49 | <input type="text" name="diretorioarquivos" value="<?php echo $diretorioarquivos;?>" maxlength="100" size="50" id="diretorioarquivos" /> |
50 | </td> | 50 | </td> |
restrito/sis_param/index.php
@@ -27,7 +27,7 @@ $x->setQuery("sistema as Sistema, diretorioarquivos, urlarquivos", "sis_param"," | @@ -27,7 +27,7 @@ $x->setQuery("sistema as Sistema, diretorioarquivos, urlarquivos", "sis_param"," | ||
27 | //$rs = execQueryPag($sql); | 27 | //$rs = execQueryPag($sql); |
28 | 28 | ||
29 | ?> | 29 | ?> |
30 | -<h2>Parametros</h2> | 30 | +<h2>Parâmetros</h2> |
31 | <br> | 31 | <br> |
32 | <!-- FORMULARIO --> | 32 | <!-- FORMULARIO --> |
33 | <?php include "formulario.php";?> | 33 | <?php include "formulario.php";?> |
restrito/sis_secretaria/cadastro.php
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | <td><input type="text" name="sigla" value="<?php echo $sigla;?>" maxlength="30" size="50" /></td> | 29 | <td><input type="text" name="sigla" value="<?php echo $sigla;?>" maxlength="30" size="50" /></td> |
30 | </tr> | 30 | </tr> |
31 | <tr> | 31 | <tr> |
32 | - <td>Responsável:</td> | 32 | + <td>Responsável:</td> |
33 | <td><input type="text" name="responsavel" value="<?php echo $responsavel;?>" maxlength="50" size="50" /></td> | 33 | <td><input type="text" name="responsavel" value="<?php echo $responsavel;?>" maxlength="50" size="50" /></td> |
34 | </tr> | 34 | </tr> |
35 | <tr> | 35 | <tr> |
@@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
43 | </td> | 43 | </td> |
44 | </tr> | 44 | </tr> |
45 | <tr> | 45 | <tr> |
46 | - <td colspan="2"><input type="checkbox" name="siccentral" value="1" <?php echo ($siccentral)?"checked":"";?>> É um SIC centralizador (recebe as demandas recém cadastradas)</td> | 46 | + <td colspan="2"><input type="checkbox" name="siccentral" value="1" <?php echo ($siccentral)?"checked":"";?>> É um SIC centralizador (recebe as demandas recém cadastradas)</td> |
47 | </tr> | 47 | </tr> |
48 | <tr> | 48 | <tr> |
49 | <td><b>Status:</b></td> | 49 | <td><b>Status:</b></td> |
restrito/sis_secretaria/index.php
@@ -52,7 +52,7 @@ $num = mysql_num_rows($resultado); | @@ -52,7 +52,7 @@ $num = mysql_num_rows($resultado); | ||
52 | </td> | 52 | </td> |
53 | </tr> | 53 | </tr> |
54 | <tr> | 54 | <tr> |
55 | - <td>Situação:</td> | 55 | + <td>Situação:</td> |
56 | <td> | 56 | <td> |
57 | <select name="ativado" id="ativado"> | 57 | <select name="ativado" id="ativado"> |
58 | <option value="">--</option> | 58 | <option value="">--</option> |
restrito/sis_usuario/cadastro.php
@@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
79 | <input type="hidden" name="idusuario" value="<?php echo $idusuario;?>"> | 79 | <input type="hidden" name="idusuario" value="<?php echo $idusuario;?>"> |
80 | <table class="lista"> | 80 | <table class="lista"> |
81 | <tr> | 81 | <tr> |
82 | - <td>Matrícula:</td> | 82 | + <td>Matrícula:</td> |
83 | <td> | 83 | <td> |
84 | <input type="text" id="matricula" name="matricula" value="<?php echo $matricula; ?>" maxlength="8" size="10" title="Informe até 8 dígitos de matricula" onkeyup="soNumero(this);" /> | 84 | <input type="text" id="matricula" name="matricula" value="<?php echo $matricula; ?>" maxlength="8" size="10" title="Informe até 8 dígitos de matricula" onkeyup="soNumero(this);" /> |
85 | CPF:<input type="text" id="cpf" name="cpfusuario" value="<?php echo $cpfusuario; ?>" maxlength="11" size="12" title="Informe os 11 digitos do CPF" onkeyup="soNumero(this);" /> | 85 | CPF:<input type="text" id="cpf" name="cpfusuario" value="<?php echo $cpfusuario; ?>" maxlength="11" size="12" title="Informe os 11 digitos do CPF" onkeyup="soNumero(this);" /> |
@@ -163,7 +163,7 @@ | @@ -163,7 +163,7 @@ | ||
163 | </center> | 163 | </center> |
164 | </td> | 164 | </td> |
165 | <td valign="top" align="center"> | 165 | <td valign="top" align="center"> |
166 | - Perfis do Usuário<br> | 166 | + Perfis do Usuário<br> |
167 | <select name="gruposselecionados[]" id="gruposselecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> | 167 | <select name="gruposselecionados[]" id="gruposselecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> |
168 | <?php | 168 | <?php |
169 | $sql="select nome, descricao from sis_grupo g order by nome"; | 169 | $sql="select nome, descricao from sis_grupo g order by nome"; |
@@ -210,7 +210,7 @@ | @@ -210,7 +210,7 @@ | ||
210 | </center> | 210 | </center> |
211 | </td> | 211 | </td> |
212 | <td valign="top" align="center"> | 212 | <td valign="top" align="center"> |
213 | - SIC's Alternativos do Usuário<br> | 213 | + SIC's Alternativos do Usuário<br> |
214 | <select name="sicselecionados[]" id="sicselecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> | 214 | <select name="sicselecionados[]" id="sicselecionados" title="Dê um duplo clique para selecionar todos" ondblclick="selecionatudo(this.id);" multiple="multiple" style="height: 300px; width: 300px; font-size:10"> |
215 | <?php | 215 | <?php |
216 | $sql="select nome, sigla, idsecretaria from sis_secretaria order by sigla"; | 216 | $sql="select nome, sigla, idsecretaria from sis_secretaria order by sigla"; |