issue #0002037 : Add default instead of null for the route name
This commit is contained in:
parent
8f7ff3be9c
commit
5161d84375
@ -456,7 +456,7 @@ class DashboardController extends Zend_Controller_Action
|
||||
'controller' => 'pieces',
|
||||
'action' => 'actes',
|
||||
'siret' => $listCommandes[$i]->siren,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
|
||||
} elseif (preg_match('/^([0-9]{4}).*?$/', $listCommandes[$i]->refDocument, $matches)){
|
||||
|
||||
@ -475,7 +475,7 @@ class DashboardController extends Zend_Controller_Action
|
||||
'controller' => 'pieces',
|
||||
'action' => 'bilans',
|
||||
'siret' => $listCommandes[$i]->siren,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
|
||||
}
|
||||
break;
|
||||
|
@ -41,7 +41,7 @@ class DirigeantController extends Zend_Controller_Action
|
||||
$session = new Scores_Session_Entreprise($this->siret, $this->id);
|
||||
|
||||
if ($user->checkPerm('dirigeantsop')){
|
||||
$href = $this->view->url(array('controller'=>'dirigeant', 'action'=>'op', 'siret'=>$this->siret));
|
||||
$href = $this->view->url(array('controller'=>'dirigeant', 'action'=>'op', 'siret'=>$this->siret), 'default', true);
|
||||
$this->view->assign('dirigeantsop', $href);
|
||||
}
|
||||
|
||||
|
@ -416,7 +416,7 @@ class EvaluationController extends Zend_Controller_Action
|
||||
'action'=>'customindiscore3',
|
||||
'siret'=>$this->siret,
|
||||
'id'=>$this->id)
|
||||
));
|
||||
), 'default', true);
|
||||
}
|
||||
|
||||
$sessionEntreprise = new Scores_Session_Entreprise($this->siret, $this->id);
|
||||
@ -614,7 +614,7 @@ class EvaluationController extends Zend_Controller_Action
|
||||
'<a target="_blank" href="'.$this->view->url(
|
||||
array('controller'=>'fichier',
|
||||
'action'=>'customrapport',
|
||||
'fichier'=>basename($pdfFile)), null, true).'">Télécharger</a></center>';
|
||||
'fichier'=>basename($pdfFile)), 'default', true).'">Télécharger</a></center>';
|
||||
} else {
|
||||
echo "Erreur lors de la génération du PDF.";
|
||||
}
|
||||
|
@ -1012,7 +1012,7 @@ class FinanceController extends Zend_Controller_Action
|
||||
'controller'=>'saisie',
|
||||
'action'=>'bourse',
|
||||
'siren' => $siren
|
||||
), null, true));
|
||||
), 'default', true));
|
||||
}
|
||||
|
||||
$this->view->assign('id', $this->id);
|
||||
|
@ -670,7 +670,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
'controller' => 'identite',
|
||||
'action' => 'groupesarbo',
|
||||
'siret' => $siren
|
||||
), null, true) );
|
||||
), 'default', true) );
|
||||
}
|
||||
|
||||
$infos = $ws->getLiens($siren);
|
||||
@ -714,11 +714,11 @@ class IdentiteController extends Zend_Controller_Action
|
||||
$this->view->assign('lienStatuts', $this->view->url(array(
|
||||
'controller' => 'pieces',
|
||||
'action' => 'actes',
|
||||
'siret' => $siren ), null, true) );
|
||||
'siret' => $siren ), 'default', true) );
|
||||
$this->view->assign('lienBilans', $this->view->url(array(
|
||||
'controller' => 'pieces',
|
||||
'action' => 'bilans',
|
||||
'siret' => $siren ), null, true) );
|
||||
'siret' => $siren ), 'default', true) );
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1491,7 +1491,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
$name.= ' (<a href="'.$this->view->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'fiche',
|
||||
'siret' => $item['siren']), null, true).'">'.$sirenTxt.'</a>)';
|
||||
'siret' => $item['siren']), 'default', true).'">'.$sirenTxt.'</a>)';
|
||||
} else {
|
||||
$name.= ' ('.$item['pays'].')';
|
||||
}
|
||||
|
@ -159,7 +159,7 @@ class JuridiqueController extends Zend_Controller_Action
|
||||
'type' => substr($annonce['Code'],3,1),
|
||||
'annee' => $annonce['Annee'],
|
||||
'num' => $annonce['Num'],
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
$this->view->assign('lienBodacc', $lienBodacc);
|
||||
}
|
||||
|
||||
@ -427,7 +427,7 @@ class JuridiqueController extends Zend_Controller_Action
|
||||
'controller' => 'fichier',
|
||||
'action' => 'bodacc',
|
||||
'fichier' => basename($file),
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
echo "<a target=\"_blank\" href=\"".$href."\">Cliquer ici pour télécharger le fichier.</a>";
|
||||
} else {
|
||||
echo "Erreur lors du chargement du fichier.";
|
||||
|
@ -161,7 +161,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'acteType' => $item->ActeType,
|
||||
'acteNum' => $item->ActeNum,
|
||||
'acteDate' => $item->ActeDate,
|
||||
),null,true);
|
||||
), 'default', true);
|
||||
$title = "Télécharger le document correspondant";
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -181,7 +181,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'acteType' => $item->ActeType,
|
||||
'acteNum' => $item->ActeNum,
|
||||
'acteDate' => $item->ActeDate,
|
||||
),null,true);
|
||||
), 'default', true);
|
||||
$title = "Commande d'une pièce officielle";
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -201,7 +201,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'acteType' => $item->ActeType,
|
||||
'acteNum' => $item->ActeNum,
|
||||
'acteDate' => $item->ActeDate,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
$infosActe['href'] = $href;
|
||||
$infosActe['title'] = $title;
|
||||
|
||||
@ -299,7 +299,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'mode' => 'T',
|
||||
'type' => $item->Type,
|
||||
'cloture' => $item->DateCloture,
|
||||
));
|
||||
), 'default', true);
|
||||
$title = 'Télécharger le document correspondant';
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -315,7 +315,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'mode' => 'C',
|
||||
'type' => $item->Type,
|
||||
'cloture' => $item->DateCloture,
|
||||
));
|
||||
), 'default', true);
|
||||
$title = 'Recevoir le document directement par mail (sous 3/5 jours ouvrés)';
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -330,7 +330,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'mode' => 'T',
|
||||
'type' => $item->Type,
|
||||
'cloture' => $item->DateCloture,
|
||||
));
|
||||
), 'default', true);
|
||||
|
||||
$infosBilan['href'] = $href;
|
||||
$infosBilan['title'] = $title;
|
||||
@ -422,7 +422,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$this->view->assign('url', $this->view->url(array(
|
||||
'controller' => 'fichier',
|
||||
'action' => 'greffe',
|
||||
), null, true).'/'.$file);
|
||||
), 'default', true).'/'.$file);
|
||||
} else {
|
||||
$this->view->assign('msg', "Impossible de distribuer le fichier.");
|
||||
}
|
||||
@ -552,7 +552,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$this->view->assign('url', $this->view->url(array(
|
||||
'controller' => 'fichier',
|
||||
'action' => 'greffe',
|
||||
), null, true).'/'.$file);
|
||||
), 'default', true).'/'.$file);
|
||||
} else {
|
||||
$this->view->assign('msg', "Impossible de distribuer le fichier.");
|
||||
}
|
||||
@ -709,7 +709,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$mail->setBodyTexte(
|
||||
'COMMANDE DE PRIVILEGES - par email<br/>'.EOL.
|
||||
'Demande pour recevoir ('.$privilegesJ.') pour SIREN : '.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret)).'">'.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret), 'default', true).'">'.
|
||||
$this->siret.'</a><br/>'.EOL.
|
||||
'pour login '.$user->getLogin().'('.$email.')<br/>'.EOL.
|
||||
'Référence : '.$ref
|
||||
@ -766,7 +766,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'controller'=>'pieces',
|
||||
'action'=>'associationacte',
|
||||
'fichier'=> basename($filename),
|
||||
));
|
||||
), 'default', true);
|
||||
$title = 'Télécharger le document correspondant';
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -828,7 +828,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'action'=>'pdfassociation',
|
||||
'type'=>'actes',
|
||||
'fichier'=>$file,
|
||||
));
|
||||
), 'default', true);
|
||||
|
||||
echo '<br/><a href="'.$href.'" target="_blank">Cliquez ici pour ouvrir le fichier</a>';
|
||||
exit;
|
||||
@ -864,7 +864,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
'siren'=> $siren,
|
||||
'dateCloture'=> $item->DateCloture,
|
||||
'reference'=> $item->File,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
$title = 'Télécharger le document correspondant';
|
||||
} else {
|
||||
$href = '#';
|
||||
@ -931,7 +931,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$this->view->assign('url', $this->view->url(array(
|
||||
'controller' => 'fichier',
|
||||
'action' => 'greffe',
|
||||
), null, true).'/'.$file);
|
||||
), 'default', true).'/'.$file);
|
||||
} else {
|
||||
$this->view->assign('msg', "Impossible de distribuer le fichier.");
|
||||
}
|
||||
@ -1050,7 +1050,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$mail->setBodyTexte(
|
||||
'COMMANDE DE PIECES - Demande de kbis par email'.PHP_EOL.
|
||||
'Demande pour recevoir le KBIS de SIREN :'.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret)).'">'.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret), 'default', true).'">'.
|
||||
$this->siret.'</a>'.PHP_EOL.
|
||||
'pour login '.$user->getLogin().'('.$email.')<br/>'.PHP_EOL.
|
||||
'Référence Client : '.$ref.PHP_EOL.
|
||||
@ -1130,7 +1130,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
$mail->setBodyTexte(
|
||||
'COMMANDE DE PIECES - Demande de kbis par courrier'.EOL.
|
||||
'Demande pour recevoir le kbis de SIREN : '.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret)).'">'.
|
||||
'<a href="'.$this->view->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=> $this->siret), 'default', true).'">'.
|
||||
$this->siret.'</a><br/>'.PHP_EOL.
|
||||
'pour login '.$user->getLogin().
|
||||
'('.$email.')'.'<br/>'.PHP_EOL.
|
||||
|
@ -205,6 +205,7 @@ class PrintController extends Zend_Controller_Action
|
||||
}
|
||||
$this->view->assign('controller', $elements['controller']);
|
||||
$this->view->assign('action', $elements['action']);
|
||||
Zend_Registry::get('firebug')->info($elements['params']);
|
||||
$this->view->assign('params', $elements['params']);
|
||||
}
|
||||
|
||||
|
@ -215,7 +215,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
'controller'=>'telechargement',
|
||||
'action'=>'histopdf',
|
||||
'q' => $fichier,
|
||||
'host' => base64_encode($host))
|
||||
'host' => base64_encode($host)), 'default', true
|
||||
),
|
||||
);
|
||||
}
|
||||
@ -584,7 +584,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
$params[$key] = str_replace('/', ' ', $params[$key]);
|
||||
}
|
||||
|
||||
$criteresLien = $this->view->url($params, null, true);
|
||||
$criteresLien = $this->view->url($params, 'default', true);
|
||||
|
||||
$liste = array();
|
||||
if (count($etabs)>0) {
|
||||
@ -642,7 +642,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
'action'=>'fiche',
|
||||
'id' => $etab->id,
|
||||
'siret' => $etab->Siren,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
|
||||
if ( $user->checkPerm('IDENTITE') ) {
|
||||
$infoEtab.= ' <a title="Voir la fiche d\'identité du siège de cette entreprise"'.
|
||||
@ -736,13 +736,13 @@ class RechercheController extends Zend_Controller_Action
|
||||
'controller'=>'pieces',
|
||||
'action'=>'bilans',
|
||||
'siret'=>$etab->Siren.$etab->Nic,
|
||||
'id'=>$etab->id), null, true),
|
||||
'id'=>$etab->id), 'default', true),
|
||||
);
|
||||
$liens[] = array(
|
||||
'title' => 'Actes et status',
|
||||
'href' => $this->view->url(array(
|
||||
'controller'=>'pieces', 'action'=>'actes',
|
||||
'siret'=>$etab->Siren.$etab->Nic, 'id'=>$etab->id), null, true),
|
||||
'siret'=>$etab->Siren.$etab->Nic, 'id'=>$etab->id), 'default', true),
|
||||
);
|
||||
}
|
||||
|
||||
@ -751,7 +751,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
'title' => 'Fiche AGS',
|
||||
'href' => $this->view->url(array(
|
||||
'controller'=>'identite', 'action'=>'fichepc',
|
||||
'siret'=>$etab->Siren.$etab->Nic, 'id'=>$etab->id), null, true),
|
||||
'siret'=>$etab->Siren.$etab->Nic, 'id'=>$etab->id), 'default', true),
|
||||
);
|
||||
}
|
||||
if (count($liens)>0) {
|
||||
@ -780,7 +780,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
'action' => 'liste',
|
||||
'type' => 'ent',
|
||||
'raisonSociale' => trim($criteres['dirNom'].' '.$criteres['dirPrenom'])
|
||||
), null, true));
|
||||
), 'default', true));
|
||||
} else {
|
||||
$this->view->assign('blockDirToEntreprise', false);
|
||||
}
|
||||
@ -1018,7 +1018,7 @@ class RechercheController extends Zend_Controller_Action
|
||||
'action'=>'fiche',
|
||||
'id' => $etab->id,
|
||||
'siret' => $etab->Siren,
|
||||
));
|
||||
), 'default', true);
|
||||
$infoEtab.= ' <a title="Voir la fiche d\'identité du siège de cette entreprise"'.
|
||||
' href="'.$url.'">(Accès siège)</a>';
|
||||
}
|
||||
|
@ -993,7 +993,7 @@ class SaisieController extends Zend_Controller_Action
|
||||
'controller' => 'fichier',
|
||||
'action' => 'pdfassociation',
|
||||
'file' => $name.'.'.$extension,
|
||||
), null , true)."\">Cliquez pour voir le fichier</a>";
|
||||
), 'default', true)."\">Cliquez pour voir le fichier</a>";
|
||||
}
|
||||
|
||||
} else {
|
||||
@ -1845,7 +1845,7 @@ class SaisieController extends Zend_Controller_Action
|
||||
$date = new Zend_Date($params['dateNbActions'], 'dd/MM/yyyy');
|
||||
$dateNbActions = $date->toString('yyyyMMdd');
|
||||
}
|
||||
|
||||
|
||||
if ($params['naissance_dept_pays']=='FRA' && $params['naissance_dept']!='') {
|
||||
$params['naissance_dept_pays'] = $params['naissance_dept'];
|
||||
}
|
||||
@ -2567,7 +2567,9 @@ class SaisieController extends Zend_Controller_Action
|
||||
else {
|
||||
|
||||
$this->view->assign('name', "Définir un Cut-off");
|
||||
$this->view->assign('href', $this->view->url(array('controller'=>'saisie','action'=>'scorecutoff','siren'=>$siren)));
|
||||
$this->view->assign('href', $this->view->url(array(
|
||||
'controller'=>'saisie','action'=>'scorecutoff','siren'=>$siren
|
||||
) , 'default', true));
|
||||
|
||||
}
|
||||
|
||||
|
@ -466,7 +466,7 @@ class UserController extends Zend_Controller_Action
|
||||
$url = 'http://'.$_SERVER['SERVER_NAME'].$this->view->url(array(
|
||||
'controller' => 'user',
|
||||
'action' => 'login',
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
|
||||
$this->view->assign('url', $url);
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
<td class="StyleInfoData" width="320">
|
||||
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<a href="<?=$this->url(array('controller' => 'recherche', 'action' => 'liste', 'type' => 'ent','raisonSociale' => $dir->Societe), null, true)?>"
|
||||
<a href="<?=$this->url(array('controller' => 'recherche', 'action' => 'liste', 'type' => 'ent','raisonSociale' => $dir->Societe), 'default', true)?>"
|
||||
title="<?=$this->translate("Recherche à partir de la dénomination sociale")?>">
|
||||
<?=$dir->Societe?>
|
||||
</a>
|
||||
@ -67,7 +67,7 @@
|
||||
'dirDateNaissMM' => substr($dir->NaissDate,3,2),
|
||||
'dirDateNaissAAAA' => substr($dir->NaissDate,6,4),
|
||||
'dirCpVille' => $dir->NaissVille,
|
||||
), null, true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
), 'default', true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
<?=$dir->Nom.' '.$dir->Prenom?>
|
||||
</a>
|
||||
<?php
|
||||
@ -84,7 +84,7 @@
|
||||
</td>
|
||||
<td class="StyleInfoData" width="100" valign="top">
|
||||
<?php if ($dir->Siren!='') {?>
|
||||
<a title="<?=$this->translate("Consulter la fiche identité")?>" href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$dir->Siren), null, true)?>">
|
||||
<a title="<?=$this->translate("Consulter la fiche identité")?>" href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$dir->Siren), 'default', true)?>">
|
||||
<?=$this->SirenTexte($dir->Siren)?></a>
|
||||
|
||||
<?php if (empty($this->AutrePage) && $this->edition) {?>
|
||||
@ -100,12 +100,12 @@
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php }?>
|
||||
<?php if ($dir->Nom != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
|
||||
'dirType'=>'INDIVIDUAL','dirNom'=>$dir->Nom,'dirPrenom'=>$dir->Prenom),null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
'dirType'=>'INDIVIDUAL','dirNom'=>$dir->Nom,'dirPrenom'=>$dir->Prenom),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php }?>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<h2><?=$this->translate("Liste des dirigeants actifs")?></h2>
|
||||
<div class="paragraph">
|
||||
<?php if ($this->edition) {?>
|
||||
<a class="dialog" title="Ajouter un dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'add','siret'=>$this->siret), null, true)?>">
|
||||
<a class="dialog" title="Ajouter un dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'add','siret'=>$this->siret), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /><?=$this->translate("Ajouter un dirigeant")?></a>
|
||||
<?php }?>
|
||||
<?php if ( count($this->dirigeants)>0 ) {?>
|
||||
@ -49,7 +49,7 @@
|
||||
'action' => 'liste',
|
||||
'type' => 'ent',
|
||||
'raisonSociale' => $dir->Societe
|
||||
), null, true)?>"
|
||||
), 'default', true)?>"
|
||||
title="<?=$this->translate("Recherche à partir de la Dénomination sociale")?>">
|
||||
<?=$dir->Societe?>
|
||||
</a>
|
||||
@ -62,7 +62,7 @@
|
||||
'type' => 'dir',
|
||||
'dirNom' => $dir->Nom,
|
||||
'dirPrenom' => $dir->Prenom,
|
||||
), null, true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
), 'default', true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
<?=$dir->Civilite.' '.$dir->Nom.' '.$dir->Prenom?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
@ -74,11 +74,11 @@
|
||||
$date = new Zend_Date($dir->NaissDate, 'yyyy-MM-dd');
|
||||
$message = $message.' '.$this->translate("le").' '.$date->toString('dd/MM/yyyy');
|
||||
}
|
||||
|
||||
|
||||
if (trim($dir->NaissVille.' '.$dir->NaissDepPays) != '') {
|
||||
$message = $message.' '.$this->translate("à").' '.$dir->NaissVille;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($message!='') {
|
||||
if ($dir->Civilite=='' || $dir->Civilite==null) {
|
||||
$message = $this->translate("né(e)").' '.$message;
|
||||
@ -93,9 +93,9 @@
|
||||
</td>
|
||||
<?php if ($this->edition) {?>
|
||||
<td>
|
||||
<a class="dialog" title="Modifier le dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'edit','siret'=>$this->siret,'id'=>$dir->Id), null, true)?>">
|
||||
<a class="dialog" title="Modifier le dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'edit','siret'=>$this->siret,'id'=>$dir->Id), 'default', true)?>">
|
||||
<img src="/themes/default/images/interfaces/editer.png" /></a>
|
||||
<a class="dialog" title="Supprimer le dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'del','siret'=>$this->siret,'id'=>$dir->Id), null, true)?>">
|
||||
<a class="dialog" title="Supprimer le dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'del','siret'=>$this->siret,'id'=>$dir->Id), 'default', true)?>">
|
||||
<img src="/themes/default/images/interfaces/supprimer.png" /></a>
|
||||
</td>
|
||||
<?php if (empty($this->AutrePage) && $this->accessWorldCheck) {?>
|
||||
@ -103,9 +103,9 @@
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>$this->siren,
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php }?>
|
||||
<?php if ($dir->Nom != '') {
|
||||
<?php if ($dir->Nom != '') {
|
||||
$param = array(
|
||||
'controller'=>'worldcheck',
|
||||
'action'=>'occurence',
|
||||
@ -115,7 +115,7 @@
|
||||
'dirPrenom'=>$dir->Prenom,
|
||||
);
|
||||
?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url($param,null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url($param,'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php }?>
|
||||
|
@ -244,7 +244,7 @@ if($this->commande == true)
|
||||
{
|
||||
?>
|
||||
<p>Votre demande à été prise en compte pour le siren <b><?=$this->siren?></b>.</p>
|
||||
<p><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fichier', 'siret'=>$this->siren), null, true)?>">
|
||||
<p><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fichier', 'siret'=>$this->siren), 'default', true)?>">
|
||||
Retour à la fiche identite
|
||||
</a></p>
|
||||
<?php
|
||||
|
@ -46,7 +46,7 @@
|
||||
<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>
|
||||
<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), null, true)?>"
|
||||
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>
|
||||
<?php }?>
|
||||
|
@ -20,11 +20,11 @@
|
||||
<?php if ($this->nbBilanN > 0 && $this->nbBilanC > 0) { ?>
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array(
|
||||
'controller'=>'finance', 'action'=>'flux',
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'N'), null, true)?>"
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'N'), 'default', true)?>"
|
||||
<?php if ($this->typeBilan == 'N') { echo ' checked'; }?>/><label>Réel normal ou Simplifié</label>
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array(
|
||||
'controller'=>'finance', 'action'=>'flux',
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'C'), null, true)?>"
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'C'), 'default', true)?>"
|
||||
<?php if ($this->typeBilan == 'C') { echo ' checked'; }?>/><label>Consolidé</label>
|
||||
<?php } else if ($this->nbBilanN > 0 && $this->nbBilanC == 0) {?>
|
||||
Réel normal ou Simplifié
|
||||
|
@ -84,7 +84,7 @@
|
||||
'controller'=>'finance',
|
||||
'action'=>'saisiebilan',
|
||||
'siren'=>$this->siren
|
||||
), null, true)?>" title="Envoi du bilan">
|
||||
), 'default', true)?>" title="Envoi du bilan">
|
||||
Vous possèdez un bilan plus récent
|
||||
</a>
|
||||
</td>
|
||||
@ -115,7 +115,7 @@
|
||||
<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>
|
||||
<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), null, true)?>"
|
||||
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>
|
||||
<?php }?>
|
||||
|
@ -72,7 +72,7 @@
|
||||
<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>
|
||||
<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), null, true)?>"
|
||||
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>
|
||||
<?php }?>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<form id="formEnvoiBilan" name="formEnvoiBilan" method="post" action="<?=$this->url(array('controller'=>'finance', 'action'=>'saisiebilan'), null, true)?>">
|
||||
<form id="formEnvoiBilan" name="formEnvoiBilan" method="post" action="<?=$this->url(array('controller'=>'finance', 'action'=>'saisiebilan'), 'default', true)?>">
|
||||
<input type="hidden" name="siren" value="<?=$this->siren?>" />
|
||||
<label>Votre email :</label>
|
||||
<input type="text" name="email" size="40" value="<?=$this->email?>">
|
||||
|
@ -33,7 +33,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subvention reçue de </td>
|
||||
<td><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$this->OrigineSiren), null, true)?>">
|
||||
<td><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$this->OrigineSiren), 'default', true)?>">
|
||||
<?=$this->SirenTexte($this->OrigineSiren)?></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -46,7 +46,7 @@ Versée
|
||||
</td>
|
||||
<td><?=$item->OrigineLib?></td>
|
||||
<td><?=$item->AssoNom?> (<?=$this->SirenTexte($item->AssoSiren)?>)</td>
|
||||
<td><a href="<?=$this->url(array('controller'=>'finance', 'action'=>'subvention', 'subventionId'=>$item->Id, 'siret'=>$this->siret, 'id'=>$this->id), null, true)?>" title="Détail de la subvention">
|
||||
<td><a href="<?=$this->url(array('controller'=>'finance', 'action'=>'subvention', 'subventionId'=>$item->Id, 'siret'=>$this->siret, 'id'=>$this->id), 'default', true)?>" title="Détail de la subvention">
|
||||
<?=$item->Programme?></a></td>
|
||||
<td nowrap><?=number_format($item->Montant, 2, ',', ' ')?> €</td>
|
||||
</tr>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<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>
|
||||
<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), null, true)?>"
|
||||
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>
|
||||
<?php }?>
|
||||
@ -65,7 +65,7 @@ Aucun bilan disponible.
|
||||
<tr>
|
||||
<th align="center">
|
||||
<?php if (count($this->tabRatio)==1){?>
|
||||
<a href="<?=$this->url(array('controller'=>'finance', 'action'=>'synthese', 'siret'=>$this->siret, 'id'=>$this->id), null, true)?>">
|
||||
<a href="<?=$this->url(array('controller'=>'finance', 'action'=>'synthese', 'siret'=>$this->siret, 'id'=>$this->id), 'default', true)?>">
|
||||
<img src="/themes/default/images/finance/char_bar.png" alt="Retour à la page complète" />
|
||||
</a>
|
||||
<?php }?>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<div class="paragraph clearfix">
|
||||
<?php if ($this->all) {?>
|
||||
<?php
|
||||
$url = $this->url(array('controller'=>'identite', 'action'=>'contacts','siret'=>$this->siret), null, true);
|
||||
$url = $this->url(array('controller'=>'identite', 'action'=>'contacts','siret'=>$this->siret), 'default', true);
|
||||
?>
|
||||
<div style="float:left;">
|
||||
<a href="<?=$url?>">Uniquement les contacts de l'établissement</a>
|
||||
@ -31,7 +31,7 @@ $url = $this->url(array('controller'=>'identite', 'action'=>'contacts','siret'=>
|
||||
$url = $this->url(array(
|
||||
'controller'=>'identite', 'action'=>'contacts',
|
||||
'siret'=>$this->siret, 'get'=> 'all'
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
?>
|
||||
<div style="float:left;">
|
||||
<a href="<?=$url?>">Tous les contacts de l'entreprise</a>
|
||||
@ -64,7 +64,7 @@ $('input[name=filtre]').click(function(e){
|
||||
|
||||
<?php if ( $this->edition ) {?>
|
||||
<div style="line-height:16px;">
|
||||
<a class="dialog" title="Ajouter un contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact','mode'=>'add','siret'=>$this->siret), null, true)?>">
|
||||
<a class="dialog" title="Ajouter un contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact','mode'=>'add','siret'=>$this->siret), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /> Ajouter un contact</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
@ -114,8 +114,8 @@ if ($item->deleted) {
|
||||
|
||||
<?php if( $this->edition ) {?>
|
||||
<div style="float:right;">
|
||||
<a class="dialog" title="Modifier le contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact', 'siret'=>$this->siret, 'mode'=>'edit','id'=>$item->id), null, true)?>"><img src="/themes/default/images/interfaces/editer.png" /></a>
|
||||
<a class="dialog" title="Supprimer le contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact', 'siret'=>$this->siret, 'mode'=>'delete','id'=>$item->id), null, true)?>"><img src="/themes/default/images/interfaces/supprimer.png" /></a>
|
||||
<a class="dialog" title="Modifier le contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact', 'siret'=>$this->siret, 'mode'=>'edit','id'=>$item->id), 'default', true)?>"><img src="/themes/default/images/interfaces/editer.png" /></a>
|
||||
<a class="dialog" title="Supprimer le contact" href="<?=$this->url(array('controller'=>'saisie','action'=>'contact', 'siret'=>$this->siret, 'mode'=>'delete','id'=>$item->id), 'default', true)?>"><img src="/themes/default/images/interfaces/supprimer.png" /></a>
|
||||
</div>
|
||||
<?php }?>
|
||||
</td>
|
||||
|
@ -35,7 +35,7 @@
|
||||
'action' => 'etablissements',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
));?>">
|
||||
), 'default', true);?>">
|
||||
<select name="actif">
|
||||
<option value="-1"<?=($this->actif==-1)? ' selected' : '';?>><?=$this->translate("Tous")?></option>
|
||||
<option value="1"<?=($this->actif==1)? ' selected' : '';?>><?=$this->translate("Actif")?></option>
|
||||
@ -68,7 +68,7 @@
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siren.$etab->Nic,
|
||||
'id' => $this->id,
|
||||
));
|
||||
), 'default', true);
|
||||
?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="50" valign="top">
|
||||
|
@ -32,13 +32,13 @@ Liste des événements de l'entreprise. <a href="<?=$this->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'evenements',
|
||||
'siret'=>$this->siret,
|
||||
'nic'=>$this->Nic), null, true)?>">Afficher uniquement les événements de l'établissement.</a>
|
||||
'nic'=>$this->Nic), 'default', true)?>">Afficher uniquement les événements de l'établissement.</a>
|
||||
<?php } else {?>
|
||||
Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
<a href="<?=$this->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'evenements',
|
||||
'siret'=>$this->siret), null, true)?>">Afficher tous les événements de l'entreprise.</a>
|
||||
'siret'=>$this->siret), 'default', true)?>">Afficher tous les événements de l'entreprise.</a>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
@ -57,12 +57,12 @@ Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siren.$even->Nic,
|
||||
'id' => $this->id,
|
||||
)).'">';
|
||||
), 'default', true).'">';
|
||||
$lien2 = '<a title="Voir la fiche d\'identité" href="'.$this->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $even->SiretAss,
|
||||
)).'">';
|
||||
), 'default', true).'">';
|
||||
?>
|
||||
<tr>
|
||||
<td class="StyleInfoLib" width="80" valign="top">
|
||||
|
@ -76,7 +76,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
||||
'dirSocEnseigneLong'=>$this->infos->EnseigneLong,
|
||||
'dirType' =>'ORGANISATION',
|
||||
'siren'=>substr($this->siret, 0, 9)
|
||||
), null, true)?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
), 'default', true)?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
</div>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
@ -144,7 +144,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
|
||||
<?=$this->action('news', 'identite');?>
|
||||
|
||||
<div class="paragraph" style="clear:both;">
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'corporama', 'siret'=>$this->siret), null, true)?>" title="Toute la puissance des réseaux sociaux professionnels pour identifier rapidement un interlocuteur et accéder à ses coordonnées">
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'corporama', 'siret'=>$this->siret), 'default', true)?>" title="Toute la puissance des réseaux sociaux professionnels pour identifier rapidement un interlocuteur et accéder à ses coordonnées">
|
||||
Actualités de la société <?=$this->raisonSociale?> sur le Web</a>
|
||||
</div>
|
||||
|
||||
|
@ -86,7 +86,7 @@ span.title { float:right; margin:0 10px; }
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="2" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array('controller'=>'pieces', 'action'=>'actes', 'siret'=>$this->siret))?>">
|
||||
<a href="<?=$this->url(array('controller'=>'pieces', 'action'=>'actes', 'siret'=>$this->siret), 'default', true)?>">
|
||||
Information à vérifier dans les derniers statuts</a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -178,7 +178,7 @@ span.title { float:right; margin:0 10px; }
|
||||
'action' => 'competences',
|
||||
'siret' => $this->infos->Identite->Siret,
|
||||
'type' => 'tri',
|
||||
))?>"><?=$this->infos->Identite->TribunalLib?></a></td>
|
||||
), 'default', true)?>"><?=$this->infos->Identite->TribunalLib?></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<br/>Commune non découpée en Iris
|
||||
<?php } else {?>
|
||||
<br/>Code : <?=$codComIris?> <?=$InfosIris->codIris?>
|
||||
<br/>Libellé : <a title="Consulter le plan d'assemblage de la commune" href="<?=$this->url(array('controller'=>'identite', 'action'=>'iris', 'code'=>$codComIris), null, true)?>" target="_blank"><?=$InfosIris->libIris?></a>
|
||||
<br/>Libellé : <a title="Consulter le plan d'assemblage de la commune" href="<?=$this->url(array('controller'=>'identite', 'action'=>'iris', 'code'=>$codComIris), 'default', true)?>" target="_blank"><?=$InfosIris->libIris?></a>
|
||||
<img title="<?=$InfosIris->typIris?>" style="vertical-align:middle;" src="/themes/default/images/info.gif">
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
@ -7,7 +7,7 @@ $class = ($key<$limit)?'first':'all';?>
|
||||
<div class="<?=$class?>" id="<?=$key ?>">
|
||||
<a target="_blank" href="/fichier/groupes/<?=$doc->url?>" id="<?=$doc->date?>" class="lienDocDate"><?=$doc->label?></a>
|
||||
<?php if ($this->edition) {?>
|
||||
<a class="dialog" title="Supprimer le document" href="<?=$this->url(array('controller'=>'saisie','action'=>'liendoc','mode'=>'delete','id'=>$doc->id), null, true)?>">
|
||||
<a class="dialog" title="Supprimer le document" href="<?=$this->url(array('controller'=>'saisie','action'=>'liendoc','mode'=>'delete','id'=>$doc->id), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/supprimer.png" />
|
||||
</a>
|
||||
<?php }?>
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
<?php if($this->edition) { ?>
|
||||
<br/>
|
||||
<a class="dialogFiche" title="Edition fiche" href="<?=$this->url(array('controller'=>'saisie', 'action'=>'lienfiche', 'idFiche'=>$this->idFiche),null,true)?>">
|
||||
<a class="dialogFiche" title="Edition fiche" href="<?=$this->url(array('controller'=>'saisie', 'action'=>'lienfiche', 'idFiche'=>$this->idFiche),'default',true)?>">
|
||||
Editer la fiche</a>
|
||||
<script>
|
||||
$('a.dialogFiche').on('click', function(e){
|
||||
@ -116,7 +116,7 @@ else
|
||||
'dirDateNaissAAAA'=>$date?$date->get('YYYY'):''
|
||||
);
|
||||
?>
|
||||
<br/><a href="<?=$this->url($param,null,true);?>">Lancer une recherche dirigeant</a>
|
||||
<br/><a href="<?=$this->url($param,'default',true);?>">Lancer une recherche dirigeant</a>
|
||||
<?php } ?>
|
||||
|
||||
<?php }?>
|
@ -112,7 +112,7 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"></td>
|
||||
<td width="350" class="StyleInfoLib">
|
||||
<?php
|
||||
<?php
|
||||
$date = new Zend_Date($this->naissanceDate, 'YYYY-MM-dd');
|
||||
$param = array(
|
||||
'controller'=>'recherche',
|
||||
@ -123,7 +123,7 @@
|
||||
'dirDateNaissMM' =>$date?$date->get('MM'):'',
|
||||
'dirDateNaissAAAA' =>$date?$date->get('YYYY'):''
|
||||
); ?>
|
||||
<a href="<?=$this->url($param,null,true);?>">Lancer une recherche dirigeant</a>
|
||||
<a href="<?=$this->url($param,'default',true);?>">Lancer une recherche dirigeant</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
@ -215,7 +215,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $lien->siren
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
echo 'Siren <a href="'.$href.'">'.$this->SirenTexte($lien->siren).'</a>';
|
||||
}
|
||||
else ' ';
|
||||
@ -289,7 +289,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $lien->siren
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
echo 'Siren <a href="'.$href.'">'.$this->SirenTexte($lien->siren).'</a>';
|
||||
}?>
|
||||
<?php if (empty($this->AutrePage) && $this->edition && intval($lien->siren)!=0) {?>
|
||||
|
@ -7,11 +7,11 @@
|
||||
<div>
|
||||
<a class="street-heading" href="<?=$this->url(array(
|
||||
'controller'=>'identite','action'=>'streetview', 'siret'=> $this->siret,
|
||||
'lat'=>$this->lat, 'lon'=>$this->lon, 'heading'=>$this->pagePrec), null, true)?>"><</a>
|
||||
'lat'=>$this->lat, 'lon'=>$this->lon, 'heading'=>$this->pagePrec), 'default', true)?>"><</a>
|
||||
-
|
||||
<a class="street-heading" href="<?=$this->url(array(
|
||||
'controller'=>'identite', 'action'=>'streetview', 'siret'=> $this->siret,
|
||||
'lat'=>$this->lat, 'lon'=>$this->lon, 'heading'=>$this->pageSuiv), null, true)?>">></a>
|
||||
'lat'=>$this->lat, 'lon'=>$this->lon, 'heading'=>$this->pageSuiv), 'default', true)?>">></a>
|
||||
</div>
|
||||
<script>
|
||||
$('a.street-heading').click(function(e){
|
||||
|
@ -18,7 +18,7 @@
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
))?>">(Edition)</a>
|
||||
), 'default', true)?>">(Edition)</a>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
@ -99,7 +99,7 @@ if ($this->hasModeEdition){
|
||||
'siret' => $this->siret,
|
||||
'op' => $lienId,
|
||||
'code' => $this->annonce['Code'],
|
||||
'idAnn' => $this->idAnn,), null, true)?>"><?=$lienItem['img']?></a>
|
||||
'idAnn' => $this->idAnn,), 'default', true)?>"><?=$lienItem['img']?></a>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
@ -130,7 +130,7 @@ Télécharger le bulletin officiel</a>
|
||||
<td style="border:1px solid #cccccc;padding:5px;"><?=$entite->raisonSociale?></td>
|
||||
<td style="border:1px solid #cccccc;padding:5px;" width="120">
|
||||
<?php if (intval($entite->siret)>1000) {?>
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'fiche','siret'=>$entite->siret),null,true)?>">
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'fiche','siret'=>$entite->siret), 'default', true)?>">
|
||||
<?=$this->SiretTexte($entite->siret)?></a>
|
||||
<?php }?>
|
||||
|
||||
@ -151,7 +151,7 @@ $href = $this->url(array(
|
||||
'id' => $this->id,
|
||||
'vue' => $this->vue,
|
||||
'page' => $this->PageCurrent,
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
?>
|
||||
<a href="<?=$href?>">Revenir à la liste des annonces</a>
|
||||
<?php }?>
|
||||
|
@ -56,7 +56,7 @@
|
||||
<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']),null,true)?>">
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret, 'idann'=>$item['id']),'default',true)?>">
|
||||
<?=$item['titre']?>
|
||||
</a>
|
||||
</td>
|
||||
|
@ -74,14 +74,14 @@
|
||||
'action' => 'getmarque',
|
||||
'siret' => $this->siret,
|
||||
'numdepot' => $marque->Depot
|
||||
), null, true)?>" title="Voir le détail de l'inscription au BOPI">
|
||||
), 'default', true)?>" title="Voir le détail de l'inscription au BOPI">
|
||||
<img src="/themes/default/images/interfaces/pdf.png" alt="PDF">
|
||||
</a>
|
||||
<div id="document<?=$marque->Depot?>"></div>
|
||||
</td>
|
||||
<td width="400" class="StyleInfoLib">
|
||||
<a href="<?=$this->url(array('controller' => 'juridique', 'action' => 'marques',
|
||||
'siret' => $this->siret, 'idObject' => $marque->Depot ), null, true)?>">
|
||||
'siret' => $this->siret, 'idObject' => $marque->Depot ), 'default', true)?>">
|
||||
<?=$marque->Marques?></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
<p><i>(Il est possible de modifier l'email après le passage de la commande)</i></p>
|
||||
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'acte'),null,true)?>" method="post">
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'acte'),'default',true)?>" method="post">
|
||||
<input type="hidden" name="mode" value="<?=$this->mode?>"/>
|
||||
<input type="hidden" name="siren" value="<?=$this->siren?>"/>
|
||||
<input type="hidden" name="depotNum" value="<?=$this->depotNum?>"/>
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<b><?=$this->msg?></b>
|
||||
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'acte'),null,true)?>" method="post">
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'acte'),'default',true)?>" method="post">
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
<p><i>(Il est possible de modifier l'email après le passage de la commande)</i></p>
|
||||
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'bilan'),null,true)?>" method="post">
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'bilan'),'default',true)?>" method="post">
|
||||
<input type="hidden" name="mode" value="<?=$this->mode?>"/>
|
||||
<input type="hidden" name="siren" value="<?=$this->siren?>"/>
|
||||
<input type="hidden" name="type" value="<?=$this->type?>"/>
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
<b><?=$this->msg?></b>
|
||||
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'bilan'),null,true)?>" method="post">
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'bilan'),'default',true)?>" method="post">
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
|
@ -44,17 +44,17 @@
|
||||
<?php } else {?>
|
||||
|
||||
<a class="dialogcmd" title="<?=$this->translate("Visualiser/Télécharger le KBIS")?>"
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'T'),null,true)?>">
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'T'),'default',true)?>">
|
||||
<?=$this->translate("Visualiser/Télécharger le KBIS")?></a>
|
||||
<p>Téléchargement immédiat du Kbis auprès du greffe.</p>
|
||||
<p><a class="dialogcmd" title="<?=$this->translate("Recevoir le KBIS par email")?>"
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'M'),null,true)?>">
|
||||
href="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siren'=>$this->siren, 'mode'=>'M'),'default',true)?>">
|
||||
<?=$this->translate("Recevoir le KBIS par email")?></a></p>
|
||||
<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>
|
||||
<?php }?>
|
||||
|
||||
<p><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'),null,true)?>">
|
||||
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>
|
||||
<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>
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
|
||||
<b><?=$this->msg?></b>
|
||||
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'kbis'),null,true)?>" method="post">
|
||||
<form name="commande" action="<?=$this->url(array('controller'=>'pieces','action'=>'kbis'),'default',true)?>" method="post">
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
|
@ -19,7 +19,7 @@
|
||||
</table>
|
||||
|
||||
<?php if ($this->detail) { ?>
|
||||
<a href="<?=$this->url(array('controller'=>'pieces','action'=>'privileges','siret'=>$this->siret), null, true)?>">
|
||||
<a href="<?=$this->url(array('controller'=>'pieces','action'=>'privileges','siret'=>$this->siret), 'default', true)?>">
|
||||
Retour à la Synthese des inscriptions</a><br/>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
@ -7,7 +7,7 @@ Siren : <?=$this->SirenTexte($this->siren)?>
|
||||
<form name="commande" action="<?=$this->url(array(
|
||||
'controller' => 'pieces',
|
||||
'action' => 'sauvcmd',
|
||||
), null, true)?>" method="post">
|
||||
), 'default', true)?>" method="post">
|
||||
<input type="hidden" name="vue" value="<?=$this->vue?>"/>
|
||||
<input type="hidden" name="idCommande" value="<?=$this->idCommande?>"/>
|
||||
<input type="hidden" name="siret" value="<?=$this->siren?>"/>
|
||||
|
@ -15,7 +15,7 @@ ol li { margin-bottom:10px; }
|
||||
<?php if ( $this->nbReponses==0) { ?>
|
||||
<p class="StyleInfoLib">
|
||||
Pas de résultat affiché avec le(s) critère(s)
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), null, true)?>">
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), 'default', true)?>">
|
||||
<?=$this->strCriteres?></a>
|
||||
</p>
|
||||
<?php } else { ?>
|
||||
@ -97,7 +97,7 @@ if ( $this->nbReponses==0)
|
||||
?>
|
||||
<p class="StyleInfoLib">
|
||||
Pas de résultat affiché avec le(s) critère(s)
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), null, true)?>">
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), 'default', true)?>">
|
||||
<?=$this->strCriteres?></a>
|
||||
</p>
|
||||
<?php
|
||||
@ -108,7 +108,7 @@ else
|
||||
?>
|
||||
<div class="blockh2">
|
||||
<p class="StyleInfoLib">Critères de recherche
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce', null, true))?>">
|
||||
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce', 'default', true))?>">
|
||||
<?=$this->strCriteres?></a></p>
|
||||
<div id="annonce">
|
||||
<?php
|
||||
|
@ -41,10 +41,10 @@ $('select[name=filtre]').change(function(e){
|
||||
<?php if ($this->IDENTITE) {?>
|
||||
<?php if ($item['source']==7 && !empty($item['sourceId'])) {?>
|
||||
<a title="Voir les liens inter entreprises de cet établissement"
|
||||
href="<?=$this->url(array('controller'=>'identite','action'=>'liens','lienref'=>$item['sourceId']),null,true)?>">
|
||||
href="<?=$this->url(array('controller'=>'identite','action'=>'liens','lienref'=>$item['sourceId']),'default',true)?>">
|
||||
<?php } else {?>
|
||||
<a title="Voir la fiche d'identité de cet établissement"
|
||||
href="<?=$this->url(array('controller'=>'identite','action'=>'fiche','id'=>$item['id'],'siret'=>$item['siret']),null,true)?>">
|
||||
href="<?=$this->url(array('controller'=>'identite','action'=>'fiche','id'=>$item['id'],'siret'=>$item['siret']),'default',true)?>">
|
||||
<?php }?>
|
||||
<?php } else {?>
|
||||
<a title="Vous n'avez pas les permissions nécessaires pour accèder à la fiche identité" href="#">
|
||||
@ -89,7 +89,7 @@ $('select[name=filtre]').change(function(e){
|
||||
<?php if ($this->rechCsv) { ?>
|
||||
<?php foreach ($this->filtres as $k => $filtre) { if ( !empty($filtre['select']) ) break; }?>
|
||||
<p class="StyleInfoLib">
|
||||
<a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'csv', 'filtre'=>$k), null, true)?>" target="_blank">
|
||||
<a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'csv', 'filtre'=>$k), 'default', true)?>" target="_blank">
|
||||
Exporter les résultats de la recherche en CSV.</a>
|
||||
</p>
|
||||
<?php } ?>
|
||||
@ -104,7 +104,7 @@ Effectuer une recherche entreprise avec les paramètres "<a href="<?=$this->sear
|
||||
<?php if ($this->blockInvestig) { ?>
|
||||
<p class="StyleInfoLib">
|
||||
Si aucun résultat ne correspond à votre recherche.
|
||||
<a href="<?=$this->url(array('controller'=>'recherche','action'=>'enquete'), null, true)?>">Cliquez-ici.</a>
|
||||
<a href="<?=$this->url(array('controller'=>'recherche','action'=>'enquete'), 'default', true)?>">Cliquez-ici.</a>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<h3 style="color:#ffffff;font-size:medium;font-weight:bold;"><?=$this->translate("RECHERCHE SURVEILLANCE")?></h3>
|
||||
<form class="recherche" name="refclient" method="post" action="<?=$this->url(array(
|
||||
'controller'=>'recherche', 'action'=>'refclientliste'), null, true)?>">
|
||||
'controller'=>'recherche', 'action'=>'refclientliste'), 'default', true)?>">
|
||||
<input type="hidden" name="type" value="refclient" />
|
||||
<div class="row">
|
||||
<label style="font-size:1.1em;padding: 0.4em 5px 0.4em 0;">Référence client</label>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<div id="recherche-info">
|
||||
<p class="StyleInfoLib">
|
||||
<?=$this->nbReponsesTotal?> réponse<?php if ($this->nbReponsesTotal>1){?>s<?php }?> -
|
||||
<?=$this->nbReponsesTotal?> réponse<?php if ($this->nbReponsesTotal>1){?>s<?php }?> -
|
||||
<?php if ($this->totPage!=1) {?>
|
||||
<?=$this->nbReponses?> résultats affichés.
|
||||
Page <?=$this->curPage.'/'.$this->totPage.'.'?>
|
||||
@ -27,7 +27,7 @@
|
||||
<?php if ( $this->login == $item['login']) { ?>
|
||||
<span style="position:relative;float:right;right:50px;top:20px;">
|
||||
<a class="supprSurveillance" href="<?=$this->url(array(
|
||||
'controller' => 'surveillance',
|
||||
'controller' => 'surveillance',
|
||||
'action' => 'supprimer',
|
||||
'from' => 'recherche',
|
||||
'siret' => $item['siret'],
|
||||
@ -35,8 +35,8 @@
|
||||
'login' => $item['login'],
|
||||
'ref' => $item['ref'],
|
||||
'source' => $item['source'],
|
||||
), null, true)?>" alt="Supprimer la surveillance">
|
||||
<img src="/themes/default/images/interfaces/supprimer.png" width="16px" height="16px"
|
||||
), 'default', true)?>" alt="Supprimer la surveillance">
|
||||
<img src="/themes/default/images/interfaces/supprimer.png" width="16px" height="16px"
|
||||
title="Supprimer la surveillance" style="vertical-align:middle;">
|
||||
Supprimer la surveillance <?=$item['source']?>
|
||||
</a>
|
||||
|
@ -37,7 +37,7 @@ $('#dialogsurv').dialog({ buttons: [ {
|
||||
|
||||
<form id="frmSurv" name="frmSurv" action="<?=$this->url(array(
|
||||
'controller' => 'surveillance',
|
||||
'action' => 'set'), null, true)?>" method="post">
|
||||
'action' => 'set'), 'default', true)?>" method="post">
|
||||
|
||||
<input name="siret" type="hidden" value="<?=$this->siret?>"/>
|
||||
|
||||
|
@ -133,7 +133,7 @@ par
|
||||
'action' => 'ajouter',
|
||||
'siret' => $item['siren'].$item['nic'],
|
||||
'source' => $surveillance['source'],
|
||||
), null, true)?>" title="Ajouter la surveillance <?=$surveillance['source']?>">
|
||||
), 'default', true)?>" title="Ajouter la surveillance <?=$surveillance['source']?>">
|
||||
<img src="/themes/default/images/interfaces/ajouter.png"/>
|
||||
</a>
|
||||
<a class="dialogsurv" href="<?=$this->url(array(
|
||||
@ -143,7 +143,7 @@ par
|
||||
'ref' => $surveillance['ref'],
|
||||
'email' => $surveillance['email'],
|
||||
'source' => $surveillance['source']
|
||||
), null , true)?>" title="Editer la surveillance <?=$source?>">
|
||||
), 'default' , true)?>" title="Editer la surveillance <?=$source?>">
|
||||
<img src="/themes/default/images/interfaces/editer.png"/>
|
||||
</a>
|
||||
<a href="<?=$this->url(array(
|
||||
@ -245,7 +245,7 @@ function submitTri() {
|
||||
'controller'=>'surveillance' ,
|
||||
'action'=>'liste',
|
||||
'q' => $this->q,
|
||||
), null, true)?>/source/'+source+'/tri/'+tri+'/triMode/'+triMode;
|
||||
), 'default', true)?>/source/'+source+'/tri/'+tri+'/triMode/'+triMode;
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
@ -156,7 +156,7 @@ function submitTri() {
|
||||
'siren' => $this->siren,
|
||||
'ref' => $this->ref,
|
||||
'rs' => $this->rs,
|
||||
), null, true)?>/tri/'+tri;
|
||||
), 'default', true)?>/tri/'+tri;
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
|
@ -28,7 +28,7 @@ $('#dialog').dialog({ buttons: [
|
||||
|
||||
<p>Email principal associé au compte utilisateur</p>
|
||||
|
||||
<form name="email" action="<?=$this->url(array('controller'=>'user', 'action'=>'email'), null, true)?>" method="post">
|
||||
<form name="email" action="<?=$this->url(array('controller'=>'user', 'action'=>'email'), 'default', true)?>" method="post">
|
||||
|
||||
<label>Adresse Email principal :</label><br/>
|
||||
<input type="text" size="50" maxlength="80" name="q" value="<?=$this->email?>"/>
|
||||
|
@ -9,7 +9,7 @@ $('#dialog').dialog({ buttons: [
|
||||
|
||||
<?php } elseif( $this->mode == 'add' ) {?>
|
||||
|
||||
<form name="email" action="<?=$this->url(array('controller'=>'user', 'action'=>'emailsecondary'), null, true)?>">
|
||||
<form name="email" action="<?=$this->url(array('controller'=>'user', 'action'=>'emailsecondary'), 'default', true)?>">
|
||||
<label>Saisisez l'email à ajouter : </label><br/>
|
||||
<input type="text" size="50" maxlength="80" name="email" value=""/>
|
||||
<input type="hidden" name="login" value="<?=$this->login?>">
|
||||
@ -36,7 +36,7 @@ $('#dialog').dialog({ buttons: [
|
||||
<?php foreach ($this->emails as $email) {?>
|
||||
<li><?=$email->value?> (<a class="email-delete" href="<?=$this->url(array(
|
||||
'controller'=>'user', 'action'=>'emailsecondary', 'login'=>$this->login,
|
||||
'id'=>$email->id, 'email'=>$email->value, 'mode'=>'del'), null, true)?>">supprimer</a>)
|
||||
'id'=>$email->id, 'email'=>$email->value, 'mode'=>'del'), 'default', true)?>">supprimer</a>)
|
||||
</li>
|
||||
<?php }?>
|
||||
</ul>
|
||||
@ -47,7 +47,7 @@ $('#dialog').dialog({ buttons: [
|
||||
<script>
|
||||
$('#dialog').dialog({ buttons: [
|
||||
{ text: "Associer une nouvelle adresse email", click: function() {
|
||||
$.post('<?=$this->url(array('controller'=>'user', 'action'=>'emailsecondary', 'mode'=> 'add', 'login' => $this->login), null, true)?>', function(data) {
|
||||
$.post('<?=$this->url(array('controller'=>'user', 'action'=>'emailsecondary', 'mode'=> 'add', 'login' => $this->login), 'default', true)?>', function(data) {
|
||||
$('#dialog').html(data);
|
||||
});
|
||||
} },
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php if ( $this->dialog ) {?>
|
||||
|
||||
<form action="<?=$this->url(array('controller'=>'user', 'action'=>'emailsurveillance'), null, true)?>" method="post">
|
||||
<form action="<?=$this->url(array('controller'=>'user', 'action'=>'emailsurveillance'), 'default', true)?>" method="post">
|
||||
<input type="hidden" name="login" value="<?=$this->login?>"/>
|
||||
<label>Email : </label><input type="text" name="email" value="<?=$this->email?>"/>
|
||||
</form>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<div class="container">
|
||||
|
||||
<form class="form-signin" method="post" action="<?=$this->url(array('controller'=>'user', 'action'=>'login'),null, true)?>">
|
||||
<form class="form-signin" method="post" action="<?=$this->url(array('controller'=>'user', 'action'=>'login'), 'default', true)?>">
|
||||
|
||||
<h2 class="form-signin-heading">Extranet <small>Scores & Décisions</small></h2>
|
||||
<div style="text-align:center;"><p class="text-danger"><span><?=$this->message?></span></p></div>
|
||||
|
@ -40,7 +40,7 @@ foreach ($this->paginator as $entityId=>$shortData)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong><a href="<?=$this->url(array('controller'=>'worldcheck', 'action'=>'matchcontent', 'matchIdentifier'=>$this->allMatches[$entityId], 'nameType'=>$this->param->dirType), null, true)?>"><?= $shortData->lastName.' '.$shortData->givenName;?></a></strong><br/>
|
||||
<strong><a href="<?=$this->url(array('controller'=>'worldcheck', 'action'=>'matchcontent', 'matchIdentifier'=>$this->allMatches[$entityId], 'nameType'=>$this->param->dirType), 'default', true)?>"><?= $shortData->lastName.' '.$shortData->givenName;?></a></strong><br/>
|
||||
<table>
|
||||
<?php if (isset($shortData->description) && $shortData->description!='') {?>
|
||||
<tr>
|
||||
|
@ -47,7 +47,7 @@ if (strtolower($this->nameType)=='individual')
|
||||
);
|
||||
}
|
||||
?>
|
||||
<div style="float:right;"><a style="color:white;" href="<?=$this->url($param, null, true)?>"> Search in Extranet </a></div>
|
||||
<div style="float:right;"><a style="color:white;" href="<?=$this->url($param, 'default', true)?>"> Search in Extranet </a></div>
|
||||
</h2>
|
||||
<div class="paragraph">
|
||||
<table cellpadding=3>
|
||||
@ -166,7 +166,7 @@ $wcOrganigramme = array(
|
||||
'action' => 'organigramme',
|
||||
'entityid' => $content->entityId);
|
||||
?>
|
||||
<div class="paragraph"><a class="organigramme" title="Organigramme des associés" href="<?=$this->url($wcOrganigramme, null, true);?>">Organigramme des associés</a></div>
|
||||
<div class="paragraph"><a class="organigramme" title="Organigramme des associés" href="<?=$this->url($wcOrganigramme, 'default', true);?>">Organigramme des associés</a></div>
|
||||
<script>
|
||||
$( "a.organigramme" ).on('click', function(e){
|
||||
e.preventDefault();
|
||||
@ -189,7 +189,7 @@ $( "a.organigramme" ).on('click', function(e){
|
||||
return false;
|
||||
});
|
||||
</script>
|
||||
<?php
|
||||
<?php
|
||||
foreach($content->associates->associate as $associate)
|
||||
{ ?>
|
||||
<h2>
|
||||
@ -233,7 +233,7 @@ if ($associate->associatetype=='ASSOCIATE')
|
||||
Associate: <?=$associate->targetEntity->names->name[0]->fullName;?>
|
||||
<?php $id='/dirType/'.$dirType.'/'.$dirName.'/'.$associate->targetEntity->names->name[0]->lastName.'/dirPrenom/'.$associate->targetEntity->names->name[0]->givenName;?>
|
||||
<div style='float:right;'><img class="wcheck" id="<?=$id;?>" style="cursor:pointer;" src='/themes/default/images/worldcheck/wc-blanc.png'/></div>
|
||||
<div style='float:right;'><a style="color:white;" href="<?=$this->url($param, null, true)?>"> Search in Extranet </a></div>
|
||||
<div style='float:right;'><a style="color:white;" href="<?=$this->url($param, 'default', true)?>"> Search in Extranet </a></div>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
$(this).qtip({
|
||||
|
@ -26,9 +26,9 @@ foreach ($param as $key =>$val) {
|
||||
}
|
||||
?>
|
||||
<p>
|
||||
<a href="<?=$this->url($param, null, true)?>">Rechercher dans WorldCheck</a>
|
||||
<a href="<?=$this->url($param, 'default', true)?>">Rechercher dans WorldCheck</a>
|
||||
</p>
|
||||
<?php
|
||||
<?php
|
||||
if ($this->data->Societe!=''){
|
||||
$alternativeParams = array(
|
||||
'controller'=>'worldcheck',
|
||||
@ -41,10 +41,10 @@ if ($this->data->Societe!=''){
|
||||
foreach ($this->data->Soc as $key=>$value) {
|
||||
$alternativeParams['dirSociete'] = $value;
|
||||
$key = substr(preg_replace("/([A-Z])/",' \\1',$key),1);
|
||||
?><?=$key.': '?><a href="<?=$this->url($alternativeParams, null, true)?>"> <?=$value;?></a><br/>
|
||||
?><?=$key.': '?><a href="<?=$this->url($alternativeParams, 'default', true)?>"> <?=$value;?></a><br/>
|
||||
<?php }?>
|
||||
|
||||
<?php
|
||||
<?php
|
||||
if ($this->data->Soc->NomLong!=''){
|
||||
$keyWord = explode(' ', $this->data->Soc->NomLong);
|
||||
} else {
|
||||
@ -63,7 +63,7 @@ foreach ($keyWord as $value) {
|
||||
if (strlen($value)>3 && $i==0){
|
||||
$alternativeParams['dirSociete'] = $value;
|
||||
?>
|
||||
<li><a href="<?=$this->url($alternativeParams, null, true)?>"> <?=ucfirst(strtolower($value));?></a></li>
|
||||
<li><a href="<?=$this->url($alternativeParams, 'default', true)?>"> <?=ucfirst(strtolower($value));?></a></li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
@ -61,9 +61,9 @@ if (strtolower($data['nameType'])=='individual')
|
||||
);
|
||||
}
|
||||
?>
|
||||
<a href="<?=$this->url($paramExtranet, null, true)?>">Search more in Extranet</a>
|
||||
<a href="<?=$this->url($paramExtranet, 'default', true)?>">Search more in Extranet</a>
|
||||
<br/>
|
||||
<?php
|
||||
<?php
|
||||
$paramWorldcheck = array(
|
||||
'controller'=>'worldcheck',
|
||||
'action'=>'index',
|
||||
@ -72,7 +72,7 @@ $paramWorldcheck = array(
|
||||
'dirType'=>$data['nameType']
|
||||
);
|
||||
?>
|
||||
<a href="<?=$this->url($paramWorldcheck, null, true)?>">Search more in WorldCheck</a>
|
||||
<a href="<?=$this->url($paramWorldcheck, 'default', true)?>">Search more in WorldCheck</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -62,7 +62,7 @@ class Annonces
|
||||
'action' => 'competences',
|
||||
'type' => 'tri',
|
||||
'siret' => $session->getSiret(),
|
||||
), null, true);
|
||||
), 'default', true);
|
||||
$libelle = 'Source BODACC n°'.$ann->BodaccNum.' '.
|
||||
substr($ann->BodaccCode,-1).
|
||||
' du '.$this->dateAnnonce($ann->DateParution).
|
||||
|
@ -63,7 +63,7 @@ class IdentiteEntreprise
|
||||
$this->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->identite->SiretSiege)).'">'.
|
||||
'siret' => $this->identite->SiretSiege), 'default', true).'">'.
|
||||
substr($this->identite->SiretSiege,0,3).' '.
|
||||
substr($this->identite->SiretSiege,3,3).' '.
|
||||
substr($this->identite->SiretSiege,6,3).' '.
|
||||
@ -102,7 +102,7 @@ class IdentiteEntreprise
|
||||
'controller' => 'finance',
|
||||
'action' => 'bourse',
|
||||
'id' => $this->identite->id,
|
||||
'siret' => $this->identite->Siret)).
|
||||
'siret' => $this->identite->Siret), 'default', true).
|
||||
'" title="Voir les informations boursiéres">'.
|
||||
$this->identite->Isin.'</a>';
|
||||
}
|
||||
@ -200,7 +200,7 @@ class IdentiteEntreprise
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->identite->SiretSiege
|
||||
));
|
||||
), 'default', true);
|
||||
$lib.= '<br/><a title="Voir la fiche d\'identité du siège de l\'entreprise" href="'.$href.'">Accès à la fiche du siège</a>';
|
||||
}
|
||||
return $lib;
|
||||
@ -274,7 +274,7 @@ class IdentiteEntreprise
|
||||
$href = '<a href="'.$this->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $pre->siren.$pre->nic), null, true).'">'.
|
||||
'siret' => $pre->siren.$pre->nic), 'default', true).'">'.
|
||||
substr($pre->siren,0,3).' '.substr($pre->siren,3,3).' '.
|
||||
substr($pre->siren,6,3).' '.$pre->nic.'</a>';
|
||||
$title.= " la précédente adresse de cet établissement était ".$adresse."(".$href.")";
|
||||
@ -299,7 +299,7 @@ class IdentiteEntreprise
|
||||
$href = '<a href="'.$this->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $suc->siren.$suc->nic), null, true).'">'.
|
||||
'siret' => $suc->siren.$suc->nic), 'default', true).'">'.
|
||||
substr($suc->siren,0,3).' '.substr($suc->siren,3,3).' '.
|
||||
substr($suc->siren,6,3).' '.$suc->nic.'</a>';
|
||||
$title.= " à l'adresse ".$adresse."(".$href.")";
|
||||
@ -385,7 +385,7 @@ class IdentiteEntreprise
|
||||
'controller'=>'juridique',
|
||||
'action'=>'annonces',
|
||||
'siret'=>$this->identite->Siret,
|
||||
'id'=>$this->identite->id)).'">'.
|
||||
'id'=>$this->identite->id), 'default', true).'">'.
|
||||
'<font color="blue"><b>Plan en cours</b></font>'.
|
||||
'</a>';
|
||||
} elseif ($this->identite->SituationJuridique=='P') {
|
||||
@ -393,7 +393,7 @@ class IdentiteEntreprise
|
||||
'controller'=>'juridique',
|
||||
'action'=>'annonces',
|
||||
'siret'=>$this->identite->Siret,
|
||||
'id'=>$this->identite->id)).'">'.
|
||||
'id'=>$this->identite->id), 'default', true).'">'.
|
||||
'<font color="red"><b>En procédure collective</b></font>'.
|
||||
'</a>';
|
||||
if($dateRad!=''){ $data.= '<br/>Radié du RCS le '.$dateRad; }
|
||||
@ -418,7 +418,7 @@ class IdentiteEntreprise
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->identite->Siret,
|
||||
'id' => $this->identite->id,
|
||||
));
|
||||
), 'default', true);
|
||||
$data.= ' <a href="'.$href.'">(Edition)</a>';
|
||||
}
|
||||
return $data;
|
||||
@ -438,7 +438,7 @@ class IdentiteEntreprise
|
||||
$data.= '<a href="'.$this->view->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'fiche',
|
||||
'siret'=>$doublon->siren)).'">'.
|
||||
'siret'=>$doublon->siren), 'default', true).'">'.
|
||||
substr($doublon->siren,0,3).' '.substr($doublon->siren,3,3).
|
||||
' '.substr($doublon->siren,6,3).'</a> ('.$typeLib[$doublon->type].')';
|
||||
}
|
||||
@ -611,7 +611,7 @@ class IdentiteEntreprise
|
||||
'numero' => $this->identite->AdresseNum,
|
||||
'voie' => $voie,
|
||||
'cpVille' => $this->identite->CP.' '.$this->identite->Ville,
|
||||
));
|
||||
), 'default', true);
|
||||
|
||||
$data.= '<a href="'.$url.'" title="Rechercher à partir de cette adresse">';
|
||||
$data.= '<span>'.$this->identite->Adresse.'</span>';
|
||||
@ -666,7 +666,7 @@ class IdentiteEntreprise
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $ent->siren,
|
||||
));
|
||||
), 'default', true);
|
||||
$data.= $ent->nom.' (<a href="'.$href.'">'.$ent->siren.'</a>)';
|
||||
$data.= '<br/>';
|
||||
}
|
||||
@ -743,7 +743,7 @@ class IdentiteEntreprise
|
||||
'controller'=>'identite',
|
||||
'action'=>'contacts',
|
||||
'siret'=>$this->identite->Siret,
|
||||
'id'=>$this->identite->id), null, true).
|
||||
'id'=>$this->identite->id), 'default', true).
|
||||
'"/>Plus de contacts</a>';
|
||||
|
||||
$data.= ' - <a title="Rechercher le numéro de téléphone dans l\'annuaire" target="_blank" href="http://local.search.ke.voila.fr/S/searchproxi?act=&nom='.$libNom.
|
||||
@ -947,7 +947,7 @@ class IdentiteEntreprise
|
||||
'action' => 'etablissements',
|
||||
'siret' => $this->identite->Siret,
|
||||
'id' => $this->identite->id,
|
||||
)).'">'.number_format(intval($this->identite->NbEtab),null,null,' ').'</a>';
|
||||
), 'default', true).'">'.number_format(intval($this->identite->NbEtab),null,null,' ').'</a>';
|
||||
|
||||
if (intval($this->identite->NbEtab)>1) {
|
||||
$data.= ' <a title="Voir la liste des établissements" href="'.
|
||||
@ -956,7 +956,7 @@ class IdentiteEntreprise
|
||||
'action' => 'etablissements',
|
||||
'siret' => $this->identite->Siret,
|
||||
'id' => $this->identite->id,
|
||||
)).'">(Liste)</a>';
|
||||
), 'default', true).'">(Liste)</a>';
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ class IdentiteProcol
|
||||
'siret' => $this->identite->Siret,
|
||||
'idAnn' => $annonce->id,
|
||||
'vue' => $vue,
|
||||
));
|
||||
), 'default', true);
|
||||
$output.= '<a href="'.$href.'">';
|
||||
$output.= html_entity_decode($annonce->evenements->item[0]->LibEven);
|
||||
$output.= '</a>';
|
||||
|
Loading…
Reference in New Issue
Block a user