53 lines
1.4 KiB
PHTML
53 lines
1.4 KiB
PHTML
<div id="center-recherche">
|
|
<div id="recherche">
|
|
<?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 }?>
|
|
|
|
<h3>RECHERCHE ENTREPRISE</h3>
|
|
<?php
|
|
$form = $this->form;
|
|
?>
|
|
<form class="recherche" name="<?php echo $form->getName()?>"
|
|
method="<?php echo $form->getMethod()?>" action="<?php echo $form->getAction()?>">
|
|
<?php echo $form->type?>
|
|
<div class="row">
|
|
<?php echo $form->siret?>
|
|
<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"/>
|
|
</div>
|
|
<div class="row">
|
|
<?php echo $form->raisonSociale?>
|
|
</div>
|
|
<br/><br/>
|
|
<div class="row">
|
|
<?php echo $form->numero?>
|
|
<?php echo $form->voie?>
|
|
</div>
|
|
<div class="row">
|
|
<?php echo $form->cpVille?>
|
|
</div>
|
|
<div class="row">
|
|
<?php echo $form->telFax?>
|
|
</div>
|
|
<br/><br/>
|
|
<div class="row">
|
|
<?php echo $form->naf?>
|
|
</div>
|
|
<div class="row">
|
|
<?php echo $form->pays?>
|
|
</div>
|
|
<div class="row submit">
|
|
<?php echo $form->submit?>
|
|
<?php echo $form->reset?>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<?php if ($this->RefClient):?>
|
|
<?=$this->action('refclient', 'recherche')?>
|
|
<?php endif;?>
|
|
</div>
|