11 lines
491 B
PHP
11 lines
491 B
PHP
<?php
|
|
|
|
?>
|
|
<input type="hidden" name="method" value="name">
|
|
<label class="StyleInfoLib">Nom : </label><input type="text" name="frmRecherche[Name]" maxlength="30" value="">
|
|
<?php if($WithCity==TRUE){ ?>
|
|
<label class="StyleInfoLib">Ville : </label><input type="text" name="frmRecherche[City]" maxlength="100" value="">
|
|
<?php }?>
|
|
<?php if($WithPostCode==TRUE){ ?>
|
|
<label class="StyleInfoLib">PostCode : </label><input type="text" name="frmRecherche[PostCode]" maxlength="10" value="">
|
|
<?php } ?>
|