-
Notifications
You must be signed in to change notification settings - Fork 0
/
mn_bck_ra.php
337 lines (275 loc) · 10.6 KB
/
mn_bck_ra.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
<?php
/*
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
*/
$uf = $_GET["uf"];
$ger = $_GET["ger"];
$serial = $_GET["serial"];
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body{scrollbar-face-color: white; scrollbar-shadow-color: grey; scrollbar-highlight-color: white; scrollbar-3dlight-color: grey; scrollbar-darkshadow-color: white;scrollbar-track-color: #ffffff; scrollbar-arrow-color: #c0c0c0;}
A:link {font-family: Arial, Verdana; font-size: 8pt; FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none; CURSOR: hand;}
A:visited {font-family: Arial, Verdana; font-size: 8pt; FONT-WEIGHT: bold; COLOR: #1A0300; TEXT-DECORATION: none; CURSOR: hand;}
A:active {font-family: Arial, Verdana; font-size: 8pt; FONT-WEIGHT: bold; COLOR: #0000FF; TEXT-DECORATION: none; CURSOR: hand;}
A:selected {font-family: Arial, Verdana; font-size: 8pt; FONT-WEIGHT: bold; COLOR: #0000FF; TEXT-DECORATION: none; CURSOR: hand;}
A:hover {font-family: Arial, Verdana; font-size: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none; color:#F58735; CURSOR: hand;}
.caixa{BORDER-COLOR: #F58735; BORDER-STYLE: solid; BORDER-WIDTH: 1px; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif; width:102px;}
.laterais {border-left: #F58735 1px solid; border-right: #F58735 1px solid; border-bottom: #F58735 1px solid; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-WEIGHT: bold}
.final {border-bottom: #F58735 1px solid;}
.tht {FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-VALGIN: middle;}
</style>
<!-- ####################### VALIDA FORM DE PESQUISA ############################## -->
<SCRIPT LANGUAGE="JavaScript">
function validaForm(){
d = document.cadastro;
parte = d.objeto.value.length;
if (parte < 3)
{
alert ("O nome para procura,\ndeve possuir no mínimo 3 letras!");
d.objeto.focus();
return false;
}
return true;
}
</SCRIPT>
</HEAD>
<body background="imagens/fundoko.gif" LEFTMARGIN="8" RIGHTMARGIN="0" TOPMARGIN="6" BOTTOMMARGIN="0">
<?php
error_reporting(0);
#####################################
include("config/conexao.php");
$conexao = conexao();
#####################################
$tabela = "bckbone";
$banco = "rede_acesso";
mysql_select_db($banco);
/////////////////////// CONFIGURACOES /////////////////////////////////////////////////
$query = "SELECT IpServerMonitora FROM ". CONFIGURACOES . " WHERE codigo = '1'";
$result = mysql_query($query);
list ($aux) = mysql_fetch_array($result,MYSQL_NUM);
define(IpServerMonitora, $aux);
define(LinkGraph, ("rrd_graph.php?log=") );
# define(LinkGraph, ("http://" . IpServerMonitora . "/php/teste/graph.php?log=") );
//////////////////////////////////////////////////////////////////////////////////////
#####################################
$home = "index.html";
$ra = "mn_aps.php";
#####################################
if($uf!="" && $ger=="")
{
gerencias($uf);
voltar_principal($home, $ra);
}
elseif($uf!="" && $ger!="")
{
if ($serial!="")
{
gerencias($uf);
concentradora($serial, $uf);
voltar_conc($uf);
}
else
{
gerencias($uf);
entidades($ger, $uf);
voltar_ger($ger, $uf);
}
}
###########################################################
##### FUNCOES PARA GERACAO DOS MENUS
###########################################################
function fcth($texto)
{
echo "
<table width='150' border='0' cellspacing='0' cellpadding='0' style='margin-top: 5px'>
<tr>
<td width='1' align='right'><img border='0' src='imagens/boxverde_e.gif' width='5' height='25'></td>
<td background='imagens/boxverde_m.gif' align='center' valign='bottom' CLASS='tht'><b>$texto</b></td>
<td width='5'><img src='imagens/boxverde_d.gif' width='5' height='25'></td>
</tr>
</table>
";
} # FIM DA FUNCAO CABECALHO
function voltar_principal($home, $ra)
{
global $uf;
echo "
<table width='140' border='0' cellspacing='0' cellpadding='0'>
<TR><TD>
<BR><a href='$ra?uf=$uf' TARGET='_self'><img SRC='imagens/bt_voltar.gif' BORDER='0'></a>
</TD></TR>
</table>";
} # FIM DA FUNCAO VOLTAR
function voltar_ger($ger, $uf)
{
echo "
<table width='140' border='0' cellspacing='0' cellpadding='0'>
<TR><TD>
<BR><a href='" . $_SERVER['PHP_SELF'] . "?uf=$uf' TARGET='_self'><img SRC='imagens/bt_voltar.gif' BORDER='0'></a>
</TD></TR>
</table>";
} # FIM DA FUNCAO VOLTAR
function voltar_conc($uf)
{
echo "
<table width='140' border='0' cellspacing='0' cellpadding='0'>
<TR><TD>
<BR><a href='" . $_SERVER['PHP_SELF'] . "?ger=Concentradoras&uf=$uf' TARGET='_self'><img SRC='imagens/bt_voltar.gif' BORDER='0'></a>
</TD></TR>
</table>";
} # FIM DA FUNCAO VOLTAR
function gerencias($uf)
{
global $conexao, $banco, $tabela;
$consulta = "SELECT DISTINCT gerencia FROM $tabela WHERE uf='$uf' AND gerencia NOT LIKE 'LAN%' ORDER BY gerencia";
$resultado = mysql_query($consulta);
$nome_uf = nome_uf($uf);
fcth("$nome_uf");
echo "<table width='150' border='0' cellspacing='0' cellpadding='4' CLASS='laterais' bgcolor='#F3FAE9'>
<TR><TD>
Backbone<BR>
=======================<BR>
";
while( list($ger) = mysql_fetch_array($resultado, MYSQL_NUM))
{
echo "<A HREF='" . $_SERVER['PHP_SELF'] . "?ger=$ger&uf=$uf'>$ger</A><BR>";
}
echo "</TD></TR></table>";
} ### FIM DA FUNÇAO GERENCIAS
function entidades($ger, $uf)
{
global $conexao, $banco, $tabela;
$consulta = "SELECT cod_int, nome, orgao, serial, tipo FROM $tabela WHERE gerencia='$ger' AND uf='$uf' AND IfStatus='UP' ORDER BY nome";
$resultado = mysql_query($consulta);
$ger = str_replace("GEx ", "", $ger);
fcth("$ger/$uf");
echo "
<table width='150' border='0' cellspacing='0' cellpadding='4' CLASS='laterais' bgcolor='#F3FAE9'>
<TR><TD>
";
while( list($cod_int, $nome, $orgao, $serial, $tipo) = mysql_fetch_array($resultado, MYSQL_NUM))
{
$serial_2 = serial($serial);
$link = LinkGraph . $cod_int;
if ( (strtoupper($tipo)) == "C")
echo "<A HREF='$link' TITLE='$orgao - $serial_2' TARGET='principal'>$nome</A><BR>";
else
echo "<A HREF='$link' TITLE='$orgao - $serial_2' ONCLICK=\"document.location.href='" . $_SERVER['PHP_SELF'] . "?ger=$ger&uf=$uf&serial=$serial'\" TARGET='principal'>$nome</A><BR>";
}
echo "</TD></TR></table>";
} ### FIM DA FUNÇAO ENTIDADES
function procura($objeto)
{
global $conexao, $banco, $tabela, $home;
$objeto = strtoupper($objeto);
if($objeto=="APS" || $objeto=="GEX" || $objeto=="APS " || $objeto=="GEX ")
{
echo "<BR><BR>
<table width='150' border='0' cellspacing='2' cellpadding='4'>
<TR><TD ALIGN='center'><IMG SRC='imagens/alerta1.jpg'></TD></TR>
<TR><TD ALIGN='center'><FONT SIZE='+1' COLOR='#000000'>Não digite o tipo, e sim o nome da <FONT COLOR='#FF0000'>Unidade</font> Desejada.</FONT></TD></TR>
</table>
";
voltar_principal($home);
exit;
}
$consulta = "SELECT cod_int, nome, orgao, gerencia, uf, serial FROM $tabela WHERE (nome LIKE '%$objeto%' OR orgao LIKE '%$objeto%' ) AND IfStatus='UP' ORDER BY uf";
$resultado = mysql_query($consulta);
while( list($cod_int, $name, $orgao, $GEx, $uf, $serial ) = mysql_fetch_array($resultado, MYSQL_NUM))
{
$GEx = str_replace("GEx ", "", $GEx);
// $nome = str_replace("APS ", "", $name);
$link = LinkGraph . $cod_int;
$nome = $name;
fcth("$GEx/$uf");
echo "<table width='150' border='0' cellspacing='0' cellpadding='4' CLASS='laterais' bgcolor='#F3FAE9'>
<TR><TD>
<A HREF='$link' TITLE='$orgao - $serial' TARGET='principal'>$name</A><BR>
</TD></TR>
</table>";
}
if ($nome == "")
{
echo "<BR><BR>
<table width='150' border='0' cellspacing='2' cellpadding='4'>
<TR><TD ALIGN='center'><IMG SRC='imagens/alerta1.jpg'></TD></TR>
<TR><TD ALIGN='center'><FONT SIZE='+1' COLOR='#333333'>Unidade Não Encontrada!!!</FONT></TD></TR>
</table>
";
}
} // FIM DA FUNÇÃO PROCURA
function concentradora($serial_consulta, $uf)
{
global $conexao, $banco, $tabela;
$consulta = "SELECT cod_int, nome, orgao, serial FROM $tabela WHERE (serial LIKE '$serial_consulta%') AND uf='$uf' AND IfStatus='UP' ORDER BY nome";
$resultado = mysql_query($consulta);
fcth("$serial_consulta - $uf");
echo "
<table width='150' border='0' cellspacing='0' cellpadding='4' CLASS='laterais' bgcolor='#F3FAE9'>
<TR><TD>
";
while( list($cod_int, $nome, $orgao, $serial) = mysql_fetch_array($resultado, MYSQL_NUM))
{
$link = LinkGraph . $cod_int;
echo "<A HREF='$link' TITLE='$orgao - $serial' TARGET='principal'>$nome</A><BR>";
}
echo "</TD></TR></table>";
} ### FIM DA FUNÇAO CONCENTRADORA
function serial($serial)
{
return str_replace("_", "/", $serial);
} # FIM DA FUNCAO SERIAL
function nome_uf($uf)
{
$uf = strtoupper($uf);
switch($uf)
{
case 'AC': $nome_uf = "Acre"; break;
case 'AL': $nome_uf = "Alagoas"; break;
case 'AM': $nome_uf = "Amazonas"; break;
case 'AP': $nome_uf = "Amapa"; break;
case 'BA': $nome_uf = "Bahia"; break;
case 'CE': $nome_uf = "Ceara"; break;
case 'DF': $nome_uf = "Distrito Federal"; break;
case 'ES': $nome_uf = "Espírito Santo"; break;
case 'GO': $nome_uf = "Goiás"; break;
case 'MA': $nome_uf = "Maranhão"; break;
case 'MG': $nome_uf = "Minas Gerais"; break;
case 'MS': $nome_uf = "Mato Grosso Sul"; break;
case 'MT': $nome_uf = "Mato Grosso"; break;
case 'PA': $nome_uf = "Pará"; break;
case 'PB': $nome_uf = "Paraíba"; break;
case 'PE': $nome_uf = "Pernambuco"; break;
case 'PI': $nome_uf = "Piauí"; break;
case 'PR': $nome_uf = "Parana"; break;
case 'RJ': $nome_uf = "Rio de Janeiro"; break;
case 'RN': $nome_uf = "Rio Grande Norte"; break;
case 'RO': $nome_uf = "Rondônia"; break;
case 'RR': $nome_uf = "Rorâima"; break;
case 'RS': $nome_uf = "Rio Grande do Sul"; break;
case 'SC': $nome_uf = "Santa Catarina"; break;
case 'SE': $nome_uf = "Sergipe"; break;
case 'SP': $nome_uf = "São Paulo"; break;
case 'TO': $nome_uf = "Tocantins"; break;
}
return $nome_uf;
}
mysql_free_result;
mysql_close() or die ('nao desconectou');
?>
</BODY>
</HTML>