| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/page_gestion.php.tar |
home/xbodynamge/namtation/reservation/admin/page_gestion.php 0000604 00000004032 15112043604 0020420 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/www/reservation/coach/page_gestion.php 0000604 00000004032 15112275036 0017245 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/crosstraining/reservation/coach/page_gestion.php 0000604 00000004032 15112303134 0021275 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/crosstraining/reservation/admin/page_gestion.php 0000604 00000004032 15112303324 0021311 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/www/reservation/admin/page_gestion.php 0000604 00000004032 15112400022 0017241 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/www/reservation/dev/admin/page_gestion.php 0000604 00000003571 15112530533 0020041 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation_salle";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
while($salle = mysql_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation_salle where id=reservation_reservation.id_salle) as salle, (select nom from reservation_client where id=reservation_reservation.id_client) as nom, (select prenom from reservation_client where id=reservation_reservation.id_client) as prenom from reservation_reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
$nb_participant=0;
while($reservation = mysql_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/namtation/reservation/coach/page_gestion.php 0000604 00000004032 15113162324 0020407 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation".$DB_prefixtable."salle";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
while($salle = mysqli_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation".$DB_prefixtable."salle where id=reservation".$DB_prefixtable."reservation.id_salle) as salle, (select nom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as nom, (select prenom from reservation".$DB_prefixtable."client where id=reservation".$DB_prefixtable."reservation.id_client) as prenom from reservation".$DB_prefixtable."reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());
$nb_participant=0;
while($reservation = mysqli_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/namtation/reservation/dev/admin/page_gestion.php 0000604 00000003571 15113372334 0021213 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation_salle";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
while($salle = mysql_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation_salle where id=reservation_reservation.id_salle) as salle, (select nom from reservation_client where id=reservation_reservation.id_client) as nom, (select prenom from reservation_client where id=reservation_reservation.id_client) as prenom from reservation_reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
$nb_participant=0;
while($reservation = mysql_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
home/xbodynamge/crosstraining/reservation/dev/admin/page_gestion.php 0000604 00000003571 15115110713 0022077 0 ustar 00 <?php
include_once('init.inc.php');
?>
<html>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
<table style="width:100%;">
<tr>
<td align="left">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])-86400);?>"> <<<<< </a>
</td>
<td align="center">
Planning du <br><?php echo $_GET['date'];?>
</td>
<td align="right">
<a href="page_planning.php?date=<?php echo date('Y-m-d',strtotime($_GET['date'])+86400);?>"> >>>>> </a>
</td>
</tr>
</table>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<?php
$sql = "SELECT * from reservation_salle";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
while($salle = mysql_fetch_assoc($req)):
?>
<tr>
<td>
<?php echo "<b><u>Reservation pour la salle de ".$salle['salle']."</u></b><br><br>";?>
</td>
</tr>
<tr>
<td>
<?php
$sql = "SELECT *, (select salle from reservation_salle where id=reservation_reservation.id_salle) as salle, (select nom from reservation_client where id=reservation_reservation.id_client) as nom, (select prenom from reservation_client where id=reservation_reservation.id_client) as prenom from reservation_reservation where date='".$_GET['date']."' and id_salle='".$salle['id']."' order by heure_deb, id_client";
$req2 = mysql_query($sql) or die('Erreur SQL !'.mysql_error());
$nb_participant=0;
while($reservation = mysql_fetch_assoc($req2)):
echo $reservation['prenom']." ".$reservation['nom']." ".$reservation['heure_deb']." ".$reservation['type_seance']."<br>";
$nb_participant++;
endwhile;
if ($nb_participant==0) echo "Aucune reservation ce jour";
?>
</td>
</tr>
</tr>
<td>
</td>
</tr>
<?php
endwhile;
?>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>