Check(); ShowMenuCompta($g_dossier,$g_UserProperty); if ( $g_UserProperty['use_admin'] == 0 ) { // check if user can access if (CheckAction($g_dossier,$g_user,ENCJRN) == 0 ){ /* Cannot Access */ NoAccess(); } } // PhpSessid //$sessid=(isset ($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID']; $sessid=$_REQUEST['PHPSESSID']; // display a search box $search_box=u_ShowMenuRecherche($cn,0,$sessid,$HTTP_POST_VARS); echo '
'; echo $search_box; // if nofirst is set then show result if ( isset ($_GET['nofirst'] ) ) { $a=ListJrn($cn,0,"",$HTTP_POST_VARS); echo $a; } echo '
';