<tr> 
			<td> 
			<!-- intestazione-->
				<H2 class="blueBanner"><?php 
    echo $sopralluogo ? $sopralluogo : "Inserisci Nuova Sanzione";
    ?>
</H2>
			<!-- fine intestazione-->
			</td>
		  </tr>
		  <tr> 
			<td> 
				<!-- contenuto-->
				<?php 
    if ($id) {
        $tabella->set_data("from sanzioni where id_row={$id}");
    }
    $tabella->edita();
    ?>
				<!-- fine contenuto-->
			</td>
		  </tr>
		</TABLE>

				<input name="nome_form" type="hidden" value="<?php 
    echo $self;
    ?>
">				
				<input name="sopralluogo" type="hidden" value="<?php 
    echo $id;
    ?>