<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<SCRIPT language="javascript" src="js/LoadLibs.js" type="text/javascript"></SCRIPT>
</head>
<body  background="">
		
		<!-- <<<<<<<<<<<<<<<<<<<<<   MODALITA' FORM IN VISTA DATI  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--->
		<H2 class="blueBanner">Calcolo Oneri in dettaglio</H2>
		<TABLE cellPadding=0  cellspacing=0 border=0 class="stiletabella" width="100%">		
		<TR>
			<TD>
				<?php 
    $tabella = new tabella_v("{$tabpath}/calcolati");
    $nrec = $tabella->set_dati("pratica={$idpratica}");
    if ($nrec > 0) {
        $tabella->set_tabella_elenco("oneri.e_tariffe");
        $tabella->set_titolo("calcolo", "modifica", array("id" => "", "pratica" => ""));
        $tabella->elenco();
    } else {
        echo "<p><b>Nessun calcolo</b></p>";
    }
    ?>
			</TD>
		</TR>
<?php 
    if ($tabella->editable) {
        ?>
		
		<tr>
		  <td>
				&nbsp;<input  name=""  id="" class="hexfield1" style="width:70px" type="button" value="chiudi" onClick="javascript:window.location='oneri.importi.php?pratica=<?php