// la langue de la page (fr ou en)
$langue='fr';
// zone d'accès (0 pour accès libre, 1 pour administrateurs, etc., voir table admin_zones )
$zone=0;
include ($_SERVER["DOCUMENT_ROOT"].'/format/commun.inc');
?>
// div de haut de page si mode!=print
if ($action!='print') {include ($_SERVER["DOCUMENT_ROOT"].'/format/haut_'.$langue.'.inc');} else {include ($_SERVER["DOCUMENT_ROOT"].'/format/haut_print_'.$langue.'.inc');} ?>
ajouts
récents
$mode='recent';
// nombre de documents à afficher
$recentDocsNumber=10;
//*******************************************************************************************
// includes the files which contains the code for retrieving and displaying the document list
include($_SERVER["DOCUMENT_ROOT"].'/utils/docs/doc_list_sql.php');
include($_SERVER["DOCUMENT_ROOT"].'/utils/docs/doc_list_display.php');
//*******************************************************************************************
?>
recherche de publications
//*******************************************************************************************
// includes the files which contains the code for displaying the document search form
include($_SERVER["DOCUMENT_ROOT"].'/utils/docs/docs_search_form.php');
//*******************************************************************************************
?>
// bas de page si mode!=print
if ($action!='print') {include ($_SERVER["DOCUMENT_ROOT"].'/format/bas_'.$langue.'.inc');} else {include ($_SERVER["DOCUMENT_ROOT"].'/format/bas_print_'.$langue.'.inc');} ?>