44 lines
2.4 KiB
PHP
Executable File
44 lines
2.4 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
include ($includePath. "/req/13-init.contactMsgList.php");
|
|
|
|
echo '<form name="formRib" method="POST" >';
|
|
if ( $affMContext === true ) echo '<div id="tablePages" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'tablePanier\', 1,\'cde\', 4, 46, event);" >';
|
|
else echo '<div id="tablePages" >';
|
|
|
|
// ---------------------------------------------------
|
|
// Titre de la page
|
|
// ---------------------------------------------------
|
|
// $lien=$lien. '<a href="mode-paiement" style="text-decoration:none;position:relative;" >';
|
|
// $lien=$lien. '<img style="vertical-align : middle; cursor:pointer;text-decoration:none;" border="0" src="' .$boutonImgPt[14]. '" data-tooltip="' .$boutonTitle[14]. '" alt="' .$boutonAlt[14]. '" />';
|
|
// $lien=$lien. '</a>';
|
|
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 ("formRib.form.php");
|
|
include ("./pages/panier/panier.affCde.php");
|
|
echo '</div>';
|
|
|
|
// ---------------------------------------------------
|
|
// Validation
|
|
// ---------------------------------------------------
|
|
echo '<br>';
|
|
dynamiqItemImage (0, 0, 'boutons', 'span', 'onclick="continuerRib();"', 'bouton', 6, '-icoClass-', '-textClass-', 'grid-column:1 / span 2;margin:auto;max-width:20%; margin-bottom:10px;margin-top:10px;');
|
|
|
|
// ---------------------------------------------------
|
|
// 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>';
|
|
?>
|