2009-03-03 16:09:27 +00:00
|
|
|
|
<?
|
2009-02-26 17:56:35 +00:00
|
|
|
|
if (!$_SESSION['connected']) die('Erreur 11000 : Not connected');
|
2009-03-04 16:46:29 +00:00
|
|
|
|
|
2009-03-03 16:09:27 +00:00
|
|
|
|
//Affectation de valeur par d<>faut pour arriver sur la page de recherche
|
2009-02-26 17:56:35 +00:00
|
|
|
|
if (!isset($page2)){
|
|
|
|
|
$page2='recherche.php';
|
|
|
|
|
$vueRecherche = 'ent';
|
|
|
|
|
}
|
2009-03-03 16:09:27 +00:00
|
|
|
|
|
2009-03-04 16:46:29 +00:00
|
|
|
|
require_once(realpath(dirname(__FILE__).'/../../includes/siren.php'));
|
2009-02-26 17:16:11 +00:00
|
|
|
|
?>
|
|
|
|
|
<html>
|
2009-02-19 16:28:12 +00:00
|
|
|
|
<head>
|
|
|
|
|
<title>Extranet Scores & Décisions - <?=$title?></title>
|
2009-03-02 14:25:00 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/main.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/menu.css" />
|
2009-02-27 14:49:40 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/infogreffe_base.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/infogreffe.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/jquery.autocomplete.css" />
|
2009-03-03 16:09:27 +00:00
|
|
|
|
<?php
|
|
|
|
|
if($sortie!='prt'){
|
|
|
|
|
?>
|
2009-02-23 11:08:09 +00:00
|
|
|
|
<script type="text/javascript" src="./js/jquery.js"></script>
|
|
|
|
|
<script type="text/javascript" src="./js/jquery.bgiframe.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="./js/jquery.autocomplete.js"></script>
|
2009-03-02 14:25:00 +00:00
|
|
|
|
<script type="text/javascript" src="./js/menu.js"></script>
|
|
|
|
|
<script type="text/javascript" src="./js/dropDownOverlapping.js"></script>
|
2009-03-03 16:09:27 +00:00
|
|
|
|
<script type="text/javascript" src="./js/scripts.js"></script>
|
|
|
|
|
<?php
|
2009-02-19 16:28:12 +00:00
|
|
|
|
}
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
2009-02-19 16:28:12 +00:00
|
|
|
|
</head>
|
2009-03-03 16:09:27 +00:00
|
|
|
|
<?php
|
|
|
|
|
if ($sortie!='prt')
|
2009-02-26 17:56:35 +00:00
|
|
|
|
{
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
|
|
|
|
<body onResize="JSFX_FloatTopDiv()">
|
|
|
|
|
<?php
|
|
|
|
|
} elseif ($sortie=='prt') {
|
|
|
|
|
?>
|
|
|
|
|
<body onLoad="window.print();window.close();">
|
|
|
|
|
<?php
|
2009-03-02 14:25:00 +00:00
|
|
|
|
}
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
|
|
|
|
<center>
|
|
|
|
|
<table border="0" width="800" height="600">
|
|
|
|
|
<tr>
|
|
|
|
|
<?php
|
2009-03-02 14:25:00 +00:00
|
|
|
|
if ($sortie<>'pdf' && $sortie<>'prt') {
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
|
|
|
|
<td width="220" valign="top"><!--<img src="./img/logo_menu.png" width="200" height="65" />--> </td>
|
|
|
|
|
<td width="580"><table id="MainPage" cellSpacing="0" border="0" cellPadding="0" align="left" height="100%"><tr><td valign="top"><?include($page2)?></td></tr></table></td>
|
|
|
|
|
<?php
|
2009-03-02 14:25:00 +00:00
|
|
|
|
} else {
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
|
|
|
|
<td width="800"><table id="MainPage" cellSpacing="0" border="0" cellPadding="0" align="left" height="100%"><tr><td valign="top"><?include($page2)?></td></tr></table></td>
|
|
|
|
|
<?php } ?>
|
2009-02-19 16:28:12 +00:00
|
|
|
|
</tr>
|
|
|
|
|
</table><br/>
|
2009-03-03 16:09:27 +00:00
|
|
|
|
<font size="1" face="Arial, Helvetica, sans-serif">
|
|
|
|
|
© 2006-<?=date('Y')?> Scores & Décisions SAS -
|
|
|
|
|
Tous droits réservés - <a href="<?=SITEINST_URL2?>mentions.htm" target="_blank">Mentions légales</a>
|
|
|
|
|
<?
|
|
|
|
|
if ($sortie!='prt') {
|
2009-03-06 16:20:20 +00:00
|
|
|
|
if ($page='recherche.php'){
|
2009-03-06 16:34:42 +00:00
|
|
|
|
if ($_REQUEST['vue']== 'list' ) $_SERVER['REQUEST_URI'] = str_replace('vue=list', 'vue=list_pre', $_SERVER['REQUEST_URI']);
|
2009-03-06 16:20:20 +00:00
|
|
|
|
}
|
2009-03-03 16:09:27 +00:00
|
|
|
|
?>
|
2009-03-06 16:20:20 +00:00
|
|
|
|
- <a href="<?=$_SERVER['REQUEST_URI']?>&sortie=prt" target="_blank"><img src="./img/icone_print.png"/></a>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
?>
|
2009-02-19 16:28:12 +00:00
|
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
</center>
|
2009-02-27 16:54:04 +00:00
|
|
|
|
<?php
|
2009-03-06 16:20:20 +00:00
|
|
|
|
if ($sortie!='pdf' && $sortie!='prt') {
|
|
|
|
|
require_once('menu.php');
|
|
|
|
|
}
|
2009-02-27 16:54:04 +00:00
|
|
|
|
?>
|
2009-02-19 16:28:12 +00:00
|
|
|
|
</body>
|
2009-02-17 13:14:53 +00:00
|
|
|
|
</html>
|