Exemple #1
0
if (is_numeric($_GET['tomod'])) {
    ?>

					</td>
				</tr>

				<tr>
					<th style="text-align: right; vertical-align: top;" >
						Riepilogo Request:<br />
						Data Attività: <?php 
    echo $d->Inverti_Data($_SESSION['rollout']['data_pianif']);
    ?>
					</th>
					<td>
						<?php 
    PrintCheckRequest($_SESSION['rollout']['id_filiale']);
    ?>
					</td>
				</tr>

				<tr><th colspan="8"><label class="err_status"><?php 
    echo $errori;
    ?>
</label></th></tr>
				<tr><th colspan="8"><label class="ok"><?php 
    echo $Status;
    ?>
</label></th></tr>

				<?php 
    $d->ShowEditBar("Dettaglio Request:", $_GET['tomod'], "blank,clear", $_GET['act'], 8, count($_SESSION['rollout']['dettaglio']));
							<label>Inc:</label>
							<input name="pincident" type="text" style="width: 4em;"
								value="<?php 
if (isset($_POST['pincident'])) {
    echo $_POST['pincident'];
}
?>
" />

						</td>
					</tr>

					<?php 
$d->ShowResultBar($tot_res, "home.php?act=consuntivo");
?>

				</table>
    </form>
</div>

<div id="search-result-5r">
	<form method="post" action="?act=consuntivo">
		<?php 
if ($tot_res > 0) {
    PrintCheckRequest($ListFil, "consuntivo");
}
?>
	</form>
</div>