1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
| <html><head><title>Super Diet Production --> Visualisation de tout le trombinoscope.</title></head>
<body>
<div align="center">
<center>
<table border="0" bordercolor="#000000" width="897" height="661" >
<tr>
<td width="151" height="145"><img src="photos/coccinelle.jpg" width="206" height="165"></td>
<td width="338" height="145" align="center"><i>Super Diet est une société leader dans les métiers de la santé au naturel et des compléments alimentaires. Super Diet exporte dans plus de 20 pays sur tous les continents. Depuis 40 ans, Super Diet fonctionne dans le plus grand respect des principes éthiques hérités de ses fondateurs.</i></td>
<td width="392" height="145"><img border="0" src="photos/baniere.png" width="394" height="164"></td>
</tr>
<tr>
<td width="897" height="492" colspan="3" align="center" valign="top"><BR><img src="photos/votretrombinoscope.jpg"><BR><BR><BR>
<?php
$link = mysql_connect("localhost", "root", "")or die (mysql_error());
mysql_select_db("intranet")or die (mysql_error()) ;
?>
<?php
$reponse = mysql_query("SELECT personnel.num_pers, service.Num_service, personnel.Nom_pers, personnel.Prenom_pers, personnel.Fonction_pers, personnel.Societe_pers, personnel.Photo_pers, personnel.Statut_pers, personnel.Tel_pers, personnel.Email_pers from personnel, service ") ;
while ($donnees = mysql_fetch_array($reponse))
{
$i=0 ;
for ($i=0; $i< ; $i++)
{
echo "<div align='center'>
<center>
<table border='2' width='628' height='398' bordercolor='#FF0000'>
<tr>
<td width='386' height='60' align='center'><font size='5' color='#FF0000'><img src='photos/boulecligno.gif'>" .$donnees ['Nom_pers']. " " .$donnees ['Prenom_pers']. "</font></td>
<td width='226' height='398' rowspan='6' align='center'>" .$donnees ['Photo_pers']. "</td>
</tr>
<tr>
<td width='386' height='60' align='center'><font size='5'>" .$donnees ['Fonction_pers']. "</font></td>
</tr>
<tr>
<td width='386' height='60' align='center'><font size='5'>Société : " .$donnees ['Societe_pers']. "</font></td>
</tr>
<tr>
<td width='386' height='60' align='center'><font size='5'>Statut : " .$donnees ['Statut_pers']. "</font></td>
</tr>
<tr>
<td width='386' height='60' align='center'><font size='5'>Téléphone : " .$donnees ['Tel_pers']. "</font></td>
</tr>
<tr>
<td width='386' height='60' align='center'><font size='5'>Email : <a href='mailto:" . $donnees ['Email_pers'] . "'>" .$donnees ['Email_pers']. "</a></font></td>
</tr>
</table>
</center>
</div>" ;
}
}
mysql_close() ;
?>
</td>
</tr>
</table>
</center>
</div>
<p align="center">
<form method="get" action="votretrombinoscope.php">
<input type="submit" name="envoie" value="Page Précédente">
</form>
<form method="get" action="trombinoscope.php">
<input type="submit" name="envoie" value="Retour trombinoscope">
</form>
<a href="index.php"><img src="photos/accueil.jpg"></a>
</p>
</body>
</html> |
Partager