19 lines
654 B
PHP
19 lines
654 B
PHP
|
<p>
|
||
|
© 2006-<?=date('Y')?> Scores & Décisions SAS -
|
||
|
Tous droits réservés - <a href="http://www.scores-decisions.com/mentions.php" target="_blank">Mentions légales</a>
|
||
|
<?
|
||
|
if ($sortie!='prt') {
|
||
|
if ($page=='recherche'){
|
||
|
if ($_REQUEST['vue']=='list' ) $_SERVER['REQUEST_URI'] = str_replace('vue=list', 'vue=list_pre', $_SERVER['REQUEST_URI']);
|
||
|
}
|
||
|
|
||
|
$printUrl = $_SERVER['REQUEST_URI'];
|
||
|
if ($page=='bilans' && isset($_REQUEST['type']) && $_REQUEST['type']!=''){
|
||
|
$printUrl.= '&type='.$_REQUEST['type'];
|
||
|
}
|
||
|
?>
|
||
|
- <a href="<?=$printUrl;?>&sortie=prt" target="_blank"><img src="./img/icone_print.png"/></a>
|
||
|
<?php
|
||
|
}
|
||
|
?>
|
||
|
</p>
|