Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.volley92.asso.fr
/
htdocs
/
modules
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/modules/paiement.php
<div class="pre-reservation"> <div class="recap"> <p class="recap-tit"><span >Réservation pour <?=$_SESSION['title']?></span></p> <div class="recap-content p-3"> <div class="row"> <div class="col-md-6"> <div class="recap-table"> <table class="table"> <tbody> <tr> <th scope="row">Nom</th> <td><?= $_SESSION['firstname']?></td> </tr> <tr> <th scope="row">Prénom</th> <td ><?= $_SESSION['lastname']?></td> </tr> <tr> <th scope="row">Email</th> <td ><?= $_SESSION['email']?></td> </tr> <tr> <th scope="row">Téléphone</th> <td ><?= $_SESSION['phone']?></td> </tr> <tr> <th scope="row">Formule</th> <td ><?= $_SESSION['title'].' '.$_SESSION['formation']?></td> </tr> </tr> </tbody> </table> </div> </div> <div class="col-md-6"> <div class="recap-price d-flex flex-column justify-content-around align-items-center h-100"> <h2>Prix : <?=$_SESSION['prix'].' €'?></h2> <img src="img/Stripelogo-security.png" alt=""> <button data-id = "<?=$_SESSION['session_id']?>" data-pk = "<?=$pk_stripe?>" id="checkout-button" class="btn btn-primary"> Payez votre commande </button> </div> </div> </div> </div> </div> </div>