Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.227.134.165
<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/tags.css" type="text/css">
<link rel="stylesheet" href="../../css/links.css" type="text/css">
<table width="631" cellpadding="5" cellspacing="0" border="0">
<tr>
<td>
<table cellspacing=0 cellpadding=0 width=621 border=0>
<tr>
<td class=blackText11px width=324><b>Administrative central</b></td>
<td class=blackText11px width=147><b>Telephone</b></td>
<td class=blackText11px><b>Fax</b></td></tr>
<tr bgcolor=#666699>
<td bgcolor=#666699 colspan=3 height=1><img height=1 src="../../images/spacer.gif" width=1 /></td>
</tr>
<tr>
<td class="blackText12px"><br />
1205, Ampère, Suite 101<br />
Boucherville, Quebec, J4B 7M6<br />
<a class="lnkBase12px" href="mailto:hockey@lhjmq.qc.ca">hockey@lhjmq.qc.ca</a></td>
<td class="blackText12px">(450) 650-0500</td>
<td class="blackText12px">(450) 650-0510</td>
</tr>
<tr><td><img height=5 src="../../images/spacer.gif" width=1 /></td></tr>
</table>
<table cellspacing=0 cellpadding=0 width=621 border=0>
<tr><td><img height=3 src="../../images/tabbar/tabligneshadow.gif" width=621 /></td></tr>
<tr><td><img height=5 src="../../images/spacer.gif" width=1 /></td></tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table width="621" cellspacing="0" cellpadding="0" class="blackText11px">
<tr>
<td class="blackText11px"> </td>
<td><img height=1 src="../../images/spacer.gif" width=3 /></td>
<td class="blackText11px" width="266"><b>QMJHL personnel</b></td>
<td class="blackText11px"><b>Title</b></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="4"><img height="3" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td bgcolor="#666699" colspan="4"><img height="1" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="4"><img height="1" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td bgcolor="#666699" colspan="4"><img height="1" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td colspan="4"><img height="6" src="../../images/spacer.gif" width="1" /></td>
</tr>
<?php
$items = mysql_query("SELECT * FROM laligue_membres ORDER BY nom, prenom, titre_en", $mysql_link);
while ($item = mysql_fetch_assoc($items)) {
?>
<tr>
<td><?= ($item[photo] == '') ? '' : '<img src="' . $item[photo] . '" border="1" />' ?></td>
<td><img height=1 src="../../images/spacer.gif" width=3 /></td>
<td><b><?= $item[nom] ?>, <?= $item[prenom] ?></b><?= $item[email] ? ': <a href="mailto:'.$item[email].'" class="lnkBase11px">'.$item[email].'</a>' : '' ?></td>
<td><?= $item[titre_en] ?></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="4"><img height="3" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td bgcolor="#666699" colspan="4"><img height="1" src="../../images/spacer.gif" width="1" /></td>
</tr>
<tr>
<td colspan="4"><img height="3" src="../../images/spacer.gif" width="1" /></td>
</tr>
<?php } ?>
</table>
</td>
</tr>
</table>
|