58 lines
1.4 KiB
PHTML
58 lines
1.4 KiB
PHTML
<?=$this->action('new', 'aide')?>
|
|
|
|
<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="<?=$form->getMethod()?>" action="<?=$form->getAction()?>">
|
|
<?=$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>
|
|
<?php if ($this->SEARCHENT) {?>
|
|
<div class="row">
|
|
<?=$form->raisonSociale?>
|
|
</div>
|
|
<br/><br/>
|
|
<div class="row">
|
|
<?=$form->numero?>
|
|
<?=$form->voie?>
|
|
</div>
|
|
<div class="row">
|
|
<?=$form->cpVille?>
|
|
</div>
|
|
<div class="row">
|
|
<?=$form->telFax?>
|
|
</div>
|
|
<br/><br/>
|
|
<div class="row">
|
|
<?=$form->naf?>
|
|
</div>
|
|
<div class="row">
|
|
<?=$form->pays?>
|
|
</div>
|
|
<?php }?>
|
|
|
|
<div class="row submit">
|
|
<?=$form->submit?>
|
|
<?=$form->reset?>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<?php if ($this->RefClient):?>
|
|
<?=$this->action('refclient', 'recherche')?>
|
|
<?php endif;?>
|
|
</div>
|