39 lines
2.0 KiB
PHP
Executable File
39 lines
2.0 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
include ("formCheque.reqSelect.php");
|
|
echo '<form name="formCheque" method="POST" >';
|
|
if ( $affMContext === true ) echo '<div id="tablePages" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'tablePanier\', 1,\'cde\', 4, 47, event);" >';
|
|
else echo '<div id="tablePages" >';
|
|
|
|
// ---------------------------------------------------
|
|
// Titre de la page
|
|
// ---------------------------------------------------
|
|
echo '<h1 class="panierTitre" >';
|
|
dynamiqItemImage (0, 0, 'panierTitre', 'span', '-action-', 'menu', 14, 'icones', '-textClass-','-varStyle-');
|
|
echo '</h1>';
|
|
|
|
// ---------------------------------------------------
|
|
// Formulaire
|
|
// ---------------------------------------------------
|
|
if ( $affMContext === true ) echo '<div class="tablePanier" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'tablePanier\', 1,\'cde\', 4, 47, event);" >';
|
|
else echo '<div class="tablePanier" >';
|
|
include ("formCheque.form.php");
|
|
include ("./pages/panier/panier.affCde.php");
|
|
|
|
// ---------------------------------------------------
|
|
// Validation
|
|
// ---------------------------------------------------
|
|
dynamiqItemImage (0, 0, 'boutons', 'span', 'onclick="continuerCheque();"', 'bouton', 6, '-icoClass-', '-textClass-', 'grid-column:1; margin:auto; max-width:20%; margin-bottom:10px; margin-top:10px;');
|
|
echo '</div>';
|
|
|
|
// ---------------------------------------------------
|
|
// Recap des etapes
|
|
// ---------------------------------------------------
|
|
if ( $affMContext === true ) echo '<div class="tablePanier" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'tablePanier\', 1,\'cde\', 4, 47, event);" >';
|
|
else echo '<div class="tablePanier" >';
|
|
$etape=5;
|
|
include ("./pages/panier/etapes.php");
|
|
echo '</div>';
|
|
echo '</div>'; //tablePages
|
|
echo '</form>';
|
|
?>
|