extranet/www/pagefooter.php
2010-09-23 10:23:09 +00:00

20 lines
664 B
PHP

<p>
&copy; 2006-<?=date('Y')?> Scores &amp; D&eacute;cisions SAS -
Tous droits r&eacute;serv&eacute;s - <a href="http://www.scores-decisions.com/mentions.php" target="_blank">Mentions l&eacute;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>