Exemplo n.º 1
0
		<!-- <<<<<<<<<<<<<<<<<<<<<   MODALITA' FORM IN VISTA   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--->
<?php 
} elseif ($modo == "view") {
    $tabella = new Tabella_v("{$tabpath}/{$file_config}", $modo);
    ?>
		<!-- <<<<<<<<<<<<<<<<<<<<<   MODALITA' FORM IN VISTA DATI  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--->
		<TABLE cellPadding=0  cellspacing=0 border=0 class="stiletabella" width="100%">		
			<TR> 
				<TD> 
				<!-- contenuto-->
			  <?php 
    $tabella->set_titolo("Stato della pratica", "modifica", array("id" => $id));
    $tabella->set_dati("id=" . $id);
    $tabella->get_titolo();
    $tabella->edita();
    ?>
			
				</TD>
			</TR>
		</TABLE>
<?php 
} else {
    $tabella = new Tabella_h("{$tabpath}/{$file_config}", 'list');
    $tabella->set_titolo("Elenco degli stati", "nuovo");
    $tabella->set_dati();
    ?>
	<TABLE cellPadding=0  cellspacing=0 border=0 class="stiletabella" width="100%">		
		<TR> 
			<TD>