Modification pour Marc nouveau client pour rapport perso.

This commit is contained in:
Damien LASSERRE 2011-06-27 16:00:09 +00:00
parent 23d6e70d55
commit b4dc9edcc8

View File

@ -13,14 +13,14 @@ if($_REQUEST['upload'])
echo '#center {background-image:url(./img/customRapport/logo_background.png);background-repeat:repeat-y}';
echo '#center h2{background-color:'.$_POST['couleurh2'].';color:'.$_POST['texth2'].'}';
echo '</style>';
echo '<img src="./img/customRapport/logo.jpg" width="12%" /><br />';
echo ((!hasModeEdition())?'<img src="./img/customRapport/logo.jpg" width="12%" /><br />':'<img src="./img/customRapport/logo_f.png" width="" /><br />');
echo $_POST['coordonnees'];
echo '<center style="font-size:17px">'.$_POST['societe_name'].' Enquête Financière</center><br />';
$siret = $_GET['siret'];
$siren = substr($_GET['siret'], 0, 9);
$idEntreprise = $_GET['idEntreprise'];
@include('pages/rsynthese.php');
echo 'Les équipes d\'Order To Cash se tiennent à votre disposition pour vous assister dans l\'interprétation de ces données au 01 47 90 94 31 ou par mail à l\'adresse suivante : contact@ordertocash.fr ';
if(!hasModeEdition())echo 'Les équipes d\'Order To Cash se tiennent à votre disposition pour vous assister dans l\'interprétation de ces données au 01 47 90 94 31 ou par mail à l\'adresse suivante : contact@ordertocash.fr ';
$content = ob_get_contents();
$file_put = str_replace('<a href', '<a title', $content);
$file_put = str_replace('logo_indiscore.png', '', $file_put);
@ -29,7 +29,23 @@ if($_REQUEST['upload'])
wkhtmltopdf('../cache/pages/rapport-'.$siren.'.html');
} else {
?>
<div align="center" style="height:305px;background-image:url('./img/customRapport/logo.jpg');background-repeat:no-repeat;background-position:center">
<?php if(!hasModeEdition()):?>
<?php
$adresse = '<b>Order to Cash</b><br /> 70 AVENUE DE LA MARNE <b><br />92600 ASNIERES SUR SEINE</b>';
$color1 = '#DFDB00';
$color2 = '#EFED9A';
$background = "background-image:url('./img/customRapport/logo.jpg');background-repeat:no-repeat;background-position:center";
?>
<?php else:?>
<?php
$adresse = '<b>Financement Entreprise</b><br /> 16 RUE SENAC DE MEILHAN <b><br />17000 LA ROCHELLE</b>';
$color1 = '#6699FF';
$color2 = '##66CCFF';
$background = null;
?>
<?php endif;?>
<div align="center" style="height:305px;<?php echo $background;?>">
<form name="uploadForm" id="uploadForm" method="POST" action="./?page=customRapport&siret=<?php echo $_GET['siret'];?>&idEntreprise=<?php echo $_GET['idEntreprise'];?>">
<table style="margin-top:30px" id="remove">
<tr>
@ -39,7 +55,7 @@ if($_REQUEST['upload'])
<td><b>Coordonnées adresse</b></td>
</tr>
<tr>
<td><input style="width:377px" type="text" name="coordonnees" value="<b>Order to Cash</b><br /> 70 AVENUE DE LA MARNE <b><br />92600 ASNIERES SUR SEINE</b>"/></td>
<td><input style="width:377px" type="text" name="coordonnees" value="<?php echo $adresse?>"/></td>
</tr>
<tr>
<td valign="top"><b>Nom de la société</b></td>
@ -47,12 +63,14 @@ if($_REQUEST['upload'])
<tr>
<td><input type="text" name="societe_name" value="Nom de la société." /></td>
</tr>
<?php if(!hasModeEdition()):?>
<tr>
<td><b>Logo en fond ecran : </b><input type="checkbox" name="logo_background" value="true" /></td>
</tr>
<tr>
<td><b>Logo à :</b> Gauche <input checked="checked" type="radio" name="image" value="left"/> Droite<input value="right" type="radio" name="image" /></td>
</tr>
<?php endif;?>
<tr>
<td> </td>
</tr>
@ -60,13 +78,13 @@ if($_REQUEST['upload'])
<td><b>couleur des grands titres</b></td>
</tr>
<tr>
<td>Fond : <input value="#DFDB00" type="text" name="couleurh1" /> Texte <input value="black" type="text" name="texth1" /> ex : black</td>
<td>Fond : <input value="<?php echo $color1;?>" type="text" name="couleurh1" /> Texte <input value="black" type="text" name="texth1" /> ex : black</td>
</tr>
<tr>
<td><b>couleur des sous titres</b></td>
</tr>
<tr>
<td>Fond : <input value="#EFED9A" type="text" name="couleurh2" /> Texte <input value="black" type="text" name="texth2" /> ex : black</td>
<td>Fond : <input value="<?php echo $color1;?>" type="text" name="couleurh2" /> Texte <input value="black" type="text" name="texth2" /> ex : black</td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="upload" value="Envoyer" /></td>