-
Notifications
You must be signed in to change notification settings - Fork 0
/
edita_circuito.php
508 lines (447 loc) · 18.5 KB
/
edita_circuito.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<html>
<!--
/*
Este arquivo � parte do programa COCAR
COCAR � um software livre; voc� pode redistribui-lo e/ou
modifica-lo dentro dos termos da Licen�a P�blica Geral GNU como
publicada pela Funda��o do Software Livre (FSF); na vers�o 2 da
Licen�a.
Este programa � distribuido na esperan�a que possa ser util,
mas SEM NENHUMA GARANTIA; sem uma garantia implicita de ADEQUA��O a qualquer
MERCADO ou APLICA��O EM PARTICULAR. Veja a
Licen�a P�blica Geral GNU para maiores detalhes (GPL2.txt).
Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU
junto com este programa, se n�o, escreva para a Funda��o do Software
Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-->
<head>
<title>Rede de Acesso</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<style type="text/css">
.caixa
{
BORDER-RIGHT: #F58735 1px solid;
BORDER-TOP: #F58735 1px solid;
BORDER-LEFT: #F58735 1px solid;
BORDER-BOTTOM: #F58735 1px solid;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Arial;
width:100px;
}
body
{
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #c0c0c0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #c0c0c0;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #c0c0c0;
font-family: Verdana, Arial;
font-size: 12pt;
}
A:link
{
font-family: Verdana, Arial;
font-size: 8pt;
FONT-WEIGHT: bold;
COLOR: #000000;
TEXT-DECORATION: none;
CURSOR: hand;
}
A:visited
{
font-family: Verdana, Arial;
font-size: 8pt;
FONT-WEIGHT: bold;
COLOR: #1A0300;
TEXT-DECORATION: none;
CURSOR: hand;
}
A:active
{
font-family: Verdana, Arial;
font-size: 8pt;
FONT-WEIGHT: bold;
COLOR: #0000FF;
TEXT-DECORATION: none;
CURSOR: hand;
}
A:hover
{
font-family: Verdana, Arial;
font-size: 8pt;
FONT-WEIGHT: bold;
TEXT-DECORATION: none;
color:#F58735;
CURSOR: hand;
}
.thd
{
background-color: #007700;
border-width: 1px;
border-style: solid;
border-color: #F58735;
FONT-FAMILY: Verdana, Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
COLOR: #FFFFFF;
}
.impar
{
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #F58735;
FONT-FAMILY: Verdana, Arial;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold
}
.par
{
background-color: #EEEEE6;
border-width: 1px;
border-style: solid;
border-color: #F58735;
FONT-FAMILY: Verdana, Arial;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold
}
.tab
{
border: #F58735 2px solid;
}
</style>
<script language="javascript">
function muda_pagina(file1,file2)
{
parent.cadastro.location.href=file1;
parent.lista.location.reload();
parent.lista.location.href=file2;
}
</script>
</HEAD>
<body background=\"imagens/fundoko.gif\" LEFTMARGIN=\"8\" RIGHTMARGIN=\"0\" TOPMARGIN=\"6\" BOTTOMMARGIN=\"0\"OnLoad=\"parent.lista.location.href='lista_entidade.php'\">
<?php
//configuracoµes de conexao
require ("config/conexao.php");
//funcao de cadastro
function altera_circ($circ) {
$con=conexao();
mysql_select_db("rede_acesso",$con) or die ("erro ao tentar usar o banco rede_acesso!");
$query="update rede_acesso set
nome = \"" . $circ['nome'] . "\"
,orgao=\"" . $circ['orgao'] . "\"
,uf=\"" . $circ['orgao'] . "\"
,host=\"" . $circ['host'] . "\"
,community=\"" . $circ['community'] . "\"
,serial=\"" . $circ['serial'] . "\"
,tecnologia=\"" . $circ['tecnologia'] . "\"
,tipo=\"" . $circ['tipo'] . "\"
,num_int=\"" . $circ['num_int'] . "\"
,ip_orig=\"" . $circ['ip_orig'] . "\"
,circuito=\"" . $circ['circuito'] . "\"
,porta=\"" . $circ['porta'] . "\"
,cir_in=\"" . $circ['cir_out'] . "\"
,cir_out=\"" . $circ['cir_in'] . "\"
,serial_dest=\"" . $circ['serial_dest'] . "\"
,num_int_dest=\"" . $circ['num_int_dest'] . "\"
,community_dest=\"" . $circ['community_dest'] . "\"
,host_dest=\"" . $circ['host_dest'] . "\"
where cod_int=\"". $circ['cod_int'] . "\"";
mysql_query($query,$con);
}
function gera_combo($nome,$tabela,$chave,$descr,$marcar='')
{
$con=conexao();
mysql_select_db("rede_acesso",$con) or die ("erro ao tentar usar o banco rede_acesso!");
$res=mysql_query("select $chave,$descr from $tabela",$con);
if (mysql_num_rows($res) <> 0)
{
$combo = "<select name=" . $nome . ">\n";
while( $linha = mysql_fetch_array($res))
{
if ($marcar == $linha[$chave]) $marca="SELECTED";
else $marca="";
$combo .= "<option " . $marca . " value=" . $linha["$chave"] .">" . $linha["$descr"] . "</option>\n";
}
$combo .= "</select>\n";
}
mysql_close($con);
return $combo;
}
function gera_radio($nome,$op,$marcar='')
{
$radio='';
foreach ($op as $opt)
{
list($valor,$opcao) = explode(":", $opt);
if ($valor == $marcar) $marca="CHECKED";
else $marca="";
$radio.="<input type=radio name=$nome value='$valor' $marca>$opcao</input>\n";
}
return $radio;
}
//-----------definicão interface
function set_interface($circ)
{
$combo_entidade = gera_combo('orgao','entidades','identificador','nome_entidade', $circ['orgao']);
$radio_tipo_circ = gera_radio("tipo",array("p:porta","c:circuito"),$circ['tipo']);
$interface ="
<br/><br/><br/>\n
<center>\n
<font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\"><b>Cadastro de Circuitos</b></font>\n
<br/>\n
<form name=\"form\" method=post action=\"edita_circuito.php\">\n
<table border=0 cellspacing=2 cellpadding=2>\n
<tr bgcolor=\"#ffffff\">\n
<td colspan=2 align=\"center\">\n
</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Código da Interface: </font></td>\n
<td><input type=hidden name=cod_int value=\"" . $circ['cod_int'] . "\" width=10></input><font color=blue>" . $circ['cod_int']. "</font></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Descrição do circuito: </font></td>\n
<td><input type=text name=nome value=\"" . $circ['nome'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Entidade: </font></td>\n
<td>" . $combo_entidade . "</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Gerencia: </font></td>\n
<td><input type=text name=gerencia value=\"" . $circ['gerencia'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">IP rotedor backbone: </font></td>\n
<td><input type=text name=host value=\"" . $circ['host'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Community snmp do roteador backbone: </font></td>\n
<td><input type=text name=community value=\"" . $circ['community'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Serial no roteador backbone: </font></td>\n
<td><input type=text name=serial value=\"" . $circ['serial'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Tecnologia: </font></td>\n
<td><input type=text name=tecnologia value=\"" . $circ['tecnologia'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Tipo da Interface: </font></td>\n
<td>$radio_tipo_circ</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Niúmero SNMP da interface: </font></td>\n
<td><input type=text name=num_int value=\"" . $circ['num_int'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">IP da serial da Interface: </font></td>\n
<td><input type=text name=ip_orig value=\"" . $circ['ip_orig'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Cadastro do circuito: </font></td>\n
<td><input type=text name=circuito value=\"" . $circ['circuito'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Velocidade: </font></td>\n
<td><input type=text name=porta value=\"" . $circ['porta'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">CIR In: </font></td>\n
<td><input type=text name=cir_in value=\"" . $circ['cir_in'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">CIR Out: </font></td>\n
<td><input type=text name=cir_out value=\"" . $circ['cir_out'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Serial no roteador da ponta: </font></td>\n
<td><input type=text name=serial_dest value=\"" . $circ['serial_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Identificação SNMP da porta na ponta: </font></td>\n
<td><input type=text name=num_int_dest value=\"" . $circ['num_int_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Community SNMP do roteador da ponta: </font></td>\n
<td><input type=text name=community_dest value=\"" . $circ['community_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\"> IP da serial do roteador da ponta: </font></td>\n
<td><input type=text name=host_dest value=\"" . $circ['host_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td colspan=2 align=\"center\"><input type=submit name=\"Altera\" value=\"Alterar\" onclick=\"javascript:muda_pagina('cadastra_circuito.php','lista_circuito.php');></td>\n
</tr>\n
</table>\n
</center>\n";
echo $interface;
}
//-----------definicão interface
function set_cadastro($circ)
{
$combo_entidade = gera_combo('orgao','entidades','identificador','nome_entidade', $circ['orgao']);
$radio_tipo_circ = gera_radio("tipo",array("p:porta","c:circuito"),$circ['tipo']);
$interface ="<br/>\n
<center>\n
<font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\"><b>Cadastro de Circuitos</b></font>\n
<br/>\n
<form name=\"form\" method=post action=\"cadastra_circuito.php\">\n
<table border=0 cellspacing=2 cellpadding=2>\n
<tr bgcolor=\"#ffffff\">\n
<td colspan=2 align=\"center\">\n
</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Código da Interface: </font></td>\n
<td><input type=text name=cod_int value=\"" . $circ['cod_int'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Descrição do circuito: </font></td>\n
<td><input type=text name=nome value=\"" . $circ['nome'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Entidade: </font></td>\n
<td>" . $combo_entidade . "</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Gerencia: </font></td>\n
<td><input type=text name=gerencia value=\"" . $circ['gerencia'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">IP rotedor backbone: </font></td>\n
<td><input type=text name=host value=\"" . $circ['host'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Community snmp do roteador bacbone: </font></td>\n
<td><input type=text name=community value=\"" . $circ['community'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Serial no roteador backbone: </font></td>\n
<td><input type=text name=serial value=\"" . $circ['serial'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Tecnologia: </font></td>\n
<td><input type=text name=tecnologia value=\"" . $circ['tecnologia'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Tipo da Interface: </font></td>\n
<td>$radio_tipo_circ</td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Niúmero SNMP da interface: </font></td>\n
<td><input type=text name=num_int value=\"" . $circ['num_int'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">IP da serial da Interface: </font></td>\n
<td><input type=text name=ip_orig value=\"" . $circ['ip_orig'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Cadastro do circuito: </font></td>\n
<td><input type=text name=circuito value=\"" . $circ['circuito'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Velocidade: </font></td>\n
<td><input type=text name=porta value=\"" . $circ['porta'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">CIR In: </font></td>\n
<td><input type=text name=cir_in value=\"" . $circ['cir_in'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">CIR Out: </font></td>\n
<td><input type=text name=cir_out value=\"" . $circ['cir_out'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Serial no roteador da ponta: </font></td>\n
<td><input type=text name=serial_dest value=\"" . $circ['serial_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Identificação SNMP da porta na ponta: </font></td>\n
<td><input type=text name=num_int_dest value=\"" . $circ['num_int_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\">Community SNMP do roteador da ponta: </font></td>\n
<td><input type=text name=community_dest value=\"" . $circ['community_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td align=\"left\"><font color=\"#000000\" face=\"helvetica,arial\" size=\"-1\"> IP da serial do roteador da ponta: </font></td>\n
<td><input type=text name=host_dest value=\"" . $circ['host_dest'] . "\" width=10></input></td>\n
</tr>\n
<tr bgcolor=\"#ffffff\">\n
<td colspan=2 align=\"center\"><input type=submit name=\"cadastra\" value=\"Cadastrar\"></td>\n
</tr>\n
</table>\n
</form>\n
</center>\n";
echo $interface;
}
//----------------codigo principal
//se não veio pelo submi
if (! isset($_POST['Altera']) ) {
$con=conexao();
mysql_select_db("rede_acesso",$con) or die("Problemas ao tentar acesso ao BD rede_acesso");
$query = "select * from rede_acesso where cod_int=\"" . $_POST['cod_int'] . "\"";
$res=mysql_query($query,$con);
$linha=mysql_fetch_array($res);
set_interface($linha);
}
else {
$ok=TRUE;
if ( $_POST['cod_int'] == '' ) {
$circuito = $_POST;
$msg .= "<center><br><font color='red'>Código da interface não pode ser vazio</font></center>\n";
$ok=FALSE;
}
if ( $ok )
{
$result=altera_circ($_POST);
switch ($result)
{
case 0:
$msg = "<center><br><font color='blue'>" . $_POST['cod_int'] . " alterado com sucesso</font></center>\n";
$circuito = array(
"cod_int" => '',
"nome" => '',
"orgao" => '',
"gerencia" => '',
"uf" => '',
"host" => '',
"community" => '',
"serial" => '',
"tecnologia" => '',
"tipo" => '',
"num_int" => '',
"ip_orig" => '',
"circuito" => '',
"porta" => '',
"cir_in" => '',
"cir_out" => '',
"serial_dest" => '',
"num_int_dest" => '',
"community_dest" => '',
"host_dest" => ''
);
set_cadastro($circuito);
break;
case 2:
$msg="<center><br><font color='red'>Problemas na alteração dos dados. <BR/> Possível problema com o banco de dados. </font></center>\n";
set_interface($_POST);
break;
default:
$msg="<center><br><font color='red'>Problema desconhecido. <BR/> Possível problema com o banco de dados. </font></center>\n";
set_interface($_POST);
break;
}
}
echo $msg;
}
?>
</BODY>
</HTML>