$checked_oui = ( $promotion->online == '1') ? "checked" : ""; $checked_non = ( $promotion->online == '1') ? "" : "checked"; } else { $titre_page = "Ajout d'une promotion"; $titre = ""; $sous_titre = ""; $reduction = ""; $texte = ""; $date_creation = date("d/m/Y"); $checked_oui = ""; $checked_non = "checked"; } // Liste des promotions disponibles $liste_promotion = $promotion->getListe(); $menu = "promotion ajout"; ?> <html> <head> <!-- Titre de la page et CSS --> <? include_once('../includes/head.php'); ?> <script language=Javascript> <!-- <? include('../js/js.js'); ?> function initialiser() {