Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.15.192.89
<link rel="stylesheet" href="../../css/text.css" type="text/css">
<link rel="stylesheet" href="../../css/table.css" type="text/css">
<link rel="stylesheet" href="../../css/links.css" type="text/css">
<link rel="stylesheet" href="../../css/tags.css" type="text/css">
<?php
$data_assoc = mysql_query("SELECT * FROM liensdivers_associations ORDER BY nom", $mysql_link);
?>
<table width="631" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<table width="621" border="0" cellspacing="0" cellpadding="3" class="outlinetab">
<tr class="darkblueRow">
<td class="whiteText10px" width="225"><b>Name</b></td>
<td class="whiteText10px" width="230"><b>Address</b></td>
<td class="whiteText10px" align="left"><b>Tel. / Fax.</b></td>
</tr>
<?php while($item = mysql_fetch_assoc($data_assoc)){
if($rowClass == "whiteRow"){$rowClass = "blueRow";}else{$rowClass = "whiteRow";} ?>
<tr class="<?php echo $rowClass; ?>">
<td class="blackText9px" width="225"><b><?php echo $item[nom]; ?></b><br><a href="<?php echo $item[lien]; ?>" target="_blank" class="lnkBase9px"><?php echo $item[lien]; ?></a></td>
<td class="blackText9px" width="230"><?php echo nl2br($item[adresse]); ?></td>
<td class="blackText9px" align="left"><?php echo $item[tel]; ?><br><?php echo $item[fax]; ?></td>
</tr>
<?php } ?>
</table>
<br>
<table width="621" border="0" cellspacing="0" cellpadding="0" bgcolor="#546085">
<tr>
<td><img src="../../images/spacer.gif" width="621" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
|