Example #1
0
function initCockpit($tab_cookies)
{
    include 'gps_advanced_js.php3';
    $info = initVue2d($tab_cookies);
    javascriptRecherchator($info);
    ?>
	<table class='mh_tdborder' width='98%' align='center'>
	<tr class='mh_tdpage'>
		<td>
			<table width='100%' class='cockpit' align='center'>
				<tr class='mh_tdpage'>
					<td width='30%' valign='top' class='options_vue'>
						<?php 
    afficherOptionsVue2d($info);
    ?>
					</td>
					<td width='45%' valign='top' class='options_recherchator'>
						<?php 
    afficherCockpitRecherchator();
    ?>
					</td>
					<td width='15%' align='right' valign='top' class='options_radar'>
						<?php 
    afficherCockpitRadar();
    ?>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<?php 
    return $info;
}
Example #2
0
function recherchator_criteres()
{
    afficherCockpitRecherchator();
}