179 lines
4.7 KiB
PHTML
179 lines
4.7 KiB
PHTML
<?php if (empty($this->AutrePage)):?>
|
|
<div id="center">
|
|
<?php endif;?>
|
|
|
|
<?php if (empty($this->AutrePage)):?>
|
|
<h1 class="titre">ANNONCES LÉGALES</h1>
|
|
<div class="paragraph">
|
|
<table class="identite">
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td width="200" class="StyleInfoLib">
|
|
Numéro identifiant Siren
|
|
</td>
|
|
<td width="350" class="StyleInfoData">
|
|
<?=$this->SirenTexte($this->siren)?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td width="200" class="StyleInfoLib">Raison Sociale</td>
|
|
<td width="350" class="StyleInfoData">
|
|
<?=$this->raisonSociale?>
|
|
<?php if($this->hasModeEdition) : ?>
|
|
<a href="<?=$this->url(array(
|
|
'controller' => 'saisie',
|
|
'action' => 'fiche',
|
|
'siret' => $this->siret,
|
|
'id' => $this->id,
|
|
))?>">(Edition)</a>
|
|
<?php endif ?>
|
|
</td>
|
|
</tr>
|
|
<?php if ($this->surveillance) {?>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td colspan="2" width="550" class="StyleInfoData">
|
|
<?=$this->action('infos','surveillance', null, array(
|
|
'source' => 'annonces',
|
|
'siret' => $this->siret
|
|
))?>
|
|
</td>
|
|
</tr>
|
|
<?php }?>
|
|
</table>
|
|
</div>
|
|
<?php endif;?>
|
|
|
|
<style>
|
|
div.blockType {
|
|
width:140px;
|
|
height:50px;
|
|
line-height:45px;
|
|
padding:2px;
|
|
margin:5px;
|
|
background-color: #A0A0A0;
|
|
border-radius: 10px;
|
|
text-align:center;
|
|
float:left;
|
|
display:block;
|
|
}
|
|
|
|
a.lienType {
|
|
width:140px;
|
|
vertical-align:middle;
|
|
display:inline-block;
|
|
line-height:1.2;
|
|
color:#FFFFFF;
|
|
font-weight:bold;
|
|
}
|
|
</style>
|
|
|
|
<div class="paragraph" style="width:680px;">
|
|
|
|
<div class="clearfix" style="margin:0 auto; width:640px;">
|
|
|
|
<div class="blockType">
|
|
<a class="lienType" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'type'=>'bodacc', 'siret'=>$this->siret, 'id'=>$this->id))?>">Annonces Légales</a>
|
|
</div>
|
|
|
|
<div class="blockType">
|
|
<a class="lienType" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'type'=>'balo', 'siret'=>$this->siret, 'id'=>$this->id))?>">Bulletin des Annonces Légales Obligatoires</a>
|
|
</div>
|
|
|
|
<div class="blockType">
|
|
<a class="lienType" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'type'=>'bomp', 'siret'=>$this->siret, 'id'=>$this->id))?>">Bulletin officiel des annonces des marchés publics</a>
|
|
</div>
|
|
|
|
<div class="blockType">
|
|
<a class="lienType" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'type'=>'asso', 'siret'=>$this->siret, 'id'=>$this->id))?>">Journal Officiel des Associations</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php if ($this->type=='bodacc'){ ?>
|
|
<h2>EVÉNEMENTS LÉGAUX</h2>
|
|
<div class="paragraph">
|
|
<?php if(count($this->annoncesBodacc)==0){ ?>
|
|
Néant
|
|
<?php } else {?>
|
|
<table>
|
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBodacc)?>
|
|
</table>
|
|
<?php }?>
|
|
</div>
|
|
<?php }?>
|
|
|
|
<?php if ($this->type=='balo'){ ?>
|
|
<h2>BALO</h2>
|
|
<div class="paragraph">
|
|
<?php if(count($this->annoncesBalo)==0){ ?>
|
|
Néant
|
|
<?php } else {?>
|
|
<table>
|
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBalo)?>
|
|
</table>
|
|
<?php }?>
|
|
</div>
|
|
<?php }?>
|
|
|
|
<?php if ($this->type=='bomp'){ ?>
|
|
<div class="paragraph" style="margin:0 0 0 40px;">
|
|
<form name="filtreBoamp" method="post" action="<?=$this->url(array('controller'=>'juridique',
|
|
'action'=>'annonces','type'=>'bomp','siret'=>$this->siret,'id'=>$this->id),null,true)?>">
|
|
<label>Type d'annonce</label>
|
|
<select name="filtre">
|
|
<option value="A"<?=($this->filtre=='A')?' selected':'';?>>Avis d'attribution</option>
|
|
<option value="M"<?=($this->filtre=='M')?' selected':'';?>>Avis de marchés</option>
|
|
</select>
|
|
</form>
|
|
<script>
|
|
$('select[name=filtre]').on('change',function(){
|
|
$(this).parent('form').submit();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<h2>Marchés publics</h2>
|
|
<div class="paragraph">
|
|
<?php if (count($this->annoncesBomp)==0) { ?>
|
|
Néant
|
|
<?php } else {?>
|
|
<table>
|
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBomp)?>
|
|
</table>
|
|
<?php }?>
|
|
</div>
|
|
<?php }?>
|
|
|
|
<?php if ($this->type=='asso') { ?>
|
|
<h2>Associations</h2>
|
|
<div class="paragraph">
|
|
<?php if (count($this->annoncesAsso)==0){ ?>
|
|
Néant
|
|
<?php } else {?>
|
|
<table>
|
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesAsso)?>
|
|
</table>
|
|
<?php }?>
|
|
</div>
|
|
<?php }?>
|
|
|
|
<div style="text-align:center;">
|
|
<?php if ($this->lienPagePrecedente) { ?>
|
|
<a href="<?=$this->lienPagePrecedente?>" title="Page précédente..."><<</a>
|
|
<?php }?>
|
|
<?php if ($this->nbPages>1) { ?>
|
|
<span>Page <?=$this->p?>/<?=$this->nbPages?></span>
|
|
<?php } ?>
|
|
<?php if ($this->lienPageSuivante) {?>
|
|
<a href="<?=$this->lienPageSuivante?>" title="Page suivante...">>></a>
|
|
<?php }?>
|
|
</div>
|
|
|
|
<?php if (empty($this->AutrePage)) {?>
|
|
<?=$this->render('cgu.phtml', $this->cgu)?>
|
|
</div>
|
|
<?php }?> |