forked from e-cidade/2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aco1_acordo002.php
executable file
·98 lines (94 loc) · 4.56 KB
/
aco1_acordo002.php
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?
/*
* E-cidade Software Publico para Gestao Municipal
* Copyright (C) 2013 DBselller Servicos de Informatica
* www.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
*/
require("libs/db_stdlib.php");
require("libs/db_conecta.php");
include("libs/db_sessoes.php");
include("libs/db_usuariosonline.php");
include("dbforms/db_funcoes.php");
include("dbforms/db_classesgenericas.php");
$clcriaabas = new cl_criaabas;
$db_opcao = 1;
?>
<html>
<head>
<title>DBSeller Informática Ltda - Página Inicial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" CONTENT="0">
<script language="JavaScript" type="text/javascript" src="scripts/scripts.js"></script>
<link href="estilos.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor=#CCCCCC leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table width="790" height="18" border="0" cellpadding="0" cellspacing="0" bgcolor="#5786B2">
<tr>
<td width="360"> </td>
<td width="263"> </td>
<td width="25"> </td>
<td width="140"> </td>
</tr>
</table>
<table valign="top" marginwidth="0" width="790" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="430" align="left" valign="top" bgcolor="#CCCCCC">
<?
$clcriaabas->identifica = array("acordo" => "Acordo",
"acordoitem" => "Itens",
"acordogarantia" => "Garantias",
"acordopenalidade" => "Penalidades",
"acordodocumento" => "Documentos"
);
$clcriaabas->src = array("acordo" => "aco1_acordo005.php");
$clcriaabas->sizecampo = array("acordo" => "23",
"acordoitem" => "23",
"acordogarantia" => "23",
"acordopenalidade" => "23",
"acordodocumento" => "23"
);
$clcriaabas->disabled = array("acordo" => "true",
"acordoitem" => "true",
"acordogarantia" => "true",
"acordopenalidade" => "true",
"acordodocumento" => "true"
);
$clcriaabas->cria_abas();
?>
</td>
</tr>
</table>
<form name="form1">
</form>
<?
db_menu(db_getsession("DB_id_usuario"),db_getsession("DB_modulo"),db_getsession("DB_anousu"),db_getsession("DB_instit"));
?>
</body>
</html>
<script>
var Elemento = document.getElementsByName("acordoitem")[0];
var sFuncao = "mo_camada('acordoitem');";
sFuncao += "top.corpo.iframe_acordoitem.js_verificaTipoAcordo();";
//parent.document.getElementsByName("acordoitem")[0].setAttribute("onclick",sFuncao);
document.getElementsByName("acordoitem")[0].setAttribute("onclick",sFuncao);
</script>