2011-09-02 09:43:09 +00:00
<?php if ( empty ( $this -> AutrePage )) : ?>
2011-05-02 06:30:32 +00:00
< div id = "center" >
2011-09-02 09:43:09 +00:00
<?php endif ; ?>
2011-06-07 15:01:03 +00:00
<?php if ( empty ( $this -> AutrePage )) : ?>
2011-05-02 06:30:32 +00:00
< h1 class = "titre" > ANNONCES LÉ GALES< / h1 >
< div class = "paragraph" >
2011-05-10 08:59:28 +00:00
< table class = "identite" >
2011-05-02 06:30:32 +00:00
< 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 >
2011-06-15 14:14:56 +00:00
< 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 >
2011-05-02 06:30:32 +00:00
< / tr >
2012-03-01 13:10:25 +00:00
<?php if ( $this -> surveillance ) { ?>
2011-05-10 08:59:28 +00:00
< 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 >
2012-03-01 13:10:25 +00:00
<?php } ?>
2011-05-02 06:30:32 +00:00
< / table >
< / div >
2011-06-07 15:01:03 +00:00
<?php endif ; ?>
2011-05-02 06:30:32 +00:00
2012-04-19 12:37:08 +00:00
< style >
2012-06-19 12:10:10 +00:00
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;
}
2012-04-19 12:37:08 +00:00
< / style >
2012-06-19 12:10:10 +00:00
< div class = "paragraph" style = "width:680px;" >
< div class = "clearfix" style = "margin:0 auto; width:640px;" >
< div class = "blockType" >
2012-04-19 12:37:08 +00:00
< a class = "lienType" href = " <? = $this -> url ( array ( 'controller' => 'juridique' , 'action' => 'annonces' , 'type' => 'bodacc' , 'siret' => $this -> siret , 'id' => $this -> id )) ?> " > Annonces Légales</ a >
2012-06-19 12:10:10 +00:00
< / div >
< div class = "blockType" >
2012-04-19 12:37:08 +00:00
< 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 >
2012-06-19 12:10:10 +00:00
< / div >
< div class = "blockType" >
2012-04-19 12:37:08 +00:00
< 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 >
2012-06-19 12:10:10 +00:00
< / div >
< div class = "blockType" >
2012-04-19 12:37:08 +00:00
< 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 >
2012-06-19 12:10:10 +00:00
2011-10-24 15:21:28 +00:00
< / div >
2011-05-02 06:30:32 +00:00
< / div >
2012-06-19 12:10:10 +00:00
<?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 >
2011-05-02 06:30:32 +00:00
<?php } ?>
2012-04-19 12:37:08 +00:00
<?php if ( $this -> type == 'balo' ){ ?>
2012-06-19 12:10:10 +00:00
< 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 >
2011-05-02 06:30:32 +00:00
<?php } ?>
2012-06-19 12:10:10 +00:00
<?php if ( $this -> type == 'bomp' ){ ?>
2012-04-19 12:37:08 +00:00
< 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 >
2011-05-02 06:30:32 +00:00
< h2 > Marché s publics< / h2 >
< div class = "paragraph" >
2012-06-19 12:10:10 +00:00
<?php if ( count ( $this -> annoncesBomp ) == 0 ) { ?>
2012-04-19 12:37:08 +00:00
Néant
<?php } else { ?>
2011-05-02 06:30:32 +00:00
< table >
<? = $this -> partialLoop ( 'juridique/annonces-resume.phtml' , $this -> annoncesBomp ) ?>
< / table >
2012-04-19 12:37:08 +00:00
<?php } ?>
2011-05-02 06:30:32 +00:00
< / div >
<?php } ?>
2012-06-19 12:10:10 +00:00
<?php if ( $this -> type == 'asso' ) { ?>
2011-05-02 06:30:32 +00:00
< h2 > Associations< / h2 >
< div class = "paragraph" >
2012-06-19 12:10:10 +00:00
<?php if ( count ( $this -> annoncesAsso ) == 0 ){ ?>
2012-04-19 12:37:08 +00:00
Néant
<?php } else { ?>
2011-05-02 06:30:32 +00:00
< table >
<? = $this -> partialLoop ( 'juridique/annonces-resume.phtml' , $this -> annoncesAsso ) ?>
< / table >
2012-04-19 12:37:08 +00:00
<?php } ?>
2011-05-02 06:30:32 +00:00
< / div >
<?php } ?>
2012-06-19 12:10:10 +00:00
< div style = "text-align:center;" >
2012-04-19 12:37:08 +00:00
<?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 } ?>
2012-06-19 12:10:10 +00:00
< / div >
2012-04-19 12:37:08 +00:00
2012-06-19 12:10:10 +00:00
<?php if ( empty ( $this -> AutrePage )) { ?>
2012-06-08 13:54:19 +00:00
<? = $this -> render ( 'cgu.phtml' , $this -> cgu ) ?>
2011-09-02 09:43:09 +00:00
< / div >
2012-06-19 12:10:10 +00:00
<?php } ?>