-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcertidaovencida.php
More file actions
executable file
·69 lines (68 loc) · 2.96 KB
/
certidaovencida.php
File metadata and controls
executable file
·69 lines (68 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?
/*
* E-cidade Software Publico para Gestao Municipal
* Copyright (C) 2009 DBselller Servicos de Informatica
* www.dbseller.com.br
* e-cidade@dbseller.com.br
*
* Este programa e software livre; voce pode redistribui-lo e/ou
* modifica-lo sob os termos da Licenca Publica Geral GNU, conforme
* publicada pela Free Software Foundation; tanto a versao 2 da
* Licenca como (a seu criterio) qualquer versao mais nova.
*
* Este programa e distribuido na expectativa de ser util, mas SEM
* QUALQUER GARANTIA; sem mesmo a garantia implicita de
* COMERCIALIZACAO ou de ADEQUACAO A QUALQUER PROPOSITO EM
* PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais
* detalhes.
*
* Voce deve ter recebido uma copia da Licenca Publica Geral GNU
* junto com este programa; se nao, escreva para a Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA.
*
* Copia da licenca no diretorio licenca/licenca_en.txt
* licenca/licenca_pt.txt
*/
$sql = parse_str(base64_decode($HTTP_SERVER_VARS["QUERY_STRING"]));
pg_exec("select logo from db_config limit 1");
for ($i=0;$i<(pg_numfields($sql));$i++){
db_fieldsmemory($sql,0);
}
?>
<script>
js_verificapagina("certidaoautentica.php");
</script>
<html>
<head>
<title>Documento sem título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="650" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#CCCCCC">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%">
<div align="center"><img src="imagens/<?=$logo?>" width="54" height="70"></div>
</td>
<td width="88%">
<div align="center"><font size="6" face="Arial, Helvetica, sans-serif"><b><font size="5" face="Verdana, Arial, Helvetica, sans-serif"><?=$nomeinst?></font><font face="Verdana, Arial, Helvetica, sans-serif"><br>
</font></b><font face="Verdana, Arial, Helvetica, sans-serif"><font size="4">Secretaria
Municipal de Finanças</font></font></font></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" height="77">
<font face='arial' size='2'><b>Certidão com o prazo de validade expirado</b><br>
Por Favor entre em contato com a Prefeitura</font><br>
<br><center>
</td>
</tr>
</table>
</body>
</html>