AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.144.41.252


Current Path : /var/www/lhjmq-records.qc.ca/public_html/administration/op_resultats/lib/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/administration/op_resultats/lib/penaltyBox.php

<?php if($gamestate == 2){ ?>
<div ID="3b" style="display:none">
<?php }else{ ?>
<div ID="3b" style="display:none">
<?php } ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="outlinetab">
	<tr> 
		<td width="44%" bgcolor="#546085" class="orangeText10px">
			<table width="241" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="8" height="14" bgcolor="#868A96"><img src="../images/spacer.gif" width="8" height="8"></td>
					<td width="106" height="14" bgcolor="#868A96"><span class="orangeText9px"><strong><a href="javascript:SwitchDivItem('3a', 'block');javascript:SwitchDivItem('3b', '')">Stats - MJ/ME/LAN</a></strong></span></td>
					<td width="19" height="14" bgcolor="#546085"><img src="../images/onglet_modulefin.gif" width="19" height="15"></td>
					<td width="102" height="14" bgcolor="#546085"><span class="orangeText9px"><strong>Punitions</strong></span></td>
					<td width="6"  height="14"><span class="orangeText9px">&nbsp;</span></td>
				</tr>
			</table>
		</td>
		<td width="56%" align="right" bgcolor="#546085">
			<a href="#"></a> 
			<table border="0" cellspacing="0" cellpadding="0">
				<tr> 
					<td class="whiteText9px"><a href="#" onClick="MM_openBrWindow('aidemem.htm','aidemem','scrollbars=yes,width=450,height=400')">Aide-m&eacute;moire</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
					<td><a href="#punitions" onClick="MM_callJS('submitToModule(9)')"><img src="images/but_go.gif" name="penGo" width="42" height="14" border="0" id="penGo"></a></td>
				</tr>
			</table>
		</td>
	</tr>
	<tr> 
		<td colspan="2" align="right" height="4" bgcolor="#FFFFFF"><img src="../images/bottombutgo.gif" width="45" height="4"></td>
	</tr>
	<tr> 
		<td colspan="2" bgcolor="#FFFFFF"> 
			<table width="100%" border="0" cellspacing="0" cellpadding="2">
				<tr>
					<td width="50%"> 
						<table width="100%" border="0" cellspacing="0" cellpadding="2">
							<tr>
								<td class="blueText10px">VIS - <span class="blueText10px"><b><?php echo $abrevVis; ?></b></span></td>
								<td class="blueText10px" align="center"><strong>Joueur</strong></td>
								<td class="blueText10px" align="center"><strong>Groupe</strong></td>
								<td class="blueText10px" align="center"><strong>Code</strong></td>
								<td class="blueText10px" align="center"><strong>Temps</strong></td>
								<td class="blueText10px" align="center"><strong>P&eacute;r.</strong></td>
								<td class="blueText10px" align="center"><strong>A.N.</strong></td>
							</tr>
							<?php	$bulk_penaltyCount = 10; ?>
							<input name="bulk_penaltyCount" type="hidden" id="bulk_penaltyCount" value="<?php echo $bulk_penaltyCount; ?>">
							<?php
							for($i=1;$i<=$bulk_penaltyCount;$i++){
							?>
							<tr> 
								<td class="blackText9px"></td>
								<td class="blackText9px" align="center"><input name="sec9equ1numj<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="3" maxlength="3"></td>
								<td class="blackText9px" align="center"><input name="sec9equ1grp<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="2" maxlength="2"></td>
								<td class="blackText9px" align="center"><input name="sec9equ1code<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="2" maxlength="2"></td>
								<td class="blackText9px" align="center"><input name="sec9equ1tmp<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" value="<?php echo $timeLeftAbs; ?>" size="5" maxlength="5"></td>
								<td class="blackText9px" align="center"><strong><span class="blackText11px"><?php echo $perAbs; ?></span></strong></td>
								<td class="blackText9px" align="center"><input type="text" name="sec9equ1an<?php echo $i; ?>" value="1" size="3" maxlength="3"></td>
							</tr>
							<?php
							}
							?>
						</table>
					</td>
					<td width="13" background="../images/spacerverti.gif"><img src="../images/spacer.gif" width="13" height="1"></td>
					<td width="50%">
						<table width="100%" border="0" cellspacing="0" cellpadding="2">
							<tr>
								<td class="blueText10px">LOC - <span class="blueText10px"><b><?php echo $abrevDom; ?></b></span></td>
								<td class="blueText10px" align="center"><strong>Joueur</strong></td>
								<td class="blueText10px" align="center"><strong>Groupe</strong></td>
								<td class="blueText10px" align="center"><strong>Code</strong></td>
								<td class="blueText10px" align="center"><strong>Temps</strong></td>
								<td class="blueText10px" align="center"><strong>P&eacute;r.</strong></td>
								<td class="blueText10px" align="center"><strong>A.N.</strong></td>
							</tr>
							<?php
							for($i=1;$i<=$bulk_penaltyCount;$i++){
							?>
							<tr> 
								<td class="blackText9px">&nbsp;</td>
								<td class="blackText9px" align="center"><input name="sec9equ2numj<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="3" maxlength="3"></td>
								<td class="blackText9px" align="center"><input name="sec9equ2grp<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="2" maxlength="2"></td>
								<td class="blackText9px" align="center"><input name="sec9equ2code<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" size="2" maxlength="2"></td>
								<td class="blackText9px" align="center"><input name="sec9equ2tmp<?php echo $i; ?>" type="text" onKeyPress="MM_callJS('keypress_submitToModule(1, 9)')" value="<?php echo $timeLeftAbs; ?>" size="5" maxlength="5"></td>
								<td class="blackText9px" align="center"><strong><span class="blackText11px"><?php echo $perAbs; ?></span></strong></td>
								<td class="blackText9px" align="center"><input type="text" name="sec9equ2an<?php echo $i; ?>" value="1" size="3" maxlength="3"></td>
							</tr>
							<?php
							}
							?>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr> 
		<td colspan="2" bgcolor="#FFFFFF"><img src="../images/spacer.gif" width="1" height="8"></td>
	</tr>
</table>
</div>