isAjaxRequest()) { header("Content-type: text/html; charset=".HTTPCHARSET.""); } else { // $f->addHTMLHeadJs(array("../lib/jquery-ui/jquery-ui.min.js", "../js/localisation.js")); // $f->setFlag("htmlonly"); $f->display(); } // $f->displayStartContent(); // $f->setTitle(_("Localisation")); $f->displayTitle(); /** * */ $f->layout->display_start_conteneur_grille(); $f->layout->display_start_conteneur_block(); // echo "\n"; // if ($format == "A4" && $orientation == "P") { $width = 210; $height = 297; } elseif ($format == "A4" && $orientation == "L") { $width = 297; $height = 210; } elseif ($format == "A3" && $orientation == "P") { $width = 297; $height = 420; } elseif ($format == "A3" && $orientation == "L") { $width = 420; $height = 297; } else { $width = 210; $height = 297; } // echo "\n"; // echo ""; // echo "\n\n"; // echo "
\n"; // echo "\n\n"; // echo "
\n"; // $f->layout->display_close_conteneur_block(); $f->layout->display_close_conteneur_grille(); // /** * */ // $f->displayLinkJsCloseWindow(); /** * */ // $f->displayEndContent(); ?>