Subversion Repositories Sigmater

Rev

Blame | Last modification | View Log | Download | RSS feed

<?php
// ************************************************
// INCLUDE FILE DI INIZIALIZZAZIONE
// ************************************************
require_once('./include/LSTU_init.inc');

$_hpage = 'Gestione e controllo sistema';
// ************************************************
// INCLUDE HEADER HTML
// ************************************************
include(APP_PATH.'include/LSTV_header.inc');

/////////////////////////////////////////////////
// RESET SESSIONE
/////////////////////////////////////////////////
session_unset();

?>

<table align=center cellspacing=0 cellpadding=0 border=0>
<tr>
<td align=center class="titolo2">Gestione Servizi</td>
</tr>
<tr>
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
<tr>
        <td><a href="LSTV_main_Pserv.php?<?=SID?>">Servizi periodici</a></td>
        <td><a href="LSTV_main_Rserv.php?<?=SID?>">Servizi a richiesta</a></td>
</tr>
<tr>

        <td colspan=2 align=center><a href="LSTV_logerr_main.php?<?=SID?>">Gestioni Errori</a></td>
</tr>
</table>
</tr>
</table>
<br>
<table align=center cellspacing=0 cellpadding=0 border=0>
<tr>
<td align=center class="titolo2">Gestione Impianto</td>
</tr>
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
<tr>
        <td><a href="impiantodb/LSTV_file_frame.php">Impianto CENSUARIO</a></td>
        <td>Impianto CARTOGRAFIA</td>
        <td><a href="LSTV_main_control.php">Controllo DBTI - Staging</a></td>
</tr>
</table>
</tr>
</table>
<br>

<table align=center cellspacing=0 cellpadding=0 border=0>
<tr>
<td align=center class="titolo2">Gestione Report</td>
</tr>
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
<tr>
        <td><a href="control/report/CTRL_report_dbti.php?link=report">Report DBTI</a></td>
        <td><a href="control/report/CTRL_report_staging.php?link=report">Report Staging</a></td>
        <td><a href="control/report/CTRL_report_incrementali.php?link=report">Report DBI</a></td>
</tr>
</table>
</tr>
<tr>
<br>
<table align=center cellspacing=0 cellpadding=0 border=0>
<td align=center class="titolo2">Servizi Transazionali</td>
</tr>
<tr>
<table align=center cellspacing=20 cellpadding=10 border=2 bgcolor=#e4f5db>
<tr>
        <td><a href="TEU_Test/ServiziTransazionali_LINK.php">Servizi transazionali</a></td>
        <td><a href="test_spc/RichiestaEstrazioneVariazioniOggTerr.php">TEST PORTA DI DOMINIO </a></td>
</tr>
</table>
</tr>
</table>
</tr>
</table>
<?php
// ************************************************
// INCLUDE FOOTER HTML
// ************************************************
include(APP_PATH.'include/LSTV_footer.inc');
?>