45 lines
2.3 KiB
PHTML
Raw Normal View History

2012-02-15 09:25:21 +00:00
<!-- <div class="erreur" id="entreprise">
</div> -->
2012-02-02 17:29:14 +00:00
<div id="entreprise">
<span style="color:red;text-align:right;padding:5px;margin-top:-5px;">
*<sup>Il n'est pas nécessaire de remplire tous les champs.</sup>
</span>
2012-04-18 12:34:49 +00:00
<hr />
<div id="s_entreprise">
<ul id="fieldsblock">
<li id="siege"><?php echo $this->Field('siege', $this->fields->get('siege'));?></li>
<li id="sirenGrp" ><?php echo $this->Field('sirenGrp', $this->fields->get('sirenGrp'));?></li>
<li id="tel" ><?php echo $this->Field('tel', $this->fields->get('tel'));?></li>
<li id="fax" ><?php echo $this->Field('fax', $this->fields->get('fax'));?></li>
<li id="web" ><?php echo $this->Field('web', $this->fields->get('web'));?></li>
<li id="mail" ><?php echo $this->Field('mail', $this->fields->get('mail'));?></li>
<li id="presentRcs" ><?php echo $this->Field('present cs', $this->fields->get('presentRcs'));?></li>
<li id="adrDom" ><?php echo $this->Field('adrDom', $this->fields->get('adrDom'));?></li>
<li id="dirNom" ><?php echo $this->Field('dirNom', $this->fields->get('dirNom'));?></li>
<li id="li_dateCrea_etab" ><?php echo $this->Field('dateCrea_etab', $this->fields->get('dateCrea_etab'));?></li>
<li id="part" ><?php echo $this->Field('part', $this->fields->get('part'));?></li>
</ul>
</div>
<div id="a_entreprise" style="display:none">
<fieldset style="border:1px solid silver;padding:5px;">
<legend>Critères Avancés</legend>
<ul id="fieldsblock">
<li id="nbMPublic" ><?php echo $this->Field('nbMPubli', $this->fields->get('nbMPubli'));?></li>
<li id="li_dateCrea_etab" ><?php echo $this->Field('dateCrea_ent',$this->fields->get('dateCrea_ent'));?></li>
<li id="action" ><?php echo $this->Field('action', $this->fields->get('action'));?></li>
<li id="nbActio" ><?php echo $this->Field('nbActio', $this->fields->get('nbActio'));?></li>
<li id="nbPart" ><?php echo $this->Field('nbPart', $this->fields->get('nbPart'));?></li>
</ul>
</fieldset>
</div>
2012-04-17 15:10:17 +00:00
<hr style="margin-top:5px;" />
<p>
<a class="mode" id="a_entreprise" style="cursor:pointer;margin-left:50%">
<img src="/themes/default/images/fleche-bas.gif" />
</a>
2012-04-18 12:34:49 +00:00
</p>
2012-02-02 17:29:14 +00:00
</div>
<div id="link">
2012-02-15 09:25:21 +00:00
<a class="resetFamille" id="entreprise">Réinitialiser les critères entreprises</a>
2012-02-02 17:29:14 +00:00
</div>