2009-04-06 17:05:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
?>
|
2009-04-07 17:44:17 +00:00
|
|
|
<label class="StyleInfoLib">Raison Sociale /Enseigne / Sigle : </label><input type="text" name="frmRecherche[Keywords]" maxlength="30" value="">
|
2009-04-06 17:05:03 +00:00
|
|
|
<?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 } ?>
|