From fcf5e5bc507ea3eca99a70537bb1e48f8aeb455a Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Thu, 10 Sep 2009 17:48:47 +0200 Subject: [PATCH] =?utf8?q?MOD=20#133=20(=C3=A0=20tester)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- index.php | 8 ++++++-- js/cl7.js | 16 ++++++++++------ php/tx_informations.php | 12 ++++++------ 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/index.php b/index.php index d0629dd..8fc2259 100644 --- a/index.php +++ b/index.php @@ -35,10 +35,14 @@ echo ''; - '; + '; + + # Des constantes stockées en BD accessible par le javascript. echo ''; echo ''; + echo ''; ?> Corcelles-Lan 7 diff --git a/js/cl7.js b/js/cl7.js index d482fdc..6197569 100644 --- a/js/cl7.js +++ b/js/cl7.js @@ -43,13 +43,17 @@ cl7.verification_formulaire_inscription = function(util) { return true; }; -cl7.maj_prix_inscription = function() { - var nbPeriodes = $('#formulaireInscription input[name="periodes[]"]:checked').length; +cl7.maj_prix_inscription = function() { + var prixTotal = (int)($('meta[name="cout_total"]').attr('content')); + var prixPeriode = (int)($('meta[name="cout_periode"]').attr('content')); + var nbPeriodesTotal = (int)($('meta[name="nb_periodes"]').attr('content')); + var nbPeriodesCheck = (int)($('#formulaireInscription input[name="periodes[]"]:checked').length); + var prix = 5; - if (nbPeriodes === 3) { - prix = 40; - } else if (nbPeriodes != 0) { - prix = 15 * nbPeriodes; + if (nbPeriodesCheck === nbPeriodesTotal) { + prix = prixTotal; + } else if (nbPeriodesCheck != 0) { + prix = prixPeriode * nbPeriodesCheck; } $('#formulaireInscription span#prix').html(prix.toString()); }; diff --git a/php/tx_informations.php b/php/tx_informations.php index b488429..017de27 100644 --- a/php/tx_informations.php +++ b/php/tx_informations.php @@ -1,5 +1,5 @@ - - + +

Une puissante LAN aura lieu du vendredi 21 Novembre au Lundi 24 Novembre à Corcelles [NE]

Heures

@@ -23,13 +23,13 @@

Prix

Lieu