New theme update
This commit is contained in:
parent
fbd6be1de1
commit
57e3cbbc33
@ -1,3 +1 @@
|
||||
<div class="paragraph">
|
||||
<small class="text-muted"><em><?=$this->cgu?></em></small>
|
||||
</div>
|
||||
<p><small class="text-muted"><em><?=$this->cgu?></em></small></p>
|
@ -33,8 +33,7 @@ div.submit p.required-note span{color:#4B911C;_color:#666;font-size:170%;vertica
|
||||
<?php if(isset($this->InfoEnq['LitigeChoix']) && $this->InfoEnq['LitigeChoix']=='oui'){ ?> #litige {display:block;}<?php }else{?> #litige {display:none;} <?php }?>
|
||||
</style>
|
||||
|
||||
<div id="center">
|
||||
<h1 class="titre">ENQUÊTE COMMERCIALE</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Enquête Commerciale")?></h1></div>
|
||||
|
||||
<?php
|
||||
if($this->commandeEnquete == false){
|
||||
@ -47,7 +46,7 @@ if($this->commandeEnquete == false){
|
||||
<form action="<?=$this->url(array('controller'=>'evaluation', 'action'=>'enquetec'))?>" method="post" enctype="multipart/form-data">
|
||||
<input name="pays" value="<?=$pays?>" type="hidden"/>
|
||||
|
||||
<h2>Entreprise concernée : </h2>
|
||||
<div class="row"><h2>Entreprise concernée : </h2></div>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Numéro identifiant Siren</div>
|
||||
<div class="infoData">
|
||||
@ -131,7 +130,7 @@ if($this->commandeEnquete == false){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Demandeur : </h2>
|
||||
<div class="row"><h2>Demandeur : </h2></div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre profil <font color="Red">*</font></label>
|
||||
@ -184,7 +183,7 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
?>"/></div>
|
||||
</div>
|
||||
|
||||
<h2>Enquête : </h2>
|
||||
<div class="row"><h2>Enquête : </h2></div>
|
||||
|
||||
<?php
|
||||
if( $pays=='' )
|
||||
@ -362,5 +361,4 @@ if($this->commandeEnquete == true)
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
?>
|
@ -145,7 +145,7 @@
|
||||
))?>
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
<div class="row"><h2>Soldes Intermédiaire de Gestion</h2></div>
|
||||
<table class="table table-bordered bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -2,12 +2,8 @@
|
||||
<table id="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>
|
||||
<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>
|
||||
@ -30,7 +26,6 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
?>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code ISIN</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php
|
||||
@ -44,13 +39,11 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Mnémo</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeMnemo?></td>
|
||||
</tr>
|
||||
<?php if( !empty($this->InfosBourse->CodeBloomberg) ){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Bloomberg</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeBloomberg?></td>
|
||||
</tr>
|
||||
@ -58,31 +51,25 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
|
||||
<?php if( !empty($this->InfosBourse->CodeDatastream) ) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Datastream</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeDatastream?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php if( !empty($this->InfosBourse->CodeRic) ) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Ric</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeRic?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Place de cotation</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->placeCotation?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Marché</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Marche?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Nombre de titres</td>
|
||||
<tr> <td width="200" class="StyleInfoLib">Nombre de titres</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->nombreTitres,0,'', ' ')?> titres</td>
|
||||
</tr>
|
||||
<?php
|
||||
@ -98,7 +85,6 @@ switch (trim(strtoupper($this->InfosBourse->EligiblePEA)))
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Éligible SRD / PEA</td>
|
||||
<td width="350" class="StyleInfoData"><?=$srd?> / <?=$pea?></td>
|
||||
</tr>
|
||||
@ -106,45 +92,37 @@ switch (trim(strtoupper($this->InfosBourse->EligiblePEA)))
|
||||
if ($this->urlImg!='') {
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Logo</td>
|
||||
<td width="350" class="StyleInfoData"><?php echo $this->urlImg; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
|
||||
<h2>Coordonnées</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Coordonnées</h2></div>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=empty($this->InfosBourse->RaisonSociale) ? $this->raisonSociale : $this->InfosBourse->RaisonSociale;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Adresse</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Adresse?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date d'introduction en bourse</td>
|
||||
<td width="200" class="StyleInfoLib">Date d'introduction en bourse</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateIntroduction?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date dernière assemblée générale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateDerAG?></td>
|
||||
</tr>
|
||||
<?php if (trim($this->InfosBourse->DateRadiation)<>'' && $this->InfosBourse->DateRadiation<>'0000-00-00') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date de radiation</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateRadiation?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Téléphone</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php
|
||||
@ -154,7 +132,6 @@ if ($this->urlImg!='') {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Fax</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php
|
||||
@ -165,14 +142,12 @@ if ($this->urlImg!='') {
|
||||
</tr>
|
||||
<?php if ($siteWeb<>'') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Site Internet</td>
|
||||
<td width="350" class="StyleInfoData"><a href="<?=$siteWeb?>" target="_blank"><?=$siteWeb?></a></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if (trim($this->InfosBourse->Mail)<>'') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Courriel</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<a href="mailto:<?=$this->InfosBourse->Mail;?>" target="_blank"><?=$this->InfosBourse->Mail?></a>
|
||||
@ -180,86 +155,69 @@ if ($this->urlImg!='') {
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Activité(s)</h2>
|
||||
<div class="row"><h2>Activité(s)</h2></div>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Activité</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Activite?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Secteur</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Secteur?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="2" class="StyleInfoData"><?=str_replace("\n", '<br/>',$this->InfosBourse->ActiviteDet)?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Dernier cours</h2>
|
||||
<div class="row"><h2>Dernier cours</h2></div>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dernière cotation connue</td>
|
||||
<?php $date = new Zend_Date($this->InfosBourse->derCoursDate, 'yyyy-MM-dd');?>
|
||||
<td width="350" class="StyleInfoData"><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Clôture</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursCloture,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Ouverture</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursOuverture,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Plus haut</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursPlusHaut,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Plus Bas</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursPlusBas,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Volume échangé</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursVolume,0,'', ' ')?> titres (<?=number_format($this->InfosBourse->derCoursVolume/$this->InfosBourse->nombreTitres,2,',', ' ')?> %)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Capitalisation</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->capitalisation,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr><td colspan="3"> </td></tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Minimum historique</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMin,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Maximum historique</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMax,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Cours moyen</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMoy,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<?php } else {?>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="580" class="StyleInfoLib" colspan="3"> </td>
|
||||
@ -271,7 +229,6 @@ if ($this->urlImg!='') {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
|
@ -10,14 +10,6 @@
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550">
|
||||
<?=$this->action('infos','surveillance', null, array('source' => 'bilans', 'siret' => $this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<div class="row"><h2>Dernier(s) bilan(s) disponible(s)</h2></div>
|
||||
@ -30,13 +22,13 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ( empty($this->AutrePage) && $this->haveLiasse) {?>
|
||||
<div class="paragraph">
|
||||
<div id="liasse-check-result" class="ui-state-highlight ui-corner-all" style="margin-top:5px;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
<div class="ui-widget">
|
||||
<div id="liasse-check-result" class="ui-state-highlight ui-corner-all" style="margin-top: 5px; padding: .5em .5em 0 .5em;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
<a title="Cliquez ici pour vérifier l'intégration des éléments financiers"
|
||||
href="<?=$this->url(array('controller'=>'finance','action'=>'liasseinfos','siren'=>$this->siren), 'default', true)?>"
|
||||
id="liasse-check">Vérifier la disponibilité des derniers états financiers au Greffe.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
@ -77,11 +77,11 @@ Aucun bilan disponible.
|
||||
<a class="tooltip" title="<?=$info['comment']?>"><?=$info['titre']?></a>
|
||||
</td>
|
||||
<td class="right"><?=$this->tabResult[0]['entrep'][$ratio]?></td>
|
||||
<td class="right"><?=$this->tabResult[0]['entrepEvol'][$ratio]?></td>
|
||||
<td class="right"><small><?=$this->tabResult[0]['entrepEvol'][$ratio]?></small></td>
|
||||
<td class="right"><?=$this->tabResult[1]['entrep'][$ratio]?></td>
|
||||
<td class="right"><?=$this->tabResult[1]['entrepEvol'][$ratio]?></td>
|
||||
<td class="right"><small><?=$this->tabResult[1]['entrepEvol'][$ratio]?></small></td>
|
||||
<td class="right"><?=$this->tabResult[2]['entrep'][$ratio]?></td>
|
||||
<td class="right"><?=$this->tabResult[2]['entrepEvol'][$ratio]?></td>
|
||||
<td class="right"><small><?=$this->tabResult[2]['entrepEvol'][$ratio]?></small></td>
|
||||
<td>
|
||||
<?php if ($this->graph): ?>
|
||||
<a href="<?=$this->url(array(
|
||||
|
@ -1,10 +1,12 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="col-lg-3 col-md-3"></div>
|
||||
|
||||
|
||||
<div class="col-lg-9 col-md-9">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<p class="text-muted credit">
|
||||
© 2006 - <?php echo date('Y')?> <a href="http://www.scores-decisions.com">Scores & Décisions SAS</a>
|
||||
- <?=$this->translate("Tous droits réservés")?> -
|
||||
@ -13,8 +15,10 @@
|
||||
<img class="flag" id="fr" src="/themes/default/images/drapeaux/fr.png"/>
|
||||
<img class="flag" id="en" src="/themes/default/images/drapeaux/en.png"/>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
@ -52,7 +52,6 @@
|
||||
<div class="row"><h2>Établissements</h2></div>
|
||||
<?php if (count($this->etabs)>0) { ?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="table table-bordered">
|
||||
<?php foreach ($this->etabs as $etab) { ?>
|
||||
<?php
|
||||
@ -110,24 +109,23 @@
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
<a class="first" href="<?=$this->url(array('page'=>1))?>">«</a>
|
||||
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev))?>">‹</a>
|
||||
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext))?>">›</a>
|
||||
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal))?>">»</a>
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<ul class="pagination">
|
||||
<li><a href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>" aria-label="Début"><span aria-hidden="true">«</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>" aria-label="Précédent">‹</a></li>
|
||||
<li><a href="#">Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>" aria-label="Suivant"><span aria-hidden="true">›</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>" aria-label="Fin"><span aria-hidden="true">»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if($this->hasPrefCarte){?>
|
||||
<div class="paragraph">
|
||||
<?=$this->action('carte', 'identite', null, array(
|
||||
'siret'=>$this->siret, 'id'=>$this->id,
|
||||
'actif'=>$this->actif, 'page'=>$this->PageCurrent) )?>
|
||||
</div>
|
||||
|
||||
<?=$this->action('carte', 'identite', null, array('siret'=>$this->siret, 'id'=>$this->id, 'actif'=>$this->actif, 'page'=>$this->PageCurrent) )?>
|
||||
<?php }?>
|
||||
|
||||
<?php } ?>
|
||||
|
@ -71,27 +71,16 @@ Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<div class="row">
|
||||
<div class="center-block text-center col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<ul class="pagination">
|
||||
<li><a href="#" aria-label="Previous"><span aria-hidden="true">«</span></a></li>
|
||||
<li><a href="#" aria-label="Previous"><span aria-hidden="true">‹</span></a></li>
|
||||
<li><a href="#">Page 1/5</a></li>
|
||||
<li><a href="#" aria-label="Next"><span aria-hidden="true">›</span></a></li>
|
||||
<li><a href="#" aria-label="Next"><span aria-hidden="true">»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php if ( $this->PageTotal>1 ) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
<a class="first" href="<?=$this->url(array('page'=>1))?>">«</a>
|
||||
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev))?>">‹</a>
|
||||
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext))?>">›</a>
|
||||
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal))?>">»</a>
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<ul class="pagination">
|
||||
<li><a href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>" aria-label="Début"><span aria-hidden="true">«</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>" aria-label="Précédent">‹</a></li>
|
||||
<li><a href="#">Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>" aria-label="Suivant"><span aria-hidden="true">›</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>" aria-label="Fin"><span aria-hidden="true">»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
@ -261,7 +261,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->directions)>0 ) {?>
|
||||
<h2>Fonctions de directions</h2>
|
||||
<div class="row"><h2>Fonctions de directions</h2></div>
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->directions as $lien) {?>
|
||||
<tr>
|
||||
|
@ -1,10 +1,5 @@
|
||||
<?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">
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Evénements Légaux")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -15,221 +10,138 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination 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 ?>
|
||||
<?php if($this->hasModeEdition) { ?>
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'fiche', 'siret'=>$this->siret,
|
||||
'id' => $this->id), 'default', true)?>">(Edition)</a>
|
||||
<?php }?>
|
||||
</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;?>
|
||||
<br/>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->AutreSource){ ?>
|
||||
<h2>EVÉNEMENTS LÉGAUX</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Annonces Légales</h2></div>
|
||||
Aucune annonces disponible pour cette entité.
|
||||
</div>
|
||||
<?php } else {?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<style>
|
||||
div.blockType {
|
||||
width:140px;
|
||||
height:25px;
|
||||
line-height:20px;
|
||||
padding:2px;
|
||||
margin:5px;
|
||||
text-align:center;
|
||||
float:left;
|
||||
display:block;
|
||||
border-radius: 10px;
|
||||
background-color: #606060;
|
||||
}
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bodacc',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>" title="Annonces légales"
|
||||
class="btn btn-sm btn-primary<?php if ($this->vue=='bodacc') echo ' active';?>"
|
||||
id="TypeBodacc">Annonces Légales </a>
|
||||
|
||||
div.blockTypeActive {
|
||||
width:140px;
|
||||
height:25px;
|
||||
line-height:20px;
|
||||
padding:2px;
|
||||
margin:5px;
|
||||
text-align:center;
|
||||
float:left;
|
||||
display:block;
|
||||
border-radius: 10px;
|
||||
background-color:#2f343a;
|
||||
border-color:#2f343a;
|
||||
}
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'balo',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>" title="Bulletin des Annonces Légales Obligatoires"
|
||||
class="btn btn-sm btn-primary<?php if ($this->vue=='balo') echo ' active';?>"
|
||||
id="TypeBalo">B.A.L.O. </a>
|
||||
|
||||
div.blockType:hover {
|
||||
background-color:#2f343a;
|
||||
border-color:#2f343a;
|
||||
}
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bomp',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>" title="Bulletin officiel des annonces des marchés publics"
|
||||
class="btn btn-sm btn-primary<?php if ($this->vue=='bomp') echo ' active';?>"
|
||||
id="TypeBoamp">B.O.A.M.P. </a>
|
||||
|
||||
div.blockTypeActive span.nb {
|
||||
background-color: #00008C;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
font-size: 10px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.blockType span.nb {
|
||||
background-color: #A0A0A0;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
a.lienType {
|
||||
width:140px;
|
||||
vertical-align:middle;
|
||||
display:inline-block;
|
||||
line-height:1.2;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="paragraph">
|
||||
<div class="clearfix" style="margin:0 auto 5px auto;">
|
||||
|
||||
<div id="TypeBodacc" class="blockType<?php if ($this->vue=='bodacc') echo 'Active';?>">
|
||||
<a class="lienType" title="Annonces légales" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bodacc', 'siret'=>$this->siret, 'id'=>$this->id))?>">Annonces Légales</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeBalo" class="blockType<?php if ($this->vue=='balo') echo 'Active';?>">
|
||||
<a class="lienType" title="Bulletin des Annonces Légales Obligatoires" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'balo', 'siret'=>$this->siret, 'id'=>$this->id))?>">B.A.L.O.</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeBoamp" class="blockType<?php if ($this->vue=='bomp') echo 'Active';?>">
|
||||
<a class="lienType" title="Bulletin officiel des annonces des marchés publics" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bomp', 'siret'=>$this->siret, 'id'=>$this->id))?>">B.O.A.M.P.</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeAsso" class="blockType<?php if ($this->vue=='asso') echo 'Active';?>">
|
||||
<a class="lienType" title="Journal Officiel des Associations" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'asso', 'siret'=>$this->siret, 'id'=>$this->id))?>">J.O Associations</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='bodacc'){ ?>
|
||||
<h2>EVÉNEMENTS LÉGAUX</h2>
|
||||
<div class="paragraph">
|
||||
<?php if(count($this->annoncesBodacc)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBodacc)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'asso',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>" title="Journal Officiel des Associations"
|
||||
class="btn btn-sm btn-primary<?php if ($this->vue=='asso') echo ' active';?>"
|
||||
id="TypeAsso">J.O Associations </a>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='balo'){ ?>
|
||||
<h2>BALO</h2>
|
||||
<div class="paragraph">
|
||||
<?php if(count($this->annoncesBalo)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBalo)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='bomp'){ ?>
|
||||
<div class="paragraph" style="margin:0 0 0 40px;">
|
||||
<form name="filtreBoamp" method="post" action="<?=$this->url(array('controller'=>'juridique',
|
||||
'action'=>'annonces','vue'=>'bomp','siret'=>$this->siret,'id'=>$this->id),null,true)?>">
|
||||
<label>Type d'annonce</label>
|
||||
<select name="filtre">
|
||||
<option value="">-</option>
|
||||
<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>
|
||||
<?php if ($this->vue=='bodacc'){ ?>
|
||||
<div class="row"><h2>Annonces Légales</h2></div>
|
||||
<?php if(count($this->annoncesBodacc)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBodacc)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<h2>Marchés publics</h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->annoncesBomp)==0) { ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBomp)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($this->vue=='balo'){ ?>
|
||||
<div class="row"><h2>BALO</h2></div>
|
||||
<?php if(count($this->annoncesBalo)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBalo)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='asso') { ?>
|
||||
<h2>Associations</h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->annoncesAsso)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesAsso)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($this->vue=='bomp'){ ?>
|
||||
<div class="paragraph" style="margin:0 0 0 40px;">
|
||||
<form name="filtreBoamp" method="post" action="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces',
|
||||
'vue'=>'bomp','siret'=>$this->siret,'id'=>$this->id), 'default', true)?>">
|
||||
<label>Type d'annonce</label>
|
||||
<select name="filtre">
|
||||
<option value="">-</option>
|
||||
<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>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div class="row"><h2>Marchés publics</h2></div>
|
||||
<?php if (count($this->annoncesBomp)==0) { ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBomp)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
<a class="first" href="<?=$this->url(array('page'=>1))?>">«</a>
|
||||
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev))?>">‹</a>
|
||||
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext))?>">›</a>
|
||||
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal))?>">»</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($this->vue=='asso') { ?>
|
||||
<div class="row"><h2>Associations</h2></div>
|
||||
<?php if (count($this->annoncesAsso)==0){ ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesAsso)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php }?>
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<ul class="pagination">
|
||||
<li><a href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>" aria-label="Début"><span aria-hidden="true">«</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>" aria-label="Précédent">‹</a></li>
|
||||
<li><a href="#">Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>" aria-label="Suivant"><span aria-hidden="true">›</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>" aria-label="Fin"><span aria-hidden="true">»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<script>
|
||||
$.get('/juridique/annoncenum/siren/<?=$this->siren?>', function(data){
|
||||
for (var type in data) {
|
||||
$('div#'+type).append('<span class="nb">'+data[type]+'</span>');
|
||||
}
|
||||
}, 'json');
|
||||
</script>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<script>
|
||||
$.get('/juridique/annoncenum/siren/<?=$this->siren?>', function(data){
|
||||
for (var type in data) {
|
||||
$('<span class="badge">'+data[type]+'</span>').appendTo('a#'+type);
|
||||
}
|
||||
}, 'json');
|
||||
</script>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,7 +1,6 @@
|
||||
<h2>Administrateur(s) / Mandataire(s) judiciaires</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Administrateur(s) / Mandataire(s) judiciaires</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<ul class="listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) {?>
|
||||
<li><b><?=$comp->Nom?></b><br/>
|
||||
<?php
|
||||
@ -38,10 +37,10 @@
|
||||
}?>
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo 'Remarque : '.$comp->Remarque.'<br/>';?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,3 +0,0 @@
|
||||
<h2>Avocat(s)</h2>
|
||||
<div class="paragraph">
|
||||
</div>
|
@ -1,2 +0,0 @@
|
||||
<h2>Cadastre et Hypothèques</h2>
|
||||
<div class="paragraph"></div>
|
@ -1,5 +1,4 @@
|
||||
<h2>Centre de formalités des entreprises</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Centre de formalités des entreprises</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) {?>
|
||||
@ -28,10 +27,10 @@
|
||||
}?>
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo $comp->Remarque.'<br/>';?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,13 +1,10 @@
|
||||
<h2>Huissiers</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Huissiers</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<ul class="listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) {?>
|
||||
<li><b><?=$comp->Nom?></b><br/>
|
||||
<i>Huissier de justice</i><br/>
|
||||
<?php
|
||||
if (trim($comp->Siret)<>'' && trim($comp->Siret)*1<>0) {
|
||||
?>
|
||||
<?php if (trim($comp->Siret)<>'' && trim($comp->Siret)*1<>0) { ?>
|
||||
<b>RCS <a href="<?=$this->partial()->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
@ -37,10 +34,10 @@ if (trim($comp->Siret)<>'' && trim($comp->Siret)*1<>0) {
|
||||
}?>
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo 'Remarque : '.$comp->Remarque.'<br/>';?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,5 +1,4 @@
|
||||
<h2>Jounaux d'Annonces Légales</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Jounaux d'Annonces Légales</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) {?>
|
||||
@ -28,10 +27,10 @@
|
||||
}?>
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo $comp->Remarque.'<br/>';?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,5 +1,4 @@
|
||||
<h2>Préfectures et Sous-Préfectures</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Préfectures et Sous-Préfectures</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) {?>
|
||||
@ -28,10 +27,10 @@
|
||||
}?>
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo $comp->Remarque.'<br/>';?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,19 +1,13 @@
|
||||
<h2>Tribunaux</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Tribunaux</h2></div>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<ul class="listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) { ?>
|
||||
<li>
|
||||
<b><?=$comp->Nom?></b><br/>
|
||||
<?php if (trim($comp->Siret)<>'') { ?>
|
||||
<b>RCS <a href="<?=$this->partial()->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $comp->Siret,
|
||||
))?>">
|
||||
<?=$this->partial()->view->SiretTexte($comp->Siret)?></a></b>
|
||||
<li><b><?=$comp->Nom?></b>
|
||||
<?php if (trim($comp->Siret)<>'') { ?>
|
||||
- <b>RCS <a href="<?=$this->partial()->view->url(array('controller'=>'identite', 'action'=>'fiche',
|
||||
'siret' => $comp->Siret,))?>"><?=$this->partial()->view->SiretTexte($comp->Siret)?></a></b>
|
||||
<br/>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?=$comp->Adr?><br/>
|
||||
<?php if ($comp->AdrComp<>'') echo $comp->AdrComp.'<br/>';?>
|
||||
<b><?=$comp->CP.' '.$comp->Ville?></b><br/>
|
||||
@ -29,10 +23,10 @@
|
||||
<?php if ($comp->Mail<>'') echo 'Courriel : <a href="mailto:'.$comp->Mail.'">'.$comp->Mail.'</a><br/>';?>
|
||||
<?php if ($comp->Remarque<>'') echo $comp->Remarque.'<br/>';?>
|
||||
<?php if($comp->IdentifiantGreffe>0) echo 'Identifiant Greffe : '.$comp->IdentifiantGreffe;?>
|
||||
<br/>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,91 +1,48 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">COMPÉTENCES TERRITORIALES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="title"><?=$this->translate("Compétences Territoriales")?></h1></div>
|
||||
<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>
|
||||
<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">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr><td colspan="4" class="StyleInfoData"> </td></tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'tri'
|
||||
))?>">Tribunaux</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'adm'
|
||||
))?>">Administrateurs & Mandataires judiciaires</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'hui'
|
||||
))?>">Huissiers de justice</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'pre'
|
||||
))?>">Préfectures & Sous-préfectures</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'cfe'
|
||||
))?>">Centres de formalités des Entreprises (CCI, Greffes, Métiers, Artisanat, Agriculture, URSSAF, Impôts, etc...)</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'jal'
|
||||
))?>">Journaux d'Annonces Légales</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'tri'), 'default', true)?>">Tribunaux</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'adm'), 'default', true)?>">Administrateurs & Mandataires judiciaires</a></td>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'hui'), 'default', true)?>">Huissiers de justice</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'pre'), 'default', true)?>">Préfectures & Sous-préfectures</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type' => 'cfe'), 'default', true)?>">Centres de formalités des Entreprises
|
||||
(CCI, Greffes, Métiers, Artisanat, Agriculture, URSSAF, Impôts, etc...)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type' => 'jal'), 'default', true)?>">Journaux d'Annonces Légales</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<?php if ($this->type) {?>
|
||||
<?=$this->partial('juridique/competences-'.$this->type.'.phtml', array('competences' => $this->competences))?>
|
||||
<?php }?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,15 +1,9 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">CONVENTIONS COLLECTIVES APPLICABLES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Conventions Collectives Applicables")?></h1></div>
|
||||
<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>
|
||||
<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>
|
||||
@ -17,57 +11,33 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Conventions collectives</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
if (count($this->conventions)>0){
|
||||
foreach ($this->conventions as $conv) {
|
||||
?>
|
||||
<div class="row"><h2>Conventions collectives</h2></div>
|
||||
<?php if (count($this->conventions)>0){?>
|
||||
<table class="table">
|
||||
<?php foreach ($this->conventions as $conv) {?>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="20"> </td>
|
||||
<td width="90" class="StyleInfoData">
|
||||
<u>
|
||||
<a href="http://www.legifrance.gouv.fr/rechConvColl.do?champActivite=&champIDCC=&champNumeroBrochure=<?=substr($conv->idCC,0,4)?>&bouton=Rechercher" target="_blank">Brochure <?=substr($conv->idCC,0,4)?>
|
||||
</a>
|
||||
</u>
|
||||
</td>
|
||||
<td width="300" class="StyleInfoData"><b><?=$conv->nomCC?></b>
|
||||
</td>
|
||||
<td class="StyleInfoData"><font size="1"><i>Journal Officiel
|
||||
<?php
|
||||
if (trim($conv->dateCC)<>'') echo ', '.$conv->dateCC;
|
||||
if (trim($conv->nbPageCC)*1>0) echo ', '.$conv->nbPageCC.' pages.';
|
||||
if (trim($conv->isbnCC)<>'') echo '<br/>ISBN '.$conv->isbnCC;
|
||||
?>
|
||||
</i></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr width="100%"/>
|
||||
<td style="white-space:nowrap;">
|
||||
<a href="http://www.legifrance.gouv.fr/rechConvColl.do?champActivite=&champIDCC=&champNumeroBrochure=<?=substr($conv->idCC,0,4)?>&bouton=Rechercher" target="_blank">
|
||||
<u>Brochure <?=substr($conv->idCC,0,4)?></u>
|
||||
</a>
|
||||
</td>
|
||||
<td><b><?=$conv->nomCC?></b>
|
||||
</td>
|
||||
<td><font size="1"><i>Journal Officiel
|
||||
<?php
|
||||
if (trim($conv->dateCC)<>'') echo ', '.$conv->dateCC;
|
||||
if (trim($conv->nbPageCC)*1>0) echo ', '.$conv->nbPageCC.' pages.';
|
||||
if (trim($conv->isbnCC)<>'') echo '<br/>ISBN '.$conv->isbnCC;
|
||||
?>
|
||||
</i></font>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
} else {
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib"> </td>
|
||||
<td colspan="2" class="StyleInfoData">Néant</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"> </td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
?>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
<?php } else {?>
|
||||
Néant
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,15 +1,9 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">INFORMATIONS RÉGLEMENTÉES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="title"><?=$this->translate("Informations Réglementées")?></h1></div>
|
||||
<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>
|
||||
<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>
|
||||
@ -17,29 +11,26 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<h2>Informations réglementées <span style="font-weight:normal; font-size:8pt">(sources diffuseurs: BusinessWire / Hugin / actunews / DI Release)</span></h2>
|
||||
<div class="paragraph">
|
||||
</div>
|
||||
<?php if (count($this->annonces)>0) {?>
|
||||
|
||||
<?php if ($this->idAnn) {?>
|
||||
<?php foreach($this->annonces as $item){ if ($item['id']==$this->idAnn) break; } ?>
|
||||
<table>
|
||||
<?php foreach($this->annonces as $item){ if ($item['id']==$this->idAnn) break; } ?>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="3" class="StyleInfoData">
|
||||
Information <?=$item['source']?> du <?=$item['DateParution']?>.
|
||||
Entrée en base S&D : <?=$item['dateInsertionSD']?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="3" class="StyleInfoLib"><b><?=$item['titre']?></b></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"> </td></tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="3"><?=$this->RemplaceSiren($item['communique'])?></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"> </td></tr>
|
||||
@ -49,32 +40,25 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
|
||||
<table class="table table-bordered table-condensed data">
|
||||
<?php foreach($this->annonces as $item){?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib">Le <?=$item['DateParution']?></td>
|
||||
<td width="450" colspan="2" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret, 'idann'=>$item['id']),'default',true)?>">
|
||||
<?=$item['titre']?>
|
||||
</a>
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret,
|
||||
'idann'=>$item['id']),'default',true)?>"><?=$item['titre']?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php } else {?>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib"> </td>
|
||||
<td width="450" colspan="2" class="StyleInfoData">Néant</td>
|
||||
</tr>
|
||||
</table>
|
||||
Néant
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">PROPRIÉTÉ INTELLECTUELLE</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Propritété intellectuel")?></h1></div>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -17,14 +15,11 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ($this->idObject!=0) { ?>
|
||||
|
||||
<?php $item = $this->marques[0]; ?>
|
||||
<h2>Marque déposée - détail</h2>
|
||||
<div class="paragraph">
|
||||
<?php //img ?>
|
||||
<div class="row"><h2>Marque déposée - détail</h2></div>
|
||||
<p><strong>Type de Marque</strong> : <?=$item->Perimetre?></p>
|
||||
<p><strong>Marque</strong> : <?=$item->Marques?></p>
|
||||
<p><strong>Classification de Nice</strong> : <?=$item->Classes?></p>
|
||||
@ -48,13 +43,11 @@
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<h2>Marque(s) déposée(s)</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<div class="row"><h2>Marque(s) déposée(s)</h2></div>
|
||||
<table class="table table-bordered table-condensed data">
|
||||
<?php if (count($this->marques)==0) { ?>
|
||||
<tr>
|
||||
<td width="550" colspan="3" class="StyleInfoLib">
|
||||
@ -88,9 +81,7 @@
|
||||
<?php } ?>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,7 +1,5 @@
|
||||
<div id="center">
|
||||
<div class="row"><h1 class="title"><?=$this->translate("Pièces Officielles")?></h1></div>
|
||||
|
||||
<h1>PIÈCES OFFICIELLES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -23,24 +21,25 @@
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<div style="margin:5px;" class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.
|
||||
</p>
|
||||
<div class="ui-widget">
|
||||
<div class="ui-state-highlight ui-corner-all" style="margin-top: 5px; padding: .5em .5em 0 .5em;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Actes & Status</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2><?=$this->translate("Actes & Status")?></h2></div>
|
||||
<?php if ($this->ErreurMessage) {?>
|
||||
<?=$this->ErreurMessage?>
|
||||
<?php } else {?>
|
||||
|
||||
<?php if ( count($this->InfosActes) > 0 ) {?>
|
||||
<table class="greffe">
|
||||
<table class="table table-bordered table-condensed greffe">
|
||||
<thead>
|
||||
<tr><th>Date</th><th>Type</th><th>Décisions</th>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Type</th>
|
||||
<th>Décisions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -91,7 +90,4 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
Aucun acte disponible.
|
||||
<?php }?>
|
||||
|
||||
<?php };?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
@ -1,7 +1,4 @@
|
||||
<div id="center">
|
||||
|
||||
<h1>PIÈCES OFFICIELLES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="title"><?=$this->translate("Pièces Officielles")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -23,22 +20,20 @@
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
|
||||
<div style="margin:5px;" class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.
|
||||
</p></div>
|
||||
|
||||
<div class="ui-widget">
|
||||
<div class="ui-state-highlight ui-corner-all" style="margin-top: 5px; padding: .5em .5em 0 .5em;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Compte annuels</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2><?=$this->translate("Compte annuels")?></h2></div>
|
||||
<?php if ($this->ErreurMessage) {?>
|
||||
<?=$this->ErreurMessage?>
|
||||
<?php } else {?>
|
||||
|
||||
<?php if ( count($this->InfosBilans) > 0 ) {?>
|
||||
<table class="greffe">
|
||||
<table class="table table-bordered table-condensed greffe">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date de clôture</th>
|
||||
@ -106,6 +101,3 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
</div>
|
@ -1,5 +1,4 @@
|
||||
<div id="center">
|
||||
<h1>COMMANDES DE PIÈCES</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Commandes de pièces")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
@ -23,7 +22,7 @@
|
||||
#privilegesM {display:none;}
|
||||
</style>
|
||||
|
||||
<h2>EXTRAIT KBIS</h2>
|
||||
<div class="row"><h2><?=$this->translate("Extrait KBIS")?></h2></div>
|
||||
<div class="paragraph">
|
||||
<?php if ($this->permKbis) {?>
|
||||
|
||||
@ -49,14 +48,14 @@
|
||||
<?php }?>
|
||||
|
||||
<?php if ( !$this->KbisErreurCJ ) {?>
|
||||
<p><a class="dialogcmd" title="<?=$this->translate("Recevoir le KBIS par email")?>"
|
||||
<a class="dialogcmd" title="<?=$this->translate("Recevoir le KBIS par email")?>"
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'M'),'default',true)?>">
|
||||
<?=$this->translate("Recevoir le KBIS par email")?></a></p>
|
||||
<?=$this->translate("Recevoir le KBIS par email")?></a>
|
||||
<p><i><?=$this->translate("Les pièces demandées seront commandées auprès du greffe. Prévoir un délai de 1 à 5 jours ouvrés.")?></i></p>
|
||||
|
||||
<p><a class="dialogcmd" title="<?=$this->translate("Recevoir le KBIS original par courrier")?>"
|
||||
<a class="dialogcmd" title="<?=$this->translate("Recevoir le KBIS original par courrier")?>"
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'C'),'default',true)?>">
|
||||
<?=$this->translate("Recevoir le KBIS original par courrier")?></a></p>
|
||||
<?=$this->translate("Recevoir le KBIS original par courrier")?></a>
|
||||
<p><i><?=$this->translate("Les pièces demandées seront commandées par courrier auprès du greffe. Prévoir un délai de 2 à 3 semaines.")?></i></p>
|
||||
<?php }?>
|
||||
|
||||
@ -67,7 +66,7 @@
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<h2>PRIVILÉGES & NANTISSEMENTS</h2>
|
||||
<div class="row"><h2><?=$this->translate("Privilèges et Nantissements")?></h2></div>
|
||||
|
||||
<?php if ( $this->permPriv ) {?>
|
||||
|
||||
@ -137,7 +136,4 @@
|
||||
<div class="paragraph">
|
||||
<p class="marge"><?=$this->translate("Vous n'avez pas les droits d'accès pour cette fonctionalité."); ?></p>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php }?>
|
@ -1,77 +1,71 @@
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Surveillance")?></h1></div>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Surveillances")?></h1></div>
|
||||
|
||||
<?php
|
||||
if ( empty($this->source) ){
|
||||
?>
|
||||
<table id="info">
|
||||
<tr>
|
||||
<td width="200" class="StyleInfoLib">Nombre d'entités affichées</td>
|
||||
<td><?=$this->nbReponses?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="200" class="StyleInfoLib">Nombre de surveillances</td>
|
||||
<td><?=$this->nbSurveillances?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<table id="info">
|
||||
<tr>
|
||||
<td width="200" class="StyleInfoLib">Nombre de surveillances <?=$this->source?></td>
|
||||
<td><?=$this->nbSurveillances?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="row"><h2><?=$this->translate("Extraction des surveillances")?></h2></div>
|
||||
<?=$this->action('surveillancecsv', 'surveillance')?>
|
||||
|
||||
<div class="row"><h2><?=$this->translate("Options de recherche")?></h2></div>
|
||||
<div class="paragraph">
|
||||
<label>Afficher uniquement les suveillances de type</label>
|
||||
<select name="type">
|
||||
<option value="">toutes</option>
|
||||
<?=$this->selectTri?>
|
||||
</select>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
Tri
|
||||
<select name="triMode">
|
||||
<option value="asc"<?=($this->triMode=='asc')? ' selected' : ''?>>croissant</option>
|
||||
<option value="desc"<?=($this->triMode=='desc')? ' selected' : ''?>>décroissant</option>
|
||||
</select>
|
||||
par
|
||||
<select name="tri">
|
||||
<option value="siren"<?=($this->tri=='siren')? ' selected' : ''?>>Siren</option>
|
||||
<option value="ref"<?=($this->tri=='ref')? ' selected' : ''?>>Référence</option>
|
||||
<option value="rs"<?=($this->tri=='rs')? ' selected' : ''?>>Dénomination Sociale</option>
|
||||
<option value="dateAjout"<?=($this->tri=='dateAjout')? ' selected' : ''?>>Date d'ajout</option>
|
||||
<option value="dateDerEnvoi"<?=($this->tri=='dateDerEnvoi')? ' selected' : ''?>>Date d'envoi</option>
|
||||
</select>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="input-group input-group-sm">
|
||||
<input type="text" class="form-control" placeholder="Siren, Siret, Référence, ...">
|
||||
<div class="input-group-btn input-group-sm">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Recherche par <span class="caret"></span></button>
|
||||
<ul class="dropdown-menu dropdown-menu-right">
|
||||
<li><a href="#">SIREN/SIRET</a></li>
|
||||
<li><a href="#">Dénomination</a></li>
|
||||
<li><a href="#">Référence</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="paragraph" id="formSurveillance">
|
||||
<form name="recherche" action="<?=$this->url(array('controller'=>'surveillance', 'action'=>'liste'))?>">
|
||||
<input type="text" name="q" class="search" value="<?=($this->q != null)? $this->q : "Siren, Référence, Dénomination Sociale"?>" />
|
||||
<input type="submit" value="Rechercher" class="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="btn-group btn-group-sm" role="group">
|
||||
<div class="btn-group btn-group-sm" role="group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Afficher
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#" data-source="tout">Toutes sources</a></li>
|
||||
<?php foreach ($this->tabSource as $s) { ?>
|
||||
<li><a href="#" data-source="<?=$s['value']?>">Uniquement la source <?=$s['name']?></a></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="btn-group btn-group-sm" role="group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Trier
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="dropdown-header">Croissant</li>
|
||||
<li><a href="#" data-source="tout">Siren</a></li>
|
||||
<li><a href="#" data-source="tout">Dénomination</a></li>
|
||||
<li><a href="#" data-source="tout">Référence</a></li>
|
||||
<li><a href="#" data-source="tout">Date d'ajout</a></li>
|
||||
<li><a href="#" data-source="tout">Date d'envoi</a></li>
|
||||
<li class="dropdown-header">Décroissant</li>
|
||||
<li><a href="#" data-source="tout">Siren</a></li>
|
||||
<li><a href="#" data-source="tout">Dénomination</a></li>
|
||||
<li><a href="#" data-source="tout">Référence</a></li>
|
||||
<li><a href="#" data-source="tout">Date d'ajout</a></li>
|
||||
<li><a href="#" data-source="tout">Date d'envoi</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="btn-group btn-group-sm" role="group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Extraire
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#" data-source="tout">Toutes sources</a></li>
|
||||
<?php foreach ($this->tabSource as $s) { ?>
|
||||
<li><a href="#" data-source="<?=$s['value']?>">Uniquement la source <?=$s['name']?></a></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2><?=$this->translate("Liste des surveillances")?></h2></div>
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
<a class="first" href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>">«</a>
|
||||
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>">‹</a>
|
||||
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>">›</a>
|
||||
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>">»</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<table class="table table-bordered" id="surveillance">
|
||||
<thead>
|
||||
@ -218,13 +212,15 @@ par
|
||||
</table>
|
||||
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
<a class="first" href="<?=$this->url(array('page'=>1))?>">«</a>
|
||||
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev))?>">‹</a>
|
||||
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext))?>">›</a>
|
||||
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal))?>">»</a>
|
||||
<div class="row">
|
||||
<div class="center-block text-center">
|
||||
<ul class="pagination">
|
||||
<li><a href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>" aria-label="Début"><span aria-hidden="true">«</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>" aria-label="Précédent">‹</a></li>
|
||||
<li><a href="#">Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>" aria-label="Suivant"><span aria-hidden="true">›</span></a></li>
|
||||
<li><a href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>" aria-label="Fin"><span aria-hidden="true">»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
Loading…
Reference in New Issue
Block a user