Réalisation de api special client word
This commit is contained in:
parent
bd308a47ab
commit
7cb421f38b
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
//Traitement des paramètres
|
||||
if (!page_checkParams()) die('Paramètres incorrects !');
|
||||
if ($_GET['page'] != 'customRapport')
|
||||
if (!page_checkParams()) die('Paramètres incorrects !');
|
||||
|
||||
$niveau = isset($_REQUEST['niveau']) ? $_REQUEST['niveau'] : 3;
|
||||
$niveau = 3;
|
||||
@ -28,6 +29,9 @@ require_once 'scoresws/identite.php';
|
||||
//=> BLOC IDENTITE
|
||||
//$etab = scoresws_identite($siret, $siren, $idEntreprise);
|
||||
?>
|
||||
<?php if ($_GET['page'] != 'customRapport'): ?>
|
||||
<a id="customRapport" title="Personnaliser votre rapport" href="./?page=customRapport&siret=<?php echo $_GET['siret'];?>&idEntreprise=<?php echo $_GET['idEntreprise'];?>">Personnaliser votre rapport</a>
|
||||
<?php endif;?>
|
||||
<h1>RAPPORT COMPLET</h1>
|
||||
|
||||
<p id="rsynthese">SOCIÉTÉ : <?=$etab['Nom']?></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user