20 lines
664 B
PHP
20 lines
664 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/exporticones/printer.png"/></a>
|
|
<?php
|
|
}
|
|
?>
|
|
</p>
|