Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.145.72.55
<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_commprinc = mysql_query("SELECT * FROM liensdivers_commanditaires WHERE princ = 1 ORDER BY nom", $mysql_link);
$data_commsec = mysql_query("SELECT * FROM liensdivers_commanditaires WHERE princ = 0 ORDER BY nom", $mysql_link);
?>
<table width="631" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="blackText12px" colspan="2" height="24"><b>Major partner</b></td>
</tr>
<tr bgcolor="#666699">
<td colspan="2" height="1"><img src="../../images/spacer.gif" width="1" height="1"></td>
</tr>
<?php while($item = mysql_fetch_assoc($data_commprinc)){ ?>
<tr>
<td class="blackText10px" width="160" height="24"><b><?php echo $item[nom]; ?></b></td>
<td class="blackText10px" height="24"><b><a href="<?php echo $item[lien_en]; ?>" target="_blank" class="lnkBase9px"><?php echo $item[lien_en]; ?></a></b></td>
</tr>
<?php } ?>
</table>
<br>
<table width="621" border="0" cellspacing="0" cellpadding="3" class="outlinetab">
<?php while($item = mysql_fetch_assoc($data_commsec)){
if($rowClass == "whiteRow"){$rowClass = "blueRow";}else{$rowClass = "whiteRow";} ?>
<tr class="<?php echo $rowClass; ?>">
<td class="blackText10px" width="160" height="24"><?php echo $item[nom]; ?></td>
<td class="blackText10px" height="24"><a href="<?php echo $item[lien_en]; ?>" target="_blank" class="lnkBase9px"><?php echo $item[lien_en]; ?></a></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>
|