124 lines
4.8 KiB
PHP
124 lines
4.8 KiB
PHP
<?php $this->titre = "INTER-SANTE - Création Prospect"; ?>
|
|
|
|
<div style="height:100%; background-color: rgb(255,0,255);">
|
|
<?= _("GESTION DES DEVIS") ?>
|
|
</div>
|
|
|
|
<form method="post" action="Creerprospect/ajouter">
|
|
<INPUT class="sr-only" TYPE="tel" id="telephoneBureau" NAME="telephoneBureau" value="">
|
|
<INPUT class="sr-only" TYPE="tel" id="telephonedomicile" NAME="telephonedomicile" value="">
|
|
|
|
<fieldset>
|
|
<legend> <?= _("Informations Prospect") ?> </legend>
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" >Type</td>
|
|
<td width="38%">
|
|
<SELECT style='font-size:10pt;' onChange="controletytpeclient();" class="form-control" id="typeClient" NAME="typeClient" required autofocus>
|
|
<?php liste_options($typeclient,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="15%" align="center"> <?= _("Titre") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' class="form-control" id="codeTitre" NAME="codeTitre" required>
|
|
<?php liste_options($titre,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Nom") ?> </td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="nom" NAME="nom" required style="text-transform: uppercase;"></td>
|
|
|
|
<td align="center"> <?= _("Prénoms") ?> </td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="prenoms" NAME="prenoms" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Adresse Géo") ?> </td>
|
|
<td colspan="3"><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Adresse Post") ?> </td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="boitepostale" NAME="boitepostale"></td>
|
|
|
|
<td align="center"> <?= _("Pays") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' onChange="ajaxListerVille();" class="form-control" id="codePays" NAME="codePays" required>
|
|
<?php liste_options($pays,$_SESSION['codePaysSociete']); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= (isset($_SESSION['affichagedynamique']['Province'])) ? _($_SESSION['affichagedynamique']['Province']) : _("Province") ?> </td>
|
|
<td>
|
|
<div id="listeville">
|
|
<SELECT style='font-size:10pt;' onChange="ajaxListerLocalite();" class="form-control" id="codeVille" NAME="codeVille" required>
|
|
<?php liste_options($ville,""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
<td align="center"> <?= (isset($_SESSION['affichagedynamique']['Commune'])) ? _($_SESSION['affichagedynamique']['Commune']) : _("Commune") ?> </td>
|
|
<td>
|
|
<div id="listelocalite">
|
|
<SELECT style='font-size:10pt;' class="form-control" id="codeLocalite" NAME="codeLocalite" required>
|
|
<?php liste_options($listelocalite,""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Tél Portable") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="tel" id="telephonePortable" NAME="telephonePortable" value="<?= $_SESSION['indicatifTelephone'] ?>" placeholder="Tél portable obligatoire" required></td>
|
|
|
|
<td align="center">Fax</td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="tel" id="fax" NAME="fax" ></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>E-mail</td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="email" id="email" NAME="email" placeholder="E-mail obligatoire" required></td>
|
|
|
|
<td align="center"> <?= _("Secteur Activité") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' class="form-control" id="codeSecteur" NAME="codeSecteur" required>
|
|
<?php liste_options($secteuractivite,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("TIN / NID / Passeport") ?> </td>
|
|
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="registreCommerce" NAME="registreCommerce" required ></td>
|
|
|
|
<td align="center"> <?= _("Langue") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' class="form-control" id="codeLangueUser" NAME="codeLangueUser" required >
|
|
<?php liste_options($langue, $_SESSION['codeLangueSociete'] ); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" ><input style='font-size:10pt;' class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</fieldset>
|
|
|
|
<fieldset id="zonemandat" style="display:none">
|
|
</fieldset>
|
|
|
|
<fieldset id="zoneparticulier" style="display:none">
|
|
</fieldset>
|
|
</form>
|
|
|