Merge branch 'wip-2.9-design2016' of ssh://git@192.168.78.249:10022/SCORES/extranet.git into wip-2.9-design2016
This commit is contained in:
commit
a4b9d87913
@ -1,13 +1,36 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<input class="form-control input-sm" type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,7 +7,7 @@ if ( !isset($inEditDialog) || $inEditDialog === false ) {
|
||||
?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Mandataire <font color="Red">*</font></label>
|
||||
<div class="col-sm-8 form-inline"">
|
||||
<div class="col-sm-8 form-inline">
|
||||
<input class="form-control input-sm " class="searchMandataires" type="text" name="mand" value="" size="50">
|
||||
<input type="hidden" name="jugement[mand]" value="">
|
||||
<a id="lienMandataireEdit" class="lienMandataire" title="Editer le mandataire"
|
||||
|
@ -10,16 +10,20 @@ if ( !isset($inEditDialog) || $inEditDialog === false ) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<label>Opposition</label>
|
||||
<input class="searchMandataires" type="text" name="oppo" value="<?=$intervenant['nom']?>">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Opposition</label>
|
||||
<div class="col-sm-8 form-inline">
|
||||
<input class="form-control input-sm" class="searchMandataires" type="text" name="oppo" value="<?=$intervenant['nom']?>" size="50">
|
||||
<input type="hidden" name="jugement[oppo]" value="<?=isset($intervenant['id']) ? 'm'.$intervenant['id'] : ''?>">
|
||||
<a id="lienOppositionEdit" class="lienMandataire" title="Editer le mandataire"
|
||||
href="<?=$this->url(array('controller'=>'mandataire', 'action'=>'add'))?>">
|
||||
href="<?=$this->url(array('module'=>'input','controller'=>'mandataire', 'action'=>'add'))?>">
|
||||
<img src="/themes/default/images/interfaces/edit1.gif" alt="Edition mandataire"/>
|
||||
</a>
|
||||
<p>
|
||||
<a id="lienOppositionAdd" class="lienMandataire" title="Ajouter un mandataire"
|
||||
href="<?=$this->url(array('controller'=>'mandataire', 'action'=>'edit', 'tribunal'=>$tribunal))?>">
|
||||
href="<?=$this->url(array('module'=>'input','controller'=>'mandataire', 'action'=>'edit', 'tribunal'=>$tribunal))?>">
|
||||
Ajouter un mandataire
|
||||
</a>
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,17 +1,15 @@
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,8 @@
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,8 @@
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<?=$this->action('champs', 'index','input', array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index','input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<?=$this->action('champs', 'index','input', array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input',array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input',array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,7 +1,15 @@
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', 'input', array( 'champ' => 'mandataire'))?>
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'administrateur'))?>
|
||||
<?=$this->action('champs', 'index', "input", array( 'champ' => 'mandataire'))?>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,13 +1,33 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[dateAudienceRenvoi]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,13 +1,37 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[dateAudienceRenvoi]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,13 +1,37 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[dateAudienceRenvoi]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="Commissaire à l'execution du plan" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="Commissaire à l'execution du plan" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="Commissaire à l'execution du plan" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="Commissaire à l'execution du plan" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,13 +1,33 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[dateAudienceRenvoi]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,13 +1,33 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Date cessation de paiement </label>
|
||||
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Audience de renvoi le </label>
|
||||
<input type="text" class="date" name="jugement[dateAudienceRenvoi]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date cessation de paiement </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input type="text" class="form-control input-sm date" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Audience de renvoi le </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[dateAudienceRenvoi]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurNom]" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[AcheteurSiren]" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,9 +1,33 @@
|
||||
<label>Nouveau Capital</label>
|
||||
<input type="text" name="jugement[montant]" size="10" maxlength="15" value="" />
|
||||
<span class="left">en € sans les cents</span>
|
||||
<label>(div. en </label><input type="text" name="jugement[actionsNb]" size="6" maxlength="15" value="" />
|
||||
<label>actions de </label><input type="text" name="jugement[actionsMt]" size="5" maxlength="15" value="" />
|
||||
<span class="left"> €)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nouveau Capital</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control input-sm" type="text" name="jugement[montant]" maxlength="15" value="" /><span class="input-group-addon"> €</span>
|
||||
</div>
|
||||
<span >sans les cents</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">(div. en </label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm" type="text" name="jugement[actionsNb]" maxlength="15" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">actions de </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class=" form-control" type="text" name="jugement[actionsMt]" maxlength="15" value="" /><span class="input-group-addon"> €</span>
|
||||
</div>
|
||||
<span class="">)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,9 +1,33 @@
|
||||
<label>Nouveau Capital</label>
|
||||
<input type="text" name="jugement[montant]" size="10" maxlength="15" value="" />
|
||||
<span class="left">en € sans les cents</span>
|
||||
<label>(div. en </label><input type="text" name="jugement[actionsNb]" size="6" maxlength="15" value="" />
|
||||
<label>actions de </label><input type="text" name="jugement[actionsMt]" size="5" maxlength="15" value="" />
|
||||
<span class="left"> €)</span>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nouveau Capital</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control input-sm" type="text" name="jugement[montant]" maxlength="15" value="" /><span class="input-group-addon"> €</span>
|
||||
</div>
|
||||
<span >sans les cents</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">(div. en </label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm" type="text" name="jugement[actionsNb]" maxlength="15" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">actions de </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class=" form-control" type="text" name="jugement[actionsMt]" maxlength="15" value="" /><span class="input-group-addon"> €</span>
|
||||
</div>
|
||||
<span class="">)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Liquidateur / Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label><select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeant 2</a></p>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Liquidateur / Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label><select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeant 2</a></p>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Liquidateur / Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label><select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeant 2</a></p>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Liquidateur / Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label><select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeant 2</a></p>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Liquidateur / Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label><select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeant 2</a></p>
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onclick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,4 +1,7 @@
|
||||
<label>Date nouvelle clôture </label>
|
||||
<input class="date" type="text" name="jugement[datePaie]" size="10" maxlength="10" value="" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date nouvelle clôture </label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" name="jugement[datePaie]" maxlength="10" value="" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,7 @@
|
||||
<label>Nouvelle forme juridique</label>
|
||||
<select name="jugement[nouvFJ]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nouvelle forme juridique</label>
|
||||
<div class="col-sm-4">
|
||||
<select class="form-control input-sm " name="jugement[nouvFJ]">
|
||||
<option value="0000" selected>-</option>
|
||||
<option value="5499">SARL</option>
|
||||
<option value="5498">EURL</option>
|
||||
@ -13,6 +15,11 @@
|
||||
<option value="6540">SCI</option>
|
||||
<option value="6585">SCP</option>
|
||||
</select>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,12 @@
|
||||
<label>Nouvelle activité</label>
|
||||
<input type="text" name="jugement[nouvActivite]" size="70" maxlength="255" value="" />
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nouvelle activité</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[nouvActivite]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,66 +1,163 @@
|
||||
<fieldset>
|
||||
<legend>Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][0][Fonc]">
|
||||
<legend> Nouveau dirigeant 1</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][0][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeants2</a></p>
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeants3</a></p>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label><select name="jugement[nouvDir][1][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label><select name="jugement[nouvDir][2][Fonc]">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
|
||||
</script>
|
@ -1,2 +1,6 @@
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
@ -1,5 +1,18 @@
|
||||
<label>Nouvelle adresse</label>
|
||||
<input type="text" name="jugement[nouvAdr]" size="70" maxlength="255" value="" />
|
||||
<label>Code Postal</label>
|
||||
<input type="text" name="jugement[nouvAdrCp]" size="6" maxlength="7" value="" />
|
||||
<label>Ville</label><input type="text" name="jugement[nouvAdrVille]" size="40" maxlength="50" value="" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nouvelle adresse</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[nouvAdr]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Code Postal</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[nouvAdrCp]" maxlength="7" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Ville</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[nouvAdrVille]" maxlength="50" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,19 @@
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="<?=$this->saisie['dateFinPeriode']?>" />
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="<?=$this->saisie['dateFinPeriode']?>" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Nom de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurNom]" size="70" maxlength="100" value="" />
|
||||
<label>SIREN de l'acheteur</label>
|
||||
<input type="text" name="jugement[AcheteurSiren]" size="70" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Nom de l'acheteur</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[AcheteurNom]" maxlength="100" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">SIREN de l'acheteur</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control input-sm " type="text" name="jugement[AcheteurSiren]" maxlength="11" value="" />
|
||||
</div>
|
||||
</div>
|
@ -17,15 +17,26 @@ $tabPerimetreVente = array(
|
||||
?>
|
||||
|
||||
<?=$this->action('champs', 'index', 'input', array('champ' => 'opposition'))?>
|
||||
<label>Date de jouissance / effet :</label>
|
||||
<input type="text" maxlength="10" class="date" name="jugement[dateFinPeriode]" value="<?=$this->saisie['dateFinPeriode']?>" />
|
||||
<span class="left">(Format JJ/MM/AAAA)</span>
|
||||
<label>Montant de la vente</label>
|
||||
<input type="text" class="widthauto" name="jugement[montant]" size="10" maxlength="15" value="<?=$this->saisie['montant']?>" />
|
||||
<span class="left">en € sans les cents</span>
|
||||
|
||||
<label>Etablissement concerné</label>
|
||||
<select name="etablissement5500[]" multiple size="3">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Date de jouissance / effet :</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<input class="form-control input-sm date" type="text" maxlength="10" name="jugement[dateFinPeriode]" value="<?=$this->saisie['dateFinPeriode']?>" />
|
||||
<span class="small">(Format JJ/MM/AAAA)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Montant de la vente</label>
|
||||
<div class="col-sm-4 form-inline">
|
||||
<div class="input-group input-group-sm">
|
||||
<input type="text" class=" form-control input-sm widthauto" name="jugement[montant]" maxlength="15" value="<?=$this->saisie['montant']?>" /><span class="input-group-addon"> €</span>
|
||||
</div>
|
||||
<span >sans les cents</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Etablissement concerné</label>
|
||||
<div class="col-sm-4">
|
||||
<select class="form-control input-sm" name="etablissement5500[]" multiple size="3">
|
||||
<option value="-">-</option>
|
||||
<?php
|
||||
foreach( $this->ListeEtablissements as $etablissement ) {
|
||||
@ -44,13 +55,16 @@ foreach( $this->ListeEtablissements as $etablissement ) {
|
||||
?>
|
||||
</select>
|
||||
<div class="info">
|
||||
Utiliser l'établissement : <a href="#" title="<?=$this->siren.$this->nic?>" id="etabnic"><?=$this->nic?></a>
|
||||
Utiliser l'établissement : <a href="#" title="<?=$this->siren.$this->nic?>" id="etabnic"><?=$this->nic?></a></div>
|
||||
<div id="infoetabnic"></div>
|
||||
<input type="hidden" name="etabnic" value=""/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label>Périmètre de la vente</label>
|
||||
<select name="perimetreVente[]" multiple size="3">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Périmètre de la vente</label>
|
||||
<div class="col-sm-4">
|
||||
<select class="form-control input-sm" name="perimetreVente[]" multiple size="3">
|
||||
<option value="-">-</option>
|
||||
<?php
|
||||
foreach ( $tabPerimetreVente as $num => $perimetre ) {
|
||||
@ -69,6 +83,11 @@ foreach ( $tabPerimetreVente as $num => $perimetre ) {
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
||||
<label>Complément, huissier, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="900" value="<?=$saisie['comp']?>" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier,etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="900" value="<?=$saisie['comp']?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,7 @@
|
||||
<label>Etablissement concerné</label>
|
||||
<select name="jugement[nic]" size="5">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Etablissement concerné</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control" name="jugement[nic]" size="5" multiple>
|
||||
<option value="-">-</option>
|
||||
<?php
|
||||
foreach($this->ListeEtablissements as $etablissement) {
|
||||
@ -20,7 +22,171 @@ foreach($this->ListeEtablissements as $etablissement) {
|
||||
<div class="info">
|
||||
<a href="<?=$this->url(array('module'=>'input', 'controller'=>'index','action'=>'listetab','siren'=>$this->siren),null,true)?>" id="insert-etab">Insérer les établissements suivant</a>
|
||||
<input type="hidden" name="p" value="2"/>
|
||||
<script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend> Nouveau dirigeant 1</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié : </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][0][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant2" href="#">Nouveau Dirigeant 2</a></p>
|
||||
<p class="col-sm-offset-2"><a id="NewDirigeant3" href="#" >Nouveau Dirigeant 3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction:</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren </label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Nom]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][1][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant2" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Fonction :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Genre :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<select class="form-control input-sm" name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Prénom(s) / Siren</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Pre]" maxlength="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">NOM :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Nom]"maxlength="40"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Domicilié :</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[nouvDir][2][Dom]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="col-sm-offset-3"><a id="masquerDirgeant3" href="#">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Complément, huissier, opposition, etc...</label>
|
||||
<div class="col-sm-4 ">
|
||||
<input class="form-control input-sm" type="text" name="jugement[comp]" maxlength="255" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
|
||||
$('#NewDirigeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','block');
|
||||
$('#NewDirigeant2').css('display','none');
|
||||
});
|
||||
$('#NewDirigeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','block');
|
||||
$('#NewDirigeant3').css('display','none');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant2').on('click', function(e){
|
||||
$('#NouveauDirigeant2').css('display','none');
|
||||
$('#NewDirigeant2').css('display','block');
|
||||
});
|
||||
|
||||
$('#masquerDirgeant3').on('click', function(e){
|
||||
$('#NouveauDirigeant3').css('display','none');
|
||||
$('#NewDirigeant3').css('display','block');
|
||||
});
|
||||
$('#insert-etab').click(function(e){
|
||||
e.preventDefault();
|
||||
var p = $('input[name=p]').val();
|
||||
@ -32,75 +198,5 @@ $('#insert-etab').click(function(e){
|
||||
$('input[name=p]').val(data.p);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend>Nouveau dirigeant 1</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][0][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][0][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][0][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][0][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié : </label><input type="text" name="jugement[nouvDir][0][Dom]" size="60" maxlength="255" value="" />
|
||||
</fieldset>
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant2').css('display','block');">Nouveau Dirigeants2</a></p>
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant3').css('display','block');">Nouveau Dirigeants3</a></p>
|
||||
|
||||
<fieldset id="NouveauDirigeant2">
|
||||
<legend>Nouveau dirigeant 2</legend>
|
||||
<label>Fonction:</label>
|
||||
<select name="jugement[nouvDir][1][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][1][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren </label>
|
||||
<input type="text" name="jugement[nouvDir][1][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Nom]" size="15" maxlength="40">
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][1][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant2').css('display','none');">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="NouveauDirigeant3">
|
||||
<legend>Nouveau dirigeant 3</legend>
|
||||
<label>Fonction :</label>
|
||||
<select name="jugement[nouvDir][2][Fonc]">
|
||||
<?php foreach($this->selectDir as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Genre :</label>
|
||||
<select name="jugement[nouvDir][2][Genre]">
|
||||
<?php foreach($this->selectGenre as $val => $item):?>
|
||||
<option value="<?=$val?>"><?=$item?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<label>Prénom(s) / Siren</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Pre]" size="15" maxlength="40">
|
||||
<label>NOM :</label><input type="text" name="jugement[nouvDir][2][Nom]" size="15" maxlength="40"><br/>
|
||||
<label>Domicilié :</label>
|
||||
<input type="text" name="jugement[nouvDir][2][Dom]" size="60" maxlength="255" value="" />
|
||||
<p><a href="#" onClick="$('#NouveauDirigeant3').css('display','none');">Masquer.</a></p>
|
||||
</fieldset>
|
||||
|
||||
<label>Complément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
||||
</script>
|
@ -12,47 +12,45 @@
|
||||
<?php } else { ?>
|
||||
<h1 class="titre">IDENTITE DE L'ENTREPRISE</h1>
|
||||
<?php }?>
|
||||
<div class="paragraph">
|
||||
|
||||
<div>
|
||||
<label>Numéro identifiant Siret</label>
|
||||
<?=$this->SiretTexte($this->etab->Siret)?>
|
||||
</div>
|
||||
<div class="paragraph col-sm-offset-2">
|
||||
|
||||
<div class="clearfix">
|
||||
<label>Numéro identifiant Siret du siège</label>
|
||||
<a href="<?=$this->url(array(
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
|
||||
<dt>Numéro identifiant Siret</dt>
|
||||
<dd><?=$this->SiretTexte($this->etab->Siret)?></dd>
|
||||
|
||||
<dt>Numéro identifiant Siret du siège</dt>
|
||||
<dd><a href="<?=$this->url(array(
|
||||
'module'=>'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->etab->SiretSiege))?>">
|
||||
<?=$this->SiretTexte($this->etab->SiretSiege)?>
|
||||
</a>
|
||||
</div>
|
||||
</a></dd>
|
||||
|
||||
<div class="clearfix">
|
||||
<label>Dénomination Sociale</label>
|
||||
<?php
|
||||
|
||||
<dt>Dénomination Sociale</dt>
|
||||
<dd><?php
|
||||
echo $this->etab->Nom;
|
||||
if ($this->etab->Nom2!='') echo ' / '.$this->etab->Nom2;
|
||||
?>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<div class="clearfix">
|
||||
<label>Adresse</label>
|
||||
<div style="float:left;">
|
||||
<dt>Adresse</dt>
|
||||
<dd>
|
||||
<?php
|
||||
echo $this->etab->AdresseNum.' '.$this->etab->AdresseRue.'<br/>';
|
||||
if (!empty($this->etab->Adresse)) echo $this->etab->Adresse.'<br/>';
|
||||
if (!empty($this->etab->Adresse2)) echo $this->etab->Adresse2.'<br/>';
|
||||
echo $this->etab->CP.' '.$this->etab->Ville;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<div>
|
||||
<label>Établissement</label>
|
||||
<?php
|
||||
|
||||
<dt>Établissement</dt>
|
||||
<dd><?php
|
||||
if ($this->etab->Siege==1) echo "Siège";
|
||||
else echo "Secondaire";
|
||||
if ($this->etab->Actif==1) echo " actif";
|
||||
@ -60,7 +58,7 @@ else echo " inactif";
|
||||
if($this->etab->Nic*1==0 || $this->etab->Nic*1>=99990)
|
||||
echo " provisoire";
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
$siteWeb = '';
|
||||
@ -68,9 +66,10 @@ if (substr($this->etab->Web,0,7)<>'http://')
|
||||
$siteWeb='http://'.$this->etab->Web;
|
||||
else
|
||||
$siteWeb=$this->etab->Web;
|
||||
?>
|
||||
</div>
|
||||
?></dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
<div class="bg-primary"><h2 id="dFormLogo" href="<?=$this->url(array('module'=>'user','controller'=>'logo', 'action'=>'index', 'siren'=>$this->etab->Siren))?>">Logo</h2></div>
|
||||
<div >
|
||||
<div id="formLogo"></div>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
<?php if (in_array('actif', $ancres)) {?>
|
||||
<a name="actif">Actif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td colspan="2"><b>Brut</b></td>
|
||||
@ -186,8 +186,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('passif', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="passif">Passif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="4"></td>
|
||||
@ -336,8 +337,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('compteDeResultat', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="compteDeResultat">Compte de résultat</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="6"></td>
|
||||
@ -659,8 +661,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('immobilisations', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="immobilisations">IMMOBILISATIONS – AMORTISSEMENTS – PLUS-VALUES, MOINS-VALUES</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2">IMMOBILISATIONS</td>
|
||||
@ -798,8 +801,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">AMMORTISSEMENTS</td>
|
||||
@ -901,8 +904,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="13">PLUS-VALUES, MOINS VALUES</td>
|
||||
@ -948,8 +951,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('provisions', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="provisions">PROVISIONS</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="9">RELEVE DES PROVISIONS – AMORTISSEMENTS DEROGATOIRES</td>
|
||||
@ -1062,7 +1066,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>MOUVEMENTS AFFECTANT LA PROVISION POUR AMORTISSEMENT DEROGATOIRE</td>
|
||||
@ -1127,7 +1132,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">ENTILLATION DES DOTATIONS AUX PROVISIONS ET CHARGES A PAYER NON DEDUCTIBLES POUR L'ASSIETTE DE L'IMPOT</td>
|
||||
@ -1139,8 +1145,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">DEFICITS REPORTABLES</td>
|
||||
|
@ -25,8 +25,9 @@
|
||||
</div>
|
||||
|
||||
<?php if (in_array('actif', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="actif">Actif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tr>
|
||||
<td colspan="2"></td>
|
||||
<td> </td>
|
||||
@ -406,8 +407,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('passif', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="passif">Passif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
@ -664,8 +666,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('compteDeResultat', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="compteDeResultat">Compte de résultat</a>
|
||||
<table id="LiasseTable" style="width:100%;">
|
||||
<table id="LiasseTable" class="table-bordered" style="width:100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="2"></td>
|
||||
@ -943,9 +946,9 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
<br/><br/>
|
||||
<b>Compte de résultat suite</b>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="3"></td>
|
||||
@ -1202,8 +1205,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('immobilisations', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="immobilisations">ANNEXE 5 : immobilisations</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2"><b>CADRE A</b></td>
|
||||
@ -1403,8 +1407,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
<table id="LiasseTable">
|
||||
<br /><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2"><b>CADRE B</b></td>
|
||||
@ -1644,8 +1648,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('amortissements', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="amortissements">ANNEXE 6 : Amortissements</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>CADRE A</b></td>
|
||||
@ -1810,8 +1815,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
<table id="LiasseTable">
|
||||
<br /><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><b>CADRE B</b></td>
|
||||
@ -2000,8 +2005,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
<table id="LiasseTable">
|
||||
<br /><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><b>CADRE C</b></td>
|
||||
@ -2038,8 +2043,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('provisions', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="provisions">ANNEXE 7 : Provisions inscrites au bilan</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="3"><b>Nature des provisions</b></td>
|
||||
@ -2423,8 +2429,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('creancesDettes', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="creancesDettes">ANNEXE 8 : Etat des échéances des créances et des dettes à la cloture de l'exercice</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="2"><b>CADRE A</b></td>
|
||||
@ -2792,8 +2799,9 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('resultatfiscal', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="resultatfiscal">ANNEXE 9 : DÉTERMINATION DU RÉSULTAT FISCAL</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="11">I. Réintégrations</td>
|
||||
@ -3095,8 +3103,9 @@
|
||||
<?php }?>
|
||||
|
||||
<?php if (in_array('deficit', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="deficit">ANNEXE 10 : DÉFICITS, INDEMNITÉS POUR CONGÉS À PAYER ET PROVISIONS NON DÉDUCTIBLES</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5">I. SUIVI DES DÉFICITS</td>
|
||||
@ -3232,7 +3241,8 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tr>
|
||||
<td colspan="5">CONSÉQUENCES DE LA MÉTHODE PAR COMPOSANTS (art.237 septies du CGI)</td>
|
||||
</tr>
|
||||
@ -3249,7 +3259,8 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<br/><br/>
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tr>
|
||||
<td colspan="9">CRÉDITS D'IMPOTS</td>
|
||||
</tr>
|
||||
@ -3289,8 +3300,9 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('affectation', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="affectation">ANNEXE 11 : Tableau d'affectation du résultat et renseignements divers</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="14"><b>TABLEAU D'AFFECTATION DU RESULTAT DE L'EXERCICE PRECEDENT</b></td>
|
||||
@ -3549,8 +3561,9 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php if (in_array('annexe16', $ancres)) {?>
|
||||
<br/><br/>
|
||||
<a name="annexe16">ANNEXE 16 : DÉTERMINATION DE LA VALEUR AJOUTÉE PRODUITE AU COURS DE L'EXERCICE</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">I - Production de l'entreprise</td>
|
||||
|
@ -45,9 +45,9 @@ span.poste input { width:50px; }
|
||||
'liasse'=> $this->liasse,
|
||||
);
|
||||
if ($this->typeBilan=='N' || $this->typeBilan=='C') {
|
||||
// echo $this->partial('saisie/liasse/2050.phtml', $params);
|
||||
echo $this->partial('liasse/2050.phtml', $params);
|
||||
} elseif ($this->typeBilan=='S') {
|
||||
// echo $this->partial('saisie/liasse/2033.phtml', $params);
|
||||
echo $this->partial('liasse/2033.phtml', $params);
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
@ -812,14 +812,14 @@ class Legal_FinanceController extends Zend_Controller_Action
|
||||
*/
|
||||
public function liasselistAction()
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$request = $this->getRequest();
|
||||
// Lien edition
|
||||
$this->view->InputLinks = array(
|
||||
array(
|
||||
'title' => 'Edition Fiche',
|
||||
'label' => '<span class="glyphicon glyphicon-pencil"></span> Normal (2050)',
|
||||
'href' => $this->view->url(array('module'=>'input', 'controller'=>'liasse',
|
||||
'action'=>'index', 'siret'=>$this->siret, 'selection'=>'NEW:N'), 'default', true),
|
||||
'action'=>'index', 'siret'=>$this->siret, 'selection'=>'NEW:N'), 'default', true),
|
||||
),
|
||||
array(
|
||||
'title' => 'Edition Fiche',
|
||||
@ -888,10 +888,14 @@ class Legal_FinanceController extends Zend_Controller_Action
|
||||
*/
|
||||
public function liasseAction()
|
||||
{
|
||||
$this->view->InputLinks = array();
|
||||
|
||||
|
||||
$this->view->headTitle()->prepend("Liasse fiscale");
|
||||
$this->view->headTitle()->prepend("Siret ".$this->siret);
|
||||
|
||||
$user = new Scores_Utilisateur();
|
||||
|
||||
//Gestion saisie bilan
|
||||
if ( $user->checkPerm('UPLOADBILAN') ) {
|
||||
$this->view->assign('saisiebilan', true);
|
||||
@ -1004,6 +1008,21 @@ class Legal_FinanceController extends Zend_Controller_Action
|
||||
$this->view->assign('siren', substr($this->siret, 0, 9));
|
||||
$this->view->assign('siret', $this->siret);
|
||||
$this->view->assign('exportObjet', $infos);
|
||||
|
||||
|
||||
// Lien edition
|
||||
$selection = $infoLiasse->getInfo('dateCloture').':'.$type;
|
||||
$siren = substr($this->siret, 0,9);
|
||||
|
||||
if ($user->checkModeEdition()) {
|
||||
$this->view->InputLinks[] = array(
|
||||
'title' => 'Corriger bilan',
|
||||
'label' => '<span class="glyphicon glyphicon-pencil"></span>Corriger le bilan',
|
||||
'href' => $this->view->url(array('module'=>'input', 'controller'=>'liasse', 'action'=>'index',
|
||||
'siret'=>$siren, 'selection'=>$selection), 'default', true),
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@ -1030,7 +1049,7 @@ class Legal_FinanceController extends Zend_Controller_Action
|
||||
|
||||
$user = new Scores_Utilisateur();
|
||||
if ($user->checkModeEdition()) {
|
||||
$this->view->assign('edition', $this->view->url(array('module'=>'input',
|
||||
$this->view->assign('edition', $this->view->url(array('module'=>'input',
|
||||
'controller'=>'index', 'action'=>'bourse', 'siren' => $siren), 'default', true));
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Dirigeants actifs")?></h2>
|
||||
<h2 ><?=$this->translate("Dirigeants actifs")?></h2>
|
||||
|
||||
<?php if ( count($this->dirigeants)>0 ) { ?>
|
||||
<table class="table table-bordered">
|
||||
@ -22,14 +22,14 @@
|
||||
<td class="StyleInfoData" width="320">
|
||||
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<a href="<?=$this->url(array('module'=>'search', 'controller'=>'entreprise', 'action'=>'liste',
|
||||
<a href="<?=$this->url(array('module'=>'search', 'controller'=>'entreprise', 'action'=>'list',
|
||||
'raisonSociale'=>$dir->Societe), 'default', true)?>"
|
||||
title="<?=$this->translate("Recherche à partir de la dénomination sociale")?>"><?=$dir->Societe?></a>
|
||||
<br/>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($dir->Nom != '') { ?>
|
||||
<a href="<?=$this->url(array('module'=>'search', 'controller'=>'dirigeant', 'action'=>'liste',
|
||||
<a href="<?=$this->url(array('module'=>'search', 'controller'=>'dirigeant', 'action'=>'list',
|
||||
'dirNom'=>$dir->Nom, 'dirPrenom'=>$dir->Prenom, 'dirDateNaissJJ'=>substr($dir->NaissDate,0,2),
|
||||
'dirDateNaissMM'=>substr($dir->NaissDate,3,2), 'dirDateNaissAAAA'=>substr($dir->NaissDate,6,4),
|
||||
'dirCpVille'=>$dir->NaissVille), 'default', true)?>"
|
||||
|
@ -4,17 +4,6 @@
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></small></h1>
|
||||
</div>
|
||||
|
||||
<?php if ($this->UserModeEdit) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2">
|
||||
<?php if(!empty($this->dateCloture)) {?>
|
||||
<a href="<?=$this->url(array('module'=>'input', 'controller'=>'liasse', 'action'=>'index', 'siret'=>$this->siren,
|
||||
'selection'=>$this->dateCloture.':'.$this->champType), 'default', true)?>">
|
||||
Corriger le bilan</a><br/><?php }?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->exportxls) {?>
|
||||
<tr>
|
||||
|
@ -8,7 +8,7 @@ $class = ($key<$limit)?'first':'all';?>
|
||||
<a target="_blank" href="<?=$this->url(array('module'=>'file', 'controller'=>'lien', 'action'=>'groupe',
|
||||
'q'=>$doc->url), 'default', true)?>" id="<?=$doc->date?>" class="lienDocDate"><?=$doc->label?></a>
|
||||
<?php if ($this->UserModeEdit) {?>
|
||||
<a class="dialog" title="Supprimer le document" href="<?=$this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'liendoc',
|
||||
<a class="dialog" title="Supprimer le document" href="<?=$this->url(array('module'=>'input', 'controller'=>'lien', 'action'=>'doc',
|
||||
'mode'=>'delete', 'id'=>$doc->id), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/supprimer.png" />
|
||||
</a>
|
||||
|
@ -26,13 +26,12 @@ class Search_DirigeantController extends Zend_Controller_Action
|
||||
$request = $this->getRequest();
|
||||
$params = $request->getParams();
|
||||
$type = $request->getParam('type', '');
|
||||
$token = $request->getParam('token', null);
|
||||
// $token = $request->getParam('token', null);
|
||||
$filtre = $request->getParam('filtre', 'tout');
|
||||
|
||||
$listParams = array('dirNom', 'dirPrenom', 'dirDateNaissJJ', 'dirDateNaissMM', 'dirDateNaissAAAA', 'dirCpVille');
|
||||
$rechercheParams = new Scores_Session_Recherche();
|
||||
|
||||
//Si le formulaire a été soumis alors on enregistre en session et on redirige
|
||||
/* //Si le formulaire a été soumis alors on enregistre en session et on redirige
|
||||
if ( !empty($type) ) {
|
||||
//Vérification si au moins un champs a été saisie
|
||||
$nbField = count($listParams);
|
||||
@ -58,7 +57,7 @@ class Search_DirigeantController extends Zend_Controller_Action
|
||||
$type = $recherche['type'];
|
||||
$params = $recherche['params'];
|
||||
}
|
||||
|
||||
*/
|
||||
$user = new Scores_Utilisateur();
|
||||
$this->view->assign('IDENTITE', $user->checkPerm('IDENTITE'));
|
||||
|
||||
@ -113,6 +112,8 @@ class Search_DirigeantController extends Zend_Controller_Action
|
||||
$criteres['dirDateNaiss'] = $dirDateNaiss;
|
||||
$criteres['lieuNaiss'] = $dirCpVille;
|
||||
|
||||
|
||||
|
||||
$reponse = $ws->searchDir($criteres, $position, $user->getNbRep());
|
||||
|
||||
$nbReponses = 0;
|
||||
|
@ -36,14 +36,14 @@ class Search_EntrepriseController extends Zend_Controller_Action
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$params = $request->getParams();
|
||||
$type = $request->getParam('type', '');
|
||||
$token = $request->getParam('token', null);
|
||||
//$type = $request->getParam('type', '');
|
||||
//$token = $request->getParam('token', null);
|
||||
$filtre = $request->getParam('filtre', 'tout');
|
||||
|
||||
$listParams = array('siret', 'raisonSociale', 'numero', 'voie', 'cpVille', 'telFax', 'naf', 'fj');
|
||||
$rechercheParams = new Scores_Session_Recherche();
|
||||
|
||||
//Si le formulaire a été soumis alors on enregistre en session et on redirige
|
||||
/* //Si le formulaire a été soumis alors on enregistre en session et on redirige
|
||||
if ( !empty($type) ) {
|
||||
//Vérification si au moins un champs a été saisie
|
||||
$nbField = count($listParams);
|
||||
@ -68,7 +68,7 @@ class Search_EntrepriseController extends Zend_Controller_Action
|
||||
$recherche = $rechercheParams->get($token);
|
||||
$type = $recherche['type'];
|
||||
$params = $recherche['params'];
|
||||
}
|
||||
} */
|
||||
|
||||
$user = new Scores_Utilisateur();
|
||||
$this->view->assign('IDENTITE', $user->checkPerm('IDENTITE'));
|
||||
@ -122,6 +122,7 @@ class Search_EntrepriseController extends Zend_Controller_Action
|
||||
$criteres['siege'] = false;
|
||||
$criteres['fj'] = array_key_exists('fj', $params) ? $params['fj'] : '';
|
||||
|
||||
|
||||
//Affichage du filtre actif/inactif
|
||||
$filtres = array(
|
||||
'tout' => array(
|
||||
@ -317,7 +318,7 @@ class Search_EntrepriseController extends Zend_Controller_Action
|
||||
} elseif (is_string($reponse)){
|
||||
$this->forward('index', 'entreprise', 'search', array_merge( $params, array('message' => $reponse)));
|
||||
} else {
|
||||
$this->forward('soap', 'error', 'default');
|
||||
$this->forward('soap', 'error', 'default');
|
||||
}
|
||||
|
||||
$this->view->assign('blockInvestig', $user->checkPerm('INVESTIG'));
|
||||
|
@ -98,7 +98,7 @@ $(function(){
|
||||
e.preventDefault();
|
||||
var siret = $(this).attr('title');
|
||||
$('#infoetabnic').html('Lecture des informations...');
|
||||
$.post('/saisie/etabnic', { siret: siret},
|
||||
$.post('/input/index/etabnic', { siret: siret},
|
||||
function(data, status){
|
||||
$('#infoetabnic').html('');
|
||||
if(data != null){
|
||||
|
Loading…
Reference in New Issue
Block a user