File "frame_recherche.php"
Full path: /home/meharicl/www/rec/frame_recherche.php
File
size: 2.61 B
MIME-type: text/html
Charset: 8 bit
Download Open Edit Advanced Editor Back
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Recensement</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="HAPedit 3.1">
<link rel="stylesheet" href="http://www.mehariclubdefrance.com/squelettes/habillage.css" type="text/css" media="projection, screen, tv" />
<body bgcolor="#FF8000">
</head>
<table width="100%" border="0">
<tr><td>
<img src="http://www.mehariclubdefrance.com/fait3-3/site_logo.gif" width="512" height="155" alt="" title="" /></a></td>
<td>
<div class="menu rubriques">
<h1>Navigation</h1>
<ul>
<li><a href="http://www.mehariclubdefrance.com/spip.php?rubrique82">Retour</a></li>
</ul>
</div>
</td></tr>
</table>
<?
include('choix_xx.inc');
echo('<form method="get" action="frame_resultat_recherche.php">');
echo('
<table border="1" bordercolor="#FFFFFF"width="100%" >
<tr>
<th colspan="4" bgcolor="#FF8000">
Critére de recherche
</th>
');
//Anne modle
echo("<tr><td>Année Modèle<br>");
echo('<select name="mehari_numero_serie_id" >');
choix_mehari_numero_serie_id();
echo("</select>");
echo("</td>");
echo("</td>");
//Modle
echo("<td>Modèle<br>");
echo('<select name="modele_id" >');
choix_modele();
echo("</select>");
echo("</td>");
//Couleur
echo("<td >Couleur<br>");
echo('<select name="mehari_couleur">');
choix_couleur();
echo("</select>");
echo("</td>");
//Type
echo("<td>Type<br>");
echo('<select name="mehari_type">');
choix_type();
echo("</select>");
echo("</td></tr><tr>");
//Pays
echo("<td>Pays<br>");
echo('<select name="Pays">');
choix_pays();
echo("</select>");
echo("</td>");
//Rgion (France)
echo("<td colspan='2'>Région (France)<br>");
echo('<select name="Region">');
choix_region();
echo("</select>");
echo("</td>");
//Dpartement (France)
echo("<td>Département (France)<br>");
echo('<select name="dept_fr">');
choix_dept_fr();
echo("</select>");
echo("</td>");
echo("</tr>");
//date immat
echo("<tr><td colspan=4>Date Immatriculation<br>");
echo("Depuis ");
echo('<input type="date" name="mehari_date_circulation_deb"
min="1968-01-01" max="1988-01-01" >
Jusque
<input type="date" name="mehari_date_circulation_fin"
min="1968-01-01" max="1988-01-01" >
');
echo("</td>");
echo("</tr></table>");
echo('<button type="submit">Soumettre la recherche</button></form>');
//***********************************************************
?>
</body>
</html>