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

57 lines
3.5 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', 46, '-');
// ---------------------------------------------------
// Nom
// ---------------------------------------------------
// dynamiqItemMessage(1, 1, 'libPanierCell', '-', 'span', 'libPanier', '-action-', 'contact', 8, '-');
// ---------------------------------------------------
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', 8, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 40, '-');
echo '</span>';
// ---------------------------------------------------
// Iban
// ---------------------------------------------------
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', 17, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 21, '-');
echo '</span>';
// ---------------------------------------------------
// Code banque
// ---------------------------------------------------
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', 18, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 23, '-');
echo '</span>';
// ---------------------------------------------------
// Code guichet
// ---------------------------------------------------
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', 19, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 24, '-');
echo '</span>';
// ---------------------------------------------------
// Num compte
// ---------------------------------------------------
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', 20, '-');
dynamiqItemMessage(0, 0, '-', '-', 'span', 'champsPanier', '-action-', 'contact', 25, '-');
echo '</span>';
echo '</div>';
?>