2009-04-06 17:05:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
?>
|
2009-04-09 17:10:02 +00:00
|
|
|
<input type="hidden" name="method" value="name">
|
2009-04-20 12:54:22 +00:00
|
|
|
<div class="fieldgrp">
|
|
|
|
<label class="StyleInfoLib">Nom : </label>
|
|
|
|
<div class="field"><input type="text" name="frmRecherche[Name]" maxlength="30" value=""></div>
|
|
|
|
</div>
|
2009-04-06 17:05:03 +00:00
|
|
|
<?php if($WithCity==TRUE){ ?>
|
2009-04-20 12:54:22 +00:00
|
|
|
<div class="fieldgrp">
|
|
|
|
<label class="StyleInfoLib">Ville : </label>
|
|
|
|
<div class="field"><input type="text" name="frmRecherche[City]" maxlength="100" value=""></div>
|
|
|
|
</div>
|
2009-04-06 17:05:03 +00:00
|
|
|
<?php }?>
|
|
|
|
<?php if($WithPostCode==TRUE){ ?>
|
2009-04-20 12:54:22 +00:00
|
|
|
<div class="fieldgrp">
|
|
|
|
<label class="StyleInfoLib">PostCode : </label>
|
|
|
|
<div class="field"><input type="text" name="frmRecherche[PostCode]" maxlength="10" value=""></div>
|
|
|
|
</div>
|
2009-04-06 17:05:03 +00:00
|
|
|
<?php } ?>
|