38 lines
1.9 KiB
PHP
Executable File
38 lines
1.9 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// ---------------------------------------------------
|
|
// Affichage du mesage commercial
|
|
// ---------------------------------------------------
|
|
|
|
include ("cdv.reqSelect.messCom.php");
|
|
if ($afficherMsgCom==1) {
|
|
echo '<div id="messCom" data-tooltip="' .$titleTab. '" style="';
|
|
if (isset ($styleMsgCom) && $styleMsgCom!='-') echo $styleMsgCom;
|
|
if ( $affMContext === true ) { echo ' cursor:context-menu';}
|
|
echo '" ';
|
|
if ( $affMContext === true ) { echo $_SESSION['mouseOverMenuContext']. 'onContextMenu="return mContextuel( this, \'messCom\', \'cdv\', 0, event );" ';}
|
|
echo '>';
|
|
echo '<i class="' .$icoTab. '"></i> <span>' .$messTab. '</span>';
|
|
echo '</div>';
|
|
}
|
|
|
|
if ( $affMContext === true ) echo '<div id="tablePages" style="cursor:context-menu" ' .$_SESSION['mouseOverMenuContextContainer']. ' mConStyle( this, \'Transverses site\', \'tablePages\', 1, \'contact\', 8, 0, event );">';
|
|
else echo '<div id="tablePages" >';
|
|
if ( $affMContext === true ) echo '<div class="tableInfos"' .$_SESSION['mouseOverMenuContextContainer']. ' onContextMenu="return mConStyle( this, \'Informations\', \'tableInfos\', 1, \'contact\', 8, 0, event );>';
|
|
else echo '<div class="tableInfos" >';
|
|
|
|
// ---------------------------------------------------
|
|
// Titre de la page
|
|
// ---------------------------------------------------
|
|
// msg titre ==> Conditions de vente
|
|
// ---------------------------------------------------
|
|
echo '<h1 class="titresInfos" >';
|
|
dynamiqItemImage (0, 1, 'titresInfos', 'span', '-', 'menu', 19, 'icones', '-', '-');
|
|
echo '</h1 >';
|
|
if ( $affMContext === true ) echo '<span class="msgInfos"' .$_SESSION['mouseOverMenuContext']. ' onContextMenu="return mContextuel( this, \'msgInfos\', \'contact\', 0, event );">';
|
|
else echo '<span class="msgInfos" >';
|
|
include ("./Publication/information/menuCdv_" .$lg. ".php");
|
|
echo '</span>';
|
|
echo '</div>';
|
|
echo '</div>'; //tablePages
|
|
?>
|