';
// ---------------------------------------------------
// Titre de la page // msg titre ==> Modes de Paiement
// ---------------------------------------------------
echo '
';
dynamiqItemImage (0,0,'titresInfos', 'span', '-action-','menu', 14, 'icones','-','-');
echo '
';
if ( $affMContext === true ) echo '
';
else echo '
';
if ( $affMContext === true ) echo '';
else echo '';
include ("./Publication/menus/modePaie_" .$lg. ".php");
echo '';
echo '
';
if ( $affMContext === true ) echo '
';
else echo '
';
// ---------------------------------------------------
// liste des paiements
// ---------------------------------------------------
dynamiqItemImage (0,0,'msgInfos', 'span', '-action-','cde',75, 'icones','-','-');
if (!empty($tabIdPaie)) {
for ($p=0;$p
';
else echo '';
// ---------------------------------------------------
// Icos des paiements
// ---------------------------------------------------
if ($tabIdPaie[$p]!=1) {
$src='';
if ( $affMContext === true ) echo '
';
else echo '';
$varImgPt=$tabIconePaie[$p];
$test=strtolower(substr($varImgPt,-3));
if ($test=='jpg' || $test=='peg' || $test=='gif' || $test=='ico' || $test=='png' || $test=='bmp') {
$test=strtolower(substr($varImgPt,0,4));
// echo 'test' .$test;
if ($test!='http' && $_SESSION['isBackOffice']===true) {$src="../." .$varImgPt;}
else {$src=$varImgPt;}
echo '
';
}
else {
echo ' ';
}
echo '';
}
// ---------------------------------------------------
// Icos des cb :
// ---------------------------------------------------
if ($tabIdPaie[$p]==1) {
$j=0;
$filtreActiv=1;
include ($includePath. "/req/33-typeCb.reqSelectList.php");
for ($j=1;$j<=count($tabCbLib);$j++) {
// ------- liste des cb
echo '';
echo '';
echo ' ' .$tabCbLib[$j]. ' ';
echo '';
echo '';
// ------- liste cb ico
echo '';
echo '';
echo '
';
echo '';
echo '';
}
}
// ---------------------------------------------------
// Libellés des paiements
// ---------------------------------------------------
if ($tabIdPaie[$p]!=1) {
if ( $affMContext === true ) echo '';
else echo '';
echo $tabLibPaie[$p]. '';
echo '';
}
echo '';
echo ' ';
}
}
echo '';
echo '
'; //tablePages
?>