Design
This commit is contained in:
parent
b9c7f81757
commit
11ddb2fd15
@ -1,28 +1,16 @@
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<?php if ($this->Privilege->Type == '03') { ?>
|
||||
<h1>Privilège de la sécurité sociale et des régimes complémentaires</h1>
|
||||
<?php }elseif ($this->Privilege->Type == '04') { ?>
|
||||
<h1>Privilège du trésor public</h1>
|
||||
<?php } ?>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
|
||||
<h2>Détail</h2>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<?php if ($this->Privilege->Type == '03') { ?>
|
||||
<h2>Privilège de la sécurité sociale et des régimes complémentaires</h2>
|
||||
<?php }elseif ($this->Privilege->Type == '04') { ?>
|
||||
<h2>Privilège du trésor public</h2>
|
||||
<?php } ?>
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<?php $date = new Zend_Date($this->Privilege->Date,'yyyy-MM-dd');?>
|
||||
<td colspan="2"><i>Inscription n° <?=$this->Privilege->Num?> du <?=$date->toString('dd/MM/yyyy')?>, au <?=$this->Privilege->GreffeLabel?></i></td>
|
||||
@ -100,6 +88,5 @@
|
||||
<td><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user