Subversion Repositories Sigmater

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 Andrea 1
<?php
2
// ************************************************
3
// INCLUDE FILE DI INIZIALIZZAZIONE
4
// ************************************************
5
require_once('./include/LSTU_init.inc');
6
 
7
$_hpage = 'Gestione e controllo sistema';
8
// ************************************************
9
// INCLUDE HEADER HTML
10
// ************************************************
11
include(APP_PATH.'include/LSTV_header.inc');
12
 
13
/////////////////////////////////////////////////
14
// RESET SESSIONE
15
/////////////////////////////////////////////////
16
session_unset();
17
 
18
?>
19
 
20
<table align=center cellspacing=0 cellpadding=0 border=0>
21
<tr>
22
<td align=center class="titolo2">Gestione Servizi</td>
23
</tr>
24
<tr>
25
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
26
<tr>
27
	<td><a href="LSTV_main_Pserv.php?<?=SID?>">Servizi periodici</a></td>
28
	<td><a href="LSTV_main_Rserv.php?<?=SID?>">Servizi a richiesta</a></td>
29
</tr>
30
<tr>
31
 
32
	<td colspan=2 align=center><a href="LSTV_logerr_main.php?<?=SID?>">Gestioni Errori</a></td>
33
</tr>
34
</table>
35
</tr>
36
</table>
37
<br>
38
<table align=center cellspacing=0 cellpadding=0 border=0>
39
<tr>
40
<td align=center class="titolo2">Gestione Impianto</td>
41
</tr>
42
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
43
<tr>
44
	<td><a href="impiantodb/LSTV_file_frame.php">Impianto CENSUARIO</a></td>
45
	<td>Impianto CARTOGRAFIA</td>
46
	<td><a href="LSTV_main_control.php">Controllo DBTI - Staging</a></td>
47
</tr>
48
</table>
49
</tr>
50
</table>
51
<br>
52
 
53
<table align=center cellspacing=0 cellpadding=0 border=0>
54
<tr>
55
<td align=center class="titolo2">Gestione Report</td>
56
</tr>
57
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
58
<tr>
59
	<td><a href="control/report/CTRL_report_dbti.php?link=report">Report DBTI</a></td>
60
	<td><a href="control/report/CTRL_report_staging.php?link=report">Report Staging</a></td>
61
	<td><a href="control/report/CTRL_report_incrementali.php?link=report">Report DBI</a></td>
62
</tr>
63
</table>
64
</tr>
65
<tr>
66
<br>
67
<table align=center cellspacing=0 cellpadding=0 border=0>
68
<td align=center class="titolo2">Servizi Transazionali</td>
69
</tr>
70
<tr>
71
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
72
<tr>
73
	<td><a href="TEU_Test/ServiziTransazionali_LINK.php">Servizi transazionali</a></td>
74
	<td><a href="test_spc/RichiestaEstrazioneVariazioniOggTerr.php">TEST PORTA DI DOMINIO </a></td>
75
</tr>
76
</table>
77
</tr>
78
</table>
79
</tr>
80
</table>
81
<?php
82
// ************************************************
83
// INCLUDE FOOTER HTML
84
// ************************************************
85
include(APP_PATH.'include/LSTV_footer.inc');
86
?>