2009-06-09 16:25:52 +00:00
|
|
|
|
<script> if (!document.layers){ document.write('<div id="divStayTopLeft" style="position:absolute">'); }</script>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<layer id="divStayTopLeft">
|
2009-07-02 08:14:17 +00:00
|
|
|
|
<div style="float:left" id="my_menu" class="sdmenu">
|
|
|
|
|
<img src="./img/logo_menu.gif" width="200" height="65">
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<span>RECHERCHES</span>
|
|
|
|
|
<a href="/?page=recherche&vue=ent">Rechercher une entreprise</a>
|
|
|
|
|
<a href="/?page=recherche&vue=dir">Rechercher par dirigeant</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-07-02 08:14:17 +00:00
|
|
|
|
if ($_SESSION['tabInfo']['login']=='mricois'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='mheitz'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='jmartory'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='ylenaour'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='fzicaro'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='mcochet'
|
|
|
|
|
|| $_SESSION['tabInfo']['login']=='olecce' ){
|
2009-07-01 09:02:54 +00:00
|
|
|
|
?>
|
2009-04-06 17:05:03 +00:00
|
|
|
|
<a href="/?page=international_recherche">Recherche Internationale</a>
|
2009-07-02 08:14:17 +00:00
|
|
|
|
<?php }
|
|
|
|
|
if (isset($_SESSION['list_pre']) || $_SESSION['list_pre']!=''){ ?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="/?page=recherche&vue=list_pre">Dernière recherche</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-07-02 08:14:17 +00:00
|
|
|
|
}else{?>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<a href="#"><font color="Gray">Dernière recherche</font></a>
|
2009-03-23 10:57:22 +00:00
|
|
|
|
<?php
|
|
|
|
|
}
|
2009-07-01 09:02:54 +00:00
|
|
|
|
if (preg_match('/IPARI/i', $_SESSION['tabInfo']['droits'])) {
|
|
|
|
|
if ($siret*1<>0) {
|
2009-03-05 17:58:16 +00:00
|
|
|
|
?>
|
2009-05-26 13:09:15 +00:00
|
|
|
|
<a href="<?=IPARI_URL?>?siret=<?=$siret?>" target="_blank">Centrale IparI ©</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-24 08:10:20 +00:00
|
|
|
|
}else{
|
2009-07-01 09:02:54 +00:00
|
|
|
|
?>
|
2009-05-26 13:09:15 +00:00
|
|
|
|
<a href="<?=IPARI_URL?>" target="_blank">Centrale IparI ©</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-24 08:10:20 +00:00
|
|
|
|
}
|
2009-07-01 09:02:54 +00:00
|
|
|
|
}
|
2009-03-24 08:10:20 +00:00
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
|
|
|
|
|
<span>IDENTITE</span>
|
2009-07-02 13:12:50 +00:00
|
|
|
|
<? if ( $siret*1==0 && $idEntreprise*1==0 ) {?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">Fiche d'identité</font></a>
|
|
|
|
|
<? } else { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=identite&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Fiche d'identité</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? }
|
2009-07-09 12:21:23 +00:00
|
|
|
|
if ($siret*1<>0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized']) ) {?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=etablissements&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Liste des établissements</a>
|
|
|
|
|
<a href="/?page=liens&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Liens inter-entreprises</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? } else { ?>
|
|
|
|
|
<a href="#"><font color="Gray">Liste des établissements</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Liens inter-entreprises</font></a>
|
|
|
|
|
<? }
|
|
|
|
|
|
2009-06-01 12:33:37 +00:00
|
|
|
|
if (preg_match('/EVENINSEE/i', $_SESSION['tabInfo']['droits'])) {
|
2009-07-09 12:21:23 +00:00
|
|
|
|
if ($siret*1<>0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized']) ) { ?>
|
2009-06-01 12:33:37 +00:00
|
|
|
|
<a href="/?page=evenements&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Modifications Insee</a>
|
|
|
|
|
<? } else { ?>
|
|
|
|
|
<a href="#"><font color="Gray">Modifications Insee</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
2009-06-01 12:33:37 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2009-03-05 17:58:16 +00:00
|
|
|
|
?>
|
|
|
|
|
<!--Identite approfondie-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
<span>DIRIGEANTS</span>
|
2009-07-09 12:21:23 +00:00
|
|
|
|
<? if ($siret*1<>0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized'])) {?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=dirigeants&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Liste des dirigeants</a>
|
|
|
|
|
<a href="/?page=dirigeants&vue=histo&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Historique des dirigeants</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? } else { ?>
|
|
|
|
|
<a href="#"><font color="Gray">Liste des dirigeants</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Historique des dirigeants</font></a>
|
|
|
|
|
<? } ?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
<span>ELEMENTS FINANCIERS</span>
|
2009-07-09 12:21:23 +00:00
|
|
|
|
<? if ($siret*1<>0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized'])) {?>
|
2009-03-31 12:39:18 +00:00
|
|
|
|
<a href="/?page=synthese&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Synth<EFBFBD>se</a>
|
2009-04-21 07:40:48 +00:00
|
|
|
|
<a href="/?page=bilans&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Bilans, Compte de r<EFBFBD>sultat</a>
|
2009-04-09 07:51:28 +00:00
|
|
|
|
<a href="/?page=ratios&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Ratios</a>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=liasse&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Liasse fiscale</a>
|
|
|
|
|
<a href="/?page=bourse&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Bourse & Cotations</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
|
|
|
|
} else {
|
2009-04-09 07:51:28 +00:00
|
|
|
|
?>
|
2009-03-31 12:39:18 +00:00
|
|
|
|
<a href="#"><font color="Gray">Synth<EFBFBD>se</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Bilans, Compte de r<EFBFBD>sultat</font></a>
|
2009-05-18 15:11:44 +00:00
|
|
|
|
<a href="#"><font color="Gray">Ratios</font></a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">Liasse fiscale</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Bourse & Cotations</font></a>
|
2009-03-31 12:39:18 +00:00
|
|
|
|
<? } ?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
<span>ELEMENTS JURIDIQUES</span>
|
|
|
|
|
<?
|
|
|
|
|
if ($siret*1==0) {
|
2009-06-03 09:57:18 +00:00
|
|
|
|
$source = $_SESSION['tabInfo']['entrep']['Source'];
|
|
|
|
|
$sourceId = $_SESSION['tabInfo']['entrep']['SourceId'];
|
2009-03-05 17:58:16 +00:00
|
|
|
|
|
2009-03-11 07:51:18 +00:00
|
|
|
|
if(!isset($idEntreprise) || $idEntreprise==0){
|
2009-03-05 17:58:16 +00:00
|
|
|
|
?>
|
|
|
|
|
<a href="#"><font color="Gray">Annonces Légales</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-05 17:58:16 +00:00
|
|
|
|
}else{
|
|
|
|
|
?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=annonces&idEntreprise=<?=$idEntreprise?>&idan=<?=$sourceId?>&siret=<?=$siret?>&source=<?=$source?>">Annonces Légales</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-05 17:58:16 +00:00
|
|
|
|
}
|
|
|
|
|
?>
|
2009-07-09 12:21:23 +00:00
|
|
|
|
<? }else if ($siret*1!=0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized'])) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=annonces&siret=<?=$siret?>&source=<?=$source?>&idEntreprise=<?=$idEntreprise?>">Annonces Légales</a>
|
|
|
|
|
<a href="/?page=infosreg&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Information Règlementée</a>
|
|
|
|
|
<a href="/?page=competences&siret=<?=$siret?>&codcom=<?=$tabEntrep['codeCommune']?>&vue=tous&idEntreprise=<?=$idEntreprise?>">Compétences Territoriales</a>
|
|
|
|
|
<a href="/?page=conventions&siret=<?=$siret?>&codcom=<?=$tabEntrep['codeCommune']?>&nafEn=<?=$tabEntrep['nafEn']?>&nafEt=<?=$tabEntrep['nafEt']?>&idEntreprise=<?=$idEntreprise?>">Conventions collectives</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? } else { ?>
|
|
|
|
|
<a href="#"><font color="Gray">Information Règlementée</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Compétences Territoriales</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Conventions collectives</font></a>
|
|
|
|
|
<? }
|
|
|
|
|
|
2009-07-02 09:22:27 +00:00
|
|
|
|
if (preg_match('/MARQUES/i', $_SESSION['tabInfo']['droits'])) {
|
2009-07-09 12:21:23 +00:00
|
|
|
|
if ($siret*1!=0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized'])) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=marques&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Marques déposées</a>
|
2009-07-02 09:22:27 +00:00
|
|
|
|
<? } else { ?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">Marques déposées</font></a>
|
2009-07-02 09:22:27 +00:00
|
|
|
|
<? }
|
|
|
|
|
}
|
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
|
|
|
|
|
<span>EVALUATION</span>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
2009-07-09 12:21:23 +00:00
|
|
|
|
if ($siret*1!=0 && ($_SESSION['tabInfo']['idClient']!=34 || $_SESSION['nowAuthorized'])) {
|
2009-04-28 17:06:13 +00:00
|
|
|
|
?>
|
|
|
|
|
<a href="/?page=indiscore&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">indiScore ©</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
2009-06-01 12:33:37 +00:00
|
|
|
|
if ($_SESSION['tabInfo']['login']=='reunicacsf' || $_SESSION['tabInfo']['login']=='testreunica' || $_SESSION['tabInfo']['login']=='ylenaour' || $_SESSION['tabInfo']['login']=='mheitz' || $_SESSION['tabInfo']['login']=='mricois' || $_SESSION['tabInfo']['login']=='jmartory' ) { ?>
|
2009-04-28 17:06:13 +00:00
|
|
|
|
<a href="#"><font color="Gray">indiScore + ©</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
|
|
|
|
if (preg_match('/scorecsf/i', $_SESSION['tabInfo']['droits'])) {
|
2009-04-28 17:06:13 +00:00
|
|
|
|
?>
|
|
|
|
|
<a href="/?page=scorescf&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">scoring Credit Safe ©</a>
|
|
|
|
|
<? }
|
|
|
|
|
}
|
2009-07-01 09:02:54 +00:00
|
|
|
|
|
2009-07-23 08:50:49 +00:00
|
|
|
|
if (preg_match('/enquetec/i', $_SESSION['tabInfo']['droits'])) {
|
2009-07-01 09:02:54 +00:00
|
|
|
|
?>
|
2009-04-28 17:06:13 +00:00
|
|
|
|
<a href="/?page=enquetec&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Enqu<EFBFBD>te commerciale</a>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
} else { ?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">indiScore ©</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
|
|
|
|
if ($_SESSION['tabInfo']['login']=='reunicacsf' || $_SESSION['tabInfo']['login']=='testreunica' || $_SESSION['tabInfo']['login']=='ylenaour' || $_SESSION['tabInfo']['login']=='mheitz' || $_SESSION['tabInfo']['login']=='mricois' || $_SESSION['tabInfo']['login']=='jmartory' ) {
|
2009-04-28 17:06:13 +00:00
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">indiScore + ©</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?
|
|
|
|
|
if (preg_match('/scorecsf/i', $_SESSION['tabInfo']['droits'])) {
|
2009-04-28 17:06:13 +00:00
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="#"><font color="Gray">scoring Credit Safe ©</font></a>
|
|
|
|
|
<? }
|
|
|
|
|
}
|
2009-07-01 09:02:54 +00:00
|
|
|
|
}
|
2009-04-28 17:06:13 +00:00
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
<span>PIECES OFFICIELLES</span>
|
2009-07-02 08:14:17 +00:00
|
|
|
|
<? if ($siret*1!=0) {
|
2009-07-01 09:02:54 +00:00
|
|
|
|
if (preg_match('/KBIS/i', $_SESSION['tabInfo']['droits'])) {
|
2009-07-02 08:14:17 +00:00
|
|
|
|
?>
|
2009-07-08 13:24:01 +00:00
|
|
|
|
<a href="/?page=kbis2&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">K-Bis</a>
|
2009-07-02 08:14:17 +00:00
|
|
|
|
<?
|
2009-07-01 09:02:54 +00:00
|
|
|
|
}
|
2009-07-02 08:14:17 +00:00
|
|
|
|
?>
|
|
|
|
|
<a href="/?page=greffes&vue=bilans&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Comptes annuels</a>
|
|
|
|
|
<a href="/?page=greffes&vue=actes&siret=<?=$siret?>&idEntreprise=<?=$idEntreprise?>">Actes & Statuts</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? } elseif ($siret==0) {
|
|
|
|
|
$source=$_SESSION['tabInfo']['entrep']['Source'];
|
|
|
|
|
$sourceId=$_SESSION['tabInfo']['entrep']['SourceId'];
|
|
|
|
|
if (preg_match('/KBIS/i', $_SESSION['tabInfo']['droits'])) { ?>
|
|
|
|
|
<a href="#"><font color="Gray">K-Bis</font></a>
|
|
|
|
|
<? } ?>
|
|
|
|
|
<a href="#"><font color="Gray">Comptes annuels</font></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-11 07:51:18 +00:00
|
|
|
|
if(!isset($idEntreprise) || $idEntreprise==0){
|
2009-03-05 17:58:16 +00:00
|
|
|
|
?>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<a href="#"><font color="Gray">Actes & Status</font></a>
|
|
|
|
|
<?php
|
2009-03-05 17:58:16 +00:00
|
|
|
|
}else{
|
|
|
|
|
?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=greffes&vue=actes&idEntreprise=<?=$idEntreprise?>&idan=<?=$sourceId?>&siret=<?=$siret?>&source=<?=$source?>">Actes & Statuts</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-05 17:58:16 +00:00
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<? } else {
|
|
|
|
|
if (preg_match('/KBIS/i', $_SESSION['tabInfo']['droits'])) { ?>
|
2009-07-02 08:14:17 +00:00
|
|
|
|
<a href="#"><font color="Gray">K-Bis</font></a>
|
|
|
|
|
<? } ?>
|
|
|
|
|
<a href="#"><font color="Gray">Comptes annuels</font></a>
|
|
|
|
|
<a href="#"><font color="Gray">Actes & Statuts</font></a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? } ?>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsed">
|
|
|
|
|
<span>OPTIONS</span>
|
|
|
|
|
<? if ($_SESSION['tabInfo']['login']<>'testreunica' && $_SESSION['tabInfo']['login']<>'reunicacsf' && $_SESSION['tabInfo']['login']<>'reunicastats' ) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=moncompte&idEntreprise=<?=$idEntreprise?>&siret=<?=$siret?>">Mes options</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<? }
|
2009-05-25 16:04:25 +00:00
|
|
|
|
|
2009-06-16 14:33:56 +00:00
|
|
|
|
if (preg_match('/SURVLISTE/i', $_SESSION['tabInfo']['droits'])) {
|
2009-05-25 16:04:25 +00:00
|
|
|
|
?>
|
2009-06-04 13:20:41 +00:00
|
|
|
|
<a href="/?page=surveillance&idEntreprise=<?=$idEntreprise?>&siret=<?=$siret?>">Mes surveillances</a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-06-03 09:57:18 +00:00
|
|
|
|
}else{
|
|
|
|
|
?>
|
|
|
|
|
<a href="#"><font color="Gray">Mes surveillances</font></a>
|
2009-05-25 16:04:25 +00:00
|
|
|
|
<?php
|
|
|
|
|
}
|
2009-06-03 09:57:18 +00:00
|
|
|
|
|
2009-07-01 09:02:54 +00:00
|
|
|
|
if ($_SESSION['tabInfo']['profil']=='Administrateur') {
|
|
|
|
|
if ($_SESSION['tabInfo']['login']<>'testreunica' && $_SESSION['tabInfo']['login']<>'reunicacsf' && $_SESSION['tabInfo']['login']<>'reunicastats' ) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=administration&idEntreprise=<?=$idEntreprise?>&siret=<?=$siret?>">Administration</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? }
|
2009-06-01 12:33:37 +00:00
|
|
|
|
if ($_SESSION['tabInfo']['login']=='ylenaour' || $_SESSION['tabInfo']['login']=='mheitz' || $_SESSION['tabInfo']['login']=='jmartory' || $_SESSION['tabInfo']['login']=='reunicastats' ) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=stats&idEntreprise=<?=$idEntreprise?>&siret=<?=$siret?>">Statistiques</a>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<? }
|
|
|
|
|
}
|
|
|
|
|
|
2009-06-16 07:31:27 +00:00
|
|
|
|
if ( substr($_SESSION['tabInfo']['login'],0,6)=='cnasea' || $_SESSION['tabInfo']['idClient']==32) { ?>
|
2009-03-11 07:51:18 +00:00
|
|
|
|
<a href="/?page=survliste&idEntreprise=<?=$idEntreprise?>&siret=<?=$siret?>">Surveillances</a>
|
2009-06-01 12:33:37 +00:00
|
|
|
|
<? } ?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
<a href="/?page=main&action=logout">Se déconnecter</a>
|
|
|
|
|
</div>
|
2009-03-09 14:23:25 +00:00
|
|
|
|
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-06 16:26:26 +00:00
|
|
|
|
//Ajout des param<61>tres optionnelles pour la page recherche (lors de la premi<6D>re recherche)
|
2009-03-06 17:12:26 +00:00
|
|
|
|
if ($page=='recherche'){
|
|
|
|
|
if ($_REQUEST['vue']=='list' ) $_SERVER['QUERY_STRING'] = str_replace('vue=list', 'vue=list_pre', $_SERVER['QUERY_STRING']);
|
2009-03-06 16:26:26 +00:00
|
|
|
|
}
|
|
|
|
|
?>
|
2009-03-09 14:23:25 +00:00
|
|
|
|
<span> </span>
|
|
|
|
|
<center>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-20 14:44:33 +00:00
|
|
|
|
$printUrl = $_SERVER['QUERY_STRING'];
|
|
|
|
|
if ($page=='bilans' && isset($_REQUEST['type']) && $_REQUEST['type']!=''){
|
|
|
|
|
$printUrl.= '&type='.$_REQUEST['type'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
?>
|
2009-05-25 16:04:25 +00:00
|
|
|
|
<a href="/?<?=$printUrl;?>&sortie=prt" title="Impression" target="_blank">
|
2009-03-09 17:57:38 +00:00
|
|
|
|
<img src="./img/exporticones/printer.png"" alt="Impression"/></a>
|
2009-03-06 16:26:26 +00:00
|
|
|
|
<?php
|
|
|
|
|
//Affichage des impressions seulement pour certaines pages
|
2009-06-01 12:33:37 +00:00
|
|
|
|
if ($page=='identite' || $page=='etablissements' || $page=='liens' || $page=='evenements' || $page=='dirigeants' || $page=='synthese' || $page=='bilans' || $page=='liasse' || $page=='bourse' || $page=='annonces'){
|
2009-03-06 16:26:26 +00:00
|
|
|
|
?>
|
2009-05-25 16:04:25 +00:00
|
|
|
|
<a href="./exportpdf.php?<?=$_SERVER['QUERY_STRING'];?>" target="_blank" title="PDF"><img src="./img/exporticones/pdf.png" alt="PDF"></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-05-28 17:10:09 +00:00
|
|
|
|
}
|
|
|
|
|
if ($page=='identite' || $page=='etablissements' || $page=='liens' || $page=='evenements' || $page=='dirigeants'){
|
|
|
|
|
?>
|
2009-05-25 16:04:25 +00:00
|
|
|
|
<a href="./exportcsv.php?<?=$_SERVER['QUERY_STRING'];?>" target="_blank" title="CSV"><img src="./img/exporticones/csv.png" alt="CSV"></a>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-05-28 17:10:09 +00:00
|
|
|
|
}
|
2009-05-29 12:19:00 +00:00
|
|
|
|
if ($page=='identite' || $page=='etablissements' || $page=='liens' || $page=='evenements' || $page=='dirigeants' || $page=='annonces'){
|
2009-05-28 17:10:09 +00:00
|
|
|
|
?>
|
2009-05-25 16:04:25 +00:00
|
|
|
|
<a href="./exportxml.php?<?=$_SERVER['QUERY_STRING'];?>" target="_blank" title="XML"><img src="./img/exporticones/xml.png" alt="XML"></a>
|
|
|
|
|
</center>
|
2009-07-01 09:02:54 +00:00
|
|
|
|
<?php
|
2009-03-06 17:12:26 +00:00
|
|
|
|
}
|
2009-03-06 16:26:26 +00:00
|
|
|
|
?>
|
2009-03-05 17:58:16 +00:00
|
|
|
|
</div>
|
|
|
|
|
</layer>
|
2009-06-09 16:25:52 +00:00
|
|
|
|
<script type="text/javascript" src="./js/menubottom.js"></script>
|