129 lines
6.0 KiB
PHP
129 lines
6.0 KiB
PHP
|
<?php
|
|||
|
if ($_REQUEST['action']<>'envoyer') {
|
|||
|
/** @todo Pr<50>remplir le formulaire avec les donn<6E>es pr<70>c<EFBFBD>dentes */
|
|||
|
?>
|
|||
|
<br/><br/><br/><br/><br/>
|
|||
|
<form name="form_recherche" action="./?page=recherche&action=envoyer&vue=enq" method="POST" enctype="multipart/form-data">
|
|||
|
<input type="hidden" name="formR[type]" value="enq"/>
|
|||
|
<table cellpadding="0" cellspacing="0">
|
|||
|
<tr>
|
|||
|
<td valign="top" width="580" height="200" align="center">
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td align="center"><h2 align="center" class="StyleRechercheTitre">DEMANDE D'INVESTIGATION</h2></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td width="30"></td>
|
|||
|
<td>
|
|||
|
<p class="StyleInfoLib"><i>Les demandes d'investigations sont li<6C>es <20> la recherche d'un tiers par nos services suite <EFBFBD> une recherche infructueuse sur nos outils</i></p>
|
|||
|
<p class="StyleInfoLib"><i>La demande d'investigation est destin<69>e uniquement <20> l'identification rigoureuse d'un tiers. Tout autre demande (commande de pi<EFBFBD>ces officielles, Kbis ou Privil<EFBFBD>ges) ne sera pas trait<EFBFBD>e par nos <EFBFBD>quipes.</i></p>
|
|||
|
</td>
|
|||
|
<td width="30"></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Identifiant (SIREN, WALDEC)</b></td>
|
|||
|
<td width="300"><input type="text" name="formR[siret]" size="30" maxlength="20" /> <img src="img/exclamation.png"/ title="SIREN, SIRET, N° TVA intracommunautaire, N<> RC, N<> WALDEC, ISIN"></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Raison Sociale, Enseigne, Sigle<br/>ou Nom & Prénom <font color="red">*</font></b></td>
|
|||
|
<td width="300"><input type="text" name="formR[raisonSociale]" size="30" maxlength="40" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Adresse complète</b></td>
|
|||
|
<td width="300"><input type="text" name="formR[adresse]" size="30" maxlength="40" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Code Postal / Ville <font color="red">*</font></b></td>
|
|||
|
<td width="300"><input type="text" name="formR[cpVille]" size="30" maxlength="40" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Téléphone / Fax</b></td>
|
|||
|
<td width="300"><input type="text" name="formR[telFax]" size="30" maxlength="40" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Activité (NAF ou libellé)</b></td>
|
|||
|
<td width="300"><input type="text" name="formR[activite]" size="30" maxlength="80" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Catégorie juridique</b></td>
|
|||
|
<td width="300"><input type="text" name="formR[categorieJur]" size="30" maxlength="80" /></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib"><b>Remarque ou commentaire<br/>à destination de l'enquéteur <font color="red">*</font></b></td>
|
|||
|
<td width="300"><textarea rows="3" name="formR[remarque]" cols="20"></textarea></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<hr width="80%"/>
|
|||
|
<br/>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td width="208" align="right" class="StyleRechercheLib">Votre email pour la réception de l'investigation <font color="red">*</font></td>
|
|||
|
<td width="300"><input type="text" name="formR[email]" size="30" maxlength="80" value="<? if ($_SESSION['tabInfo']['login']<>'testreunica') echo $tabInfo['email']?>"/></td>
|
|||
|
<td width="72"> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br/>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td width="508" align="center" class="StyleInfoLib"><i><font color="red">*</font> : Pour qu'une demande d'investigation soit recevable, il est obligatoire d'indiquer la raison sociale et la ville de l'entité recherchée ainsi qu'un commentaire relatif au motif de la demande d'investigation.</i></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br/>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width="580">
|
|||
|
<tr>
|
|||
|
<td align="center" valign="top"><input type="image" src="./img/boutton_valider_off.gif" name="submit" onmouseover="this.src='./img/boutton_valider_on.gif'" onmouseout="this.src='./img/boutton_valider_off.gif'" title="Lancer l'investigation..." /></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</form>
|
|||
|
<?
|
|||
|
} else {
|
|||
|
$formR=$_REQUEST['formR'];
|
|||
|
|
|||
|
$rs=trim($formR['raisonSociale']);
|
|||
|
$ville=trim($formR['cpVille']);
|
|||
|
$email=trim($formR['email']);
|
|||
|
$remarque=trim($formR['remarque']);
|
|||
|
|
|||
|
if (preg_match('#^[\w.-]+@[\w.-]+\.[a-zA-Z]{2,5}$#',$email) && $rs<>'' && $ville<>'' && $remarque<>'') {
|
|||
|
$fp=fopen(PATH_LOGS.'enquetes.csv', 'a');
|
|||
|
fwrite($fp, date('Y/m/d H:i:s').' - '.print_r($_REQUEST['formR'],true).print_r($tabInfo,true)."\n");
|
|||
|
fclose($fp);
|
|||
|
mail('contact@scores-decisions.com','Demande d\'investigation', print_r($_REQUEST['formR'],true).
|
|||
|
print_r($tabInfo,true));
|
|||
|
|
|||
|
?>
|
|||
|
<table width="580" height="100%" border="0" align="left" bgcolor="#FFFFFF">
|
|||
|
<tr>
|
|||
|
<td width="10"> </td>
|
|||
|
<td valign="top" width="570"><br/><p class="StyleInfoLib">Votre demande a bien été prise en compte et sera traitée par notre équipe enquête dans les meilleurs délais.<br/><br/>
|
|||
|
<a href="./?page=recherche&action=rechercher&vue=ent">Cliquez-ici pour revenir à l'écran de recherche.</a></p></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<?
|
|||
|
} else {
|
|||
|
?>
|
|||
|
<table width="580" height="100%" border="0" align="left" bgcolor="#FFFFFF">
|
|||
|
<tr>
|
|||
|
<td width="10"> </td>
|
|||
|
<td valign="top" width="570"><br/><p class="StyleInfoLib">Veuillez saisir une adresse email valide ainsi que les informations nécessaires à la demande d'investigation (Raison sociale, Ville, Motif de l'enquête, etc...)<br/><br/>
|
|||
|
<a href="Javascript:history.back()">Cliquez-ici pour revenir à l'écran précédent.</a></p></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<?
|
|||
|
}
|
|||
|
}
|