2012-03-15 13:13:35 +00:00
<? = $this -> action ( 'new' , 'aide' ) ?>
2011-04-11 14:20:26 +00:00
< div id = "center-recherche" >
2011-01-11 09:16:35 +00:00
< div id = "recherche" >
2011-09-02 14:46:43 +00:00
<?php if ( ! empty ( $this -> message )){ ?>
< div style = "padding:0.7em;" class = "ui-state-error ui-corner-all" >
< p > < span style = "float: left; margin-right: 0.3em;" class = "ui-icon ui-icon-alert" > < / span >
<? = $this -> message ?> </ p >
< / div >
<?php } ?>
2011-01-07 17:16:07 +00:00
< h3 > RECHERCHE ENTREPRISE< / h3 >
<?php
$form = $this->form;
?>
2011-02-21 08:43:53 +00:00
< form class = "recherche" name = " <?php echo $form -> getName () ?> "
2012-03-15 13:13:35 +00:00
method="<? = $form -> getMethod () ?> " action="<? = $form -> getAction () ?> ">
<? = $form -> type ?>
2011-02-21 08:43:53 +00:00
< div class = "row" >
2011-04-14 13:25:47 +00:00
<?php echo $form -> siret ?>
2011-04-11 14:20:26 +00:00
< img src = "/themes/default/images/info.gif" style = "vertical-align: middle;" title = "Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, R.N.A., ISIN" / >
< img src = "/themes/default/images/siretdirect.gif" style = "vertical-align: middle;" title = "Accès direct à la fiche identité (Racourci clavier : Maintenir CTRL puis ENTREE)" id = "goidentite" / >
2011-02-21 08:43:53 +00:00
< / div >
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> raisonSociale ?>
2011-02-21 08:43:53 +00:00
< / div >
2011-12-28 07:57:36 +00:00
< br / > < br / >
2011-02-21 08:43:53 +00:00
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> numero ?>
<? = $form -> voie ?>
2011-02-21 08:43:53 +00:00
< / div >
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> cpVille ?>
2011-02-21 08:43:53 +00:00
< / div >
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> telFax ?>
2011-02-21 08:43:53 +00:00
< / div >
2011-12-28 07:57:36 +00:00
< br / > < br / >
2011-02-21 08:43:53 +00:00
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> naf ?>
2011-02-21 08:43:53 +00:00
< / div >
2011-04-15 12:28:40 +00:00
< div class = "row" >
2012-03-15 13:13:35 +00:00
<? = $form -> pays ?>
2011-04-15 12:28:40 +00:00
< / div >
2011-02-21 08:43:53 +00:00
< div class = "row submit" >
2012-03-15 13:13:35 +00:00
<? = $form -> submit ?>
<? = $form -> reset ?>
2011-02-21 08:43:53 +00:00
< / div >
2011-01-11 09:16:35 +00:00
< / form >
2011-04-11 14:20:26 +00:00
< / div >
2011-12-09 15:27:22 +00:00
<?php if ( $this -> RefClient ) : ?>
<? = $this -> action ( 'refclient' , 'recherche' ) ?>
<?php endif ; ?>
2011-01-11 09:16:35 +00:00
< / div >