Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.21.105.222
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/scoreboard_top.gif"><img src="../images/spacer.gif" width="1" height="11"></td>
</tr>
<tr>
<td bgcolor="#E8E9F5" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr class="blackText10px">
<td nowrap class="blackText12px"><STRONG>Visiteurs: </STRONG></td>
<td width="10" align="center" nowrap> </td>
<td align="left" nowrap><?php echo $nomVis; ?> <?php echo $partie[but_vis]; ?> <span class="blackText10px"><br>
(GB:
<?php if(isset($goalie_sv_item)){echo $goalie_sv_item[nom];}else{echo "Aucun";} ?>
)</span></td>
<td width="40" nowrap> </td>
<td nowrap class="blackText12px"><STRONG>Local: </STRONG></td>
<td width="10" align="center" nowrap> </td>
<td align="left" nowrap><?php echo $nomDom; ?> <?php echo $partie[but_dom]; ?> <span class="blackText10px"><br>
(GB:
<?php if(isset($goalie_sd_item)){echo $goalie_sd_item[nom];}else{echo "Aucun";} ?>
)</span></td>
<td width="40" nowrap> </td>
<td nowrap class="blackText12px"><STRONG>Temps à jouer: </STRONG></td>
<td width="10" align="center" nowrap> </td>
<td align="left" nowrap><?php echo $timeLeftRel; ?><br>
<?php echo $perNameAbs; ?></td>
</tr>
</table>
<input name="id_partie" type="hidden" id="id_partie" value="<?php echo $_REQUEST['id_partie']; ?>">
<INPUT name="gamestate" type="hidden" id="gamestate" value="<?php echo $gamestate; ?>">
<INPUT name="periodNumber" type="hidden" id="periodNumber" value="<?php echo $perAbs; ?>">
<INPUT name="timeLeftAbs" type="hidden" id="timeLeftAbs" value="<?php echo $timeLeftAbs; ?>">
<INPUT name="timeLeftRel" type="hidden" id="timeLeftRel" value="<?php echo $timeLeftRel; ?>">
<INPUT name="icePos" type="hidden" id="icePos" value="<?php echo $icePos; ?>">
<INPUT name="selZone" type="hidden" id="selZone" value="0"></td>
</tr>
<tr>
<td background="../images/scoreboard_bottom.gif"><img src="../images/spacer.gif" width="1" height="10"></td>
</tr>
<tr>
<td><img src="../images/spacer.gif" width="1" height="4"></td>
</tr>
</table>
|