|
|
@ -38,60 +38,28 @@
|
|
|
|
<div class="row pt-5">
|
|
|
|
<div class="row pt-5">
|
|
|
|
<h3 class="text-center">Waiting ...</h3>
|
|
|
|
<h3 class="text-center">Waiting ...</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row d-flex ">
|
|
|
|
<!-- <div class="row d-flex ">
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div style="background-color: red; height: 75px; width: 75px;"></div>
|
|
|
|
<div style="background-color: red; height: 75px; width: 75px;"></div>
|
|
|
|
<!-- <p class="pt-3">Player 1</p> -->
|
|
|
|
<p class="pt-3">Player 1</p>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
if (isset($lesJoueurs[0])){
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>".$lesJoueurs[0]->getPseudo()."</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else{
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>Player 1</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div style="background-color: blue; height: 75px; width: 75px;"></div>
|
|
|
|
<div style="background-color: blue; height: 75px; width: 75px;"></div>
|
|
|
|
<!-- <p class="pt-3">Player 2</p> -->
|
|
|
|
<p class="pt-3">Player 2</p>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
if (isset($lesJoueurs[1])){
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>".$lesJoueurs[1]->getPseudo()."</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else{
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>Player 2</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div style="background-color: yellow; height: 75px; width: 75px;"></div>
|
|
|
|
<div style="background-color: yellow; height: 75px; width: 75px;"></div>
|
|
|
|
<!-- <p class="pt-3">Player 3</p> -->
|
|
|
|
<p class="pt-3">Player 3</p>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
if (isset($lesJoueurs[2])){
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>".$lesJoueurs[2]->getPseudo()."</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else{
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>Player 3</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div class="col d-flex flex-column align-items-center">
|
|
|
|
<div style="background-color: green; height: 75px; width: 75px;"></div>
|
|
|
|
<div style="background-color: green; height: 75px; width: 75px;"></div>
|
|
|
|
<!-- <p class="pt-3">Player 4</p> -->
|
|
|
|
<p class="pt-3">Player 4</p>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
if (isset($lesJoueurs[3])){
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>".$lesJoueurs[3]->getPseudo()."</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else{
|
|
|
|
|
|
|
|
echo "<p class='pt-3'>Player 3</p>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row pt-5 text-center" style="cursor: pointer; height: 20%">
|
|
|
|
<div class="row pt-5 text-center" style="cursor: pointer; height: 20%">
|
|
|
|
<div class="col">
|
|
|
|
<div class="col">
|
|
|
|
<a class="btn" href="index.php?action=queuing&etat=$etat&idPartie=$idPartie">
|
|
|
|
<a class="btn" href="index.php?action=queuing">
|
|
|
|
<span>LANCER</span>
|
|
|
|
<span>LANCER</span>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|