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.22.74.192


Current Path : /var/www/lhjmq-records.qc.ca/public_html/administration/op_temptransfers/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/administration/op_temptransfers/log.php

<?

//Modules information
$moduleclassid = "{g49o-3h56swk}-(491th2j-m3hyf3t)";
$permission = 1;

//Load the standard includes
include("../includes/secur_isloggedin.php");
include("../includes/mysql_connect.php");
include("../includes/secur_accessverify.php");

function format_to_season_name($start, $end) {
	return "Saison " . $start . " - " . $end;
}

$tempPlayerMatches = mysql_query($sql = "SELECT p.id_partie, SUM( pj.temporaire) AS count_players FROM parties AS p, parties_joueurs AS pj WHERE p.id_partie = pj.id_partie AND pj.temporaire = 1 GROUP  BY p.id_partie ORDER BY date_match DESC", $mysql_link);
?>

<html>
<head>
	<title>Administration - www.lhjmq.qc.ca</title>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
	<link rel="stylesheet" href="../css/base.css" type="text/css">
	<link rel="stylesheet" href="../css/admintheme.css" type="text/css">
	<link rel="stylesheet" href="../css/tablespecials.css" type="text/css">
	<link href="../../css/links.css" rel="stylesheet" type="text/css">
	<link href="../../css/table.css" rel="stylesheet" type="text/css">
	<link href="../../css/tags.css" rel="stylesheet" type="text/css">
	<link href="../../css/text.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#BBBFCE" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<form action="entry_selectmatch_script.php" method="post" name="matches" id="matches">
		<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"><p><strong><br />
			Log de transfers</strong><br />
    <br />
    <span class="blackText10px"><a href="entry_selectmatch.php?id_saison=<?= $_GET['id_saison'] ?>" class="lnkBase10px">Retour &agrave; la s&eacute;lection de match</a></span><br />
    <span class="blackText10px"><a href="../session/session_menu.php?currentmenu=ops" class="lnkBase10px">Retour au menu principal</a></span><br />
			<br /></p></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>
		<br />
		<table border="0" cellspacing="0" cellpadding="0" class="outlinetab">
			<tr><td bgcolor="#546085">
				<table border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td width="8" bgcolor="#546085"><img src="../images/spacer.gif" width="8" height="1"></td>
						<td height="15" bgcolor="#546085"><span class="orangeText9px"><strong> Log de remplacement</strong></span></td>
					</tr>
				</table>
			</td></tr>
			<tr align="center">
				<td align="left" nowrap bgcolor="#FFFFFF" class="blackText10px" style="padding: 5px"><br />
				<br />
				<?= implode("<br />", file("../logs/temptranfers.txt")) ?><br />
				<br />
			</td></tr>
			<tr><td bgcolor="#FFFFFF"><img src="../images/spacer.gif" width="1" height="8"></td></tr>
		</table>
</form>
</body>
</html>

<?
//Load the standard includes footers
include("../includes/mysql_cleanup.php");
?>