'; echo '
'; // ----------------------------------------------------- // Titre de la page // ----------------------------------------------------- echo '  '; echo '   '; if ($typeMails==3) { echo 'News  '; echo 'Lettre d\'information'; } else { echo 'Mails  '; echo 'Gestion des e-mails    '; } echo ''; // ----------------------------------------------------- // Types de Mails // ----------------------------------------------------- echo ''; include("./mails/mails.menus.php"); echo ''; include($includePathAdmin. "/zoneMonCompte.php"); echo '
'; //titre // ----------------------------------------------------- // Barre onglets menus // ----------------------------------------------------- echo '
'; if ($typeMails!=3) { echo '
'; include ("./mails/mails.sousMenus.php"); echo '
'; } echo '
'; // ----------------------------------------------------- // Zone recherche ou aide ou sous-menus Wbm // ----------------------------------------------------- echo '
'; // if ($typeMails!=3) { // echo ''; if ($_SESSION['nbLg']>1) { $lgLien="affAdmin=5&typeMails=" .$typeMails. "&affMails=" .$affMails; include ($includePathAdmin. "/drapeaux/drapeauxListBox.php"); } // echo ''; // } if ($typeMails==1) { // ----------------------------------------------------- // Btn prévisualisation // ----------------------------------------------------- echo ''; echo '  '; echo '  Prévisualiser un exemple  '; echo ' ' .$prodServer. ' '; echo ''; // ----------------------------------------------------- // Boite aide // ----------------------------------------------------- echo ''; echo ''; echo ''; echo ''; } if ($typeMails==2) { // ----------------------------------------------------- // Boite aide // ----------------------------------------------------- echo ''; echo ''; echo ''; echo ''; // ----------------------------------------------------- // Aller dans le contenu // ----------------------------------------------------- echo ''; echo ''; echo 'Textes avancés'; echo ''; } if ($typeMails==3) { include ("./mails/news/news.menus.php"); } echo '
'; echo '
'; // ----------------------------------------------------- // Formulaire // ----------------------------------------------------- echo ''; echo '
'; // ----------------------------------------------------- // Afficher messages webmaster // ----------------------------------------------------- if (!empty($admMsg) || !empty($debugMsg) ) { echo '
'; include ($includePathAdmin. "/adminMsg.php"); echo '
'; //zoneMsg } echo ''; //page } else { $confPath="../_conf"; include ("./adminInclude/redirectionAdmin.php"); } ?>