alpha_full/pages/panier/cheque/formCheque.form.php
2026-04-06 22:58:51 +02:00

55 lines
3.3 KiB
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// ---------------------------------------------------
// Formulaire
// ---------------------------------------------------
echo '<div id="A" style="margin-left:10%;margin-right:10px;" >';
dynamiqItemMessage(0, 1, '-', '-', 'span', 'msgPanier', '-action-', 'cde', 47, '-');
// ---------------------------------------------------
// e mail
// ---------------------------------------------------
if ( $affMContext === true ) echo '<span class="libPanierCell" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'libPanierCell\', 4,\'contact\', 8, 1, event);" >';
else echo '<span class="libPanierCell" >';
dynamiqItemMessage(0, 0, '-', '-', 'span', 'libPanier', '-action-', 'contact', 1, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 10, '-');
echo '</span>';
// ---------------------------------------------------
// Adresse societe
// ---------------------------------------------------
if ( $affMContext === true ) echo '<span class="libPanierCell" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'libPanierCell\', 4,\'contact\', 8, 3, event);" >';
else echo '<span class="libPanierCell" >';
dynamiqItemMessage(0, 0, '-', '-', 'span', 'libPanier', '-action-', 'contact', 3, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 12, '-');
echo '</span>';
// ---------------------------------------------------
// Ville
// ---------------------------------------------------
if ( $affMContext === true ) echo '<span class="libPanierCell" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'libPanierCell\', 4,\'contact\', 8, 4, event);" >';
else echo '<span class="libPanierCell" >';
dynamiqItemMessage(0, 0, '-', '-', 'span', 'libPanier', '-action-', 'contact', 4, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 13, '-');
echo '</span>';
// ---------------------------------------------------
// Code postal
// ---------------------------------------------------
if ( $affMContext === true ) echo '<span class="libPanierCell" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'libPanierCell\', 4,\'contact\', 8, 5, event);" >';
else echo '<span class="libPanierCell" >';
dynamiqItemMessage(0, 0, '-', '-', 'span', 'libPanier', '-action-', 'contact', 5, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 14, '-');
echo '</span>';
// ---------------------------------------------------
// Pays
// ---------------------------------------------------
if ( $affMContext === true ) echo '<span class="libPanierCell" style="cursor:context-menu" ' .$mouseOverMenuContextContainer. ' onContextMenu="return mConStyle(this, \'Panier\', \'libPanierCell\', 4,\'contact\', 8, 5, event);" >';
else echo '<span class="libPanierCell" >';
dynamiqItemMessage(0, 0, '-', '-', 'span', 'libPanier', '-action-', 'contact', 6, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 15, '-');
echo '</span>';
echo '</div>';
?>