49 lines
2.3 KiB
PHP
49 lines
2.3 KiB
PHP
|
<?php
|
||
|
?>
|
||
|
<br/><br/><br/><br/><br/>
|
||
|
<form name="form_recherche" action="./?page=recherche&action=rechercher&vue=list" method="POST" enctype="multipart/form-data">
|
||
|
<input type="hidden" name="formR[type]" value="dir"/>
|
||
|
<table cellpadding="0" cellspacing="0">
|
||
|
<tr>
|
||
|
<td valign="top" width="580" height="200" align="center">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td align="center"><h2 align="center" class="StyleRechercheTitre">RECHERCHE PAR DIRIGEANT</h2></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td width="208" align="right" class="StyleRechercheLib"><b>NOM</b></td>
|
||
|
<td width="300"><input type="text" name="formR[dirNom]" value="<?=$formR['dirNom']?>" size="25" maxlength="40" /></td>
|
||
|
<td width="72"><img onClick="return overlay(this, 'subcontent1')" src="./img/puce_plus_rond.gif" alt="Plus d'options de recherche..."></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="208" align="right" class="StyleRechercheLib"><b>PRENOM</b></td>
|
||
|
<td width="300"><input type="text" name="formR[dirPrenom]" value="<?=$formR['dirPrenom']?>" size="25" maxlength="40" /></td>
|
||
|
<td width="72"> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<!--<div id="subcontent1" style="display:none">--><div id="subcontent1" style="display:block">
|
||
|
<br/>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td width="208" align="right" class="StyleRechercheLib"><b>DATE NAISSANCE</b></td>
|
||
|
<td width="300" class="StyleRechercheLib"><input maxLength="2" size="3" name="formR[dirDateNaissJJ]" value="<?=$formR['dirDateNaissJJ']?>"/> / <input maxLength="2" size="3" name="formR[dirDateNaissMM]" value="<?=$formR['dirDateNaissMM']?>"/> / <input maxLength="4" size="5" name="formR[dirDateNaissAAAA]" value="<?=$formR['dirDateNaissAAAA']?>"/></td>
|
||
|
<td width="72"> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="208" align="right" class="StyleRechercheLib"><b>CP OU DÉP. / VILLE DE NAISSANCE</b></td>
|
||
|
<td width="300"><input type="text" name="formR[dirCpVille]" value="<?=$formR['dirCpVille']?>" size="25" maxlength="40"></td>
|
||
|
<td width="72"> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<table width="580">
|
||
|
<tr>
|
||
|
<td align="center" valign="top"><input type="image" src="./img/boutton_valider_off.gif" name="submit" onmouseover="this.src='./img/boutton_valider_on.gif'" onmouseout="this.src='./img/boutton_valider_off.gif'" title="Lancer la recherche..."></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|