2012-02-02 17:29:14 +00:00
|
|
|
<div id="economique">
|
2012-04-18 13:53:09 +00:00
|
|
|
<div id="s_economique">
|
|
|
|
<ul id="fieldsblock">
|
|
|
|
<li><?php echo $this->Field('capital', $this->fields->get('capital'));?></li>
|
|
|
|
<li><?php echo $this->Field('ape_etab', $this->fields->get('ape_etab'));?></li>
|
|
|
|
<li class="ape_etab" style="display:none;background-image:none;height:100px;">
|
|
|
|
<div id="ape_etab_ex" class="exclusion" style="display:none">
|
|
|
|
<?php echo $this->Field('ape_etab_ex', $this->fields->get('ape_etab_ex'), 'text');?>
|
|
|
|
</div>
|
|
|
|
<div id="ape_etab_in" class="inclusion">
|
|
|
|
<?php echo $this->Field('ape_etab', $this->fields->get('ape_etab'), 'text');?>
|
|
|
|
</div>
|
|
|
|
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="ape_etab" />
|
|
|
|
</li>
|
|
|
|
<li class="ape_etab" style="display:none;background-image:none;height:100px;">
|
|
|
|
<div id="ape_entrep_ex" class="exclusion" style="display:none">
|
|
|
|
<?php echo $this->Field('ape_entrep_ex', $this->fields->get('ape_entrep_ex'), 'text');?>
|
|
|
|
</div>
|
|
|
|
<div id="ape_entrep_in" class="inclusion">
|
|
|
|
<?php echo $this->Field('ape_entrep', $this->fields->get('ape_entrep'), 'text');?>
|
|
|
|
</div>
|
|
|
|
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="ape_entrep" />
|
|
|
|
</li>
|
|
|
|
<li><?php echo $this->Field('age_etab', $this->fields->get('age_etab'));?></li>
|
|
|
|
<li><?php echo $this->Field('teff_etab', $this->fields->get('teff_etab'));?></li>
|
|
|
|
<li><?php echo $this->Field('teff_etabM', $this->fields->get('teff_etabM'));?></li>
|
|
|
|
<li><?php echo $this->Field('eff_etab', $this->fields->get('eff_etab'));?></li>
|
|
|
|
</ul>
|
2012-02-02 17:29:14 +00:00
|
|
|
</div>
|
2012-04-18 13:53:09 +00:00
|
|
|
<div id="a_economique" style="display:none">
|
2012-05-06 13:05:00 +00:00
|
|
|
<ul id="fieldsblock">
|
|
|
|
<li><?php echo $this->Field('age_entrep', $this->fields->get('age_entrep'));?></li>
|
|
|
|
<li><?php echo $this->Field('teff_entrep', $this->fields->get('teff_entrep'));?></li>
|
|
|
|
<li><?php echo $this->Field('teff_entrepM', $this->fields->get('teff_entrepM'));?></li>
|
|
|
|
<li><?php echo $this->Field('eff_entrep', $this->fields->get('eff_entrep'));?></li>
|
|
|
|
<li><?php echo $this->Field('nbEtab', $this->fields->get('nbEtab'));?></li>
|
|
|
|
</ul>
|
2012-04-18 13:53:09 +00:00
|
|
|
</div>
|
2012-04-18 14:36:07 +00:00
|
|
|
<p>
|
|
|
|
<a class="mode" id="a_economique" style="cursor:pointer;margin-left:50%">
|
|
|
|
<img src="/themes/default/images/fleche-bas.gif" />
|
|
|
|
</a>
|
2012-04-18 13:53:09 +00:00
|
|
|
</p>
|
2012-02-02 17:29:14 +00:00
|
|
|
</div>
|
|
|
|
<div style="text-align:right;margin-top:20px;">
|
2012-02-15 09:25:21 +00:00
|
|
|
<a class="resetFamille" id="economique">Réinitialiser les critères economiques</a>
|
2012-02-02 17:29:14 +00:00
|
|
|
</div>
|