'; global $http; require_once NOALYSS_INCLUDE.'/class/anc_grandlivre.class.php'; $grandLivre=new Anc_Grandlivre($cn); $grandLivre->get_request(); /* * Form */ echo '
'; echo $grandLivre->display_form(); echo '

' . HtmlInput::submit('Recherche', _('Rechercher')) . '

'; echo HtmlInput::request_to_hidden(array('sa','ac','gDossier')); echo '
'; $result=$http->request('result',"string",null); if ($result != null) { $grandLivre->load(); if ($grandLivre->has_data != 0 ) { echo ''; echo _('Tout sélectionner')." ".ICheckBox::toggle_checkbox('export_pdf_bt1','export_anc_receipt_pdf'); echo ''; $task_id=uniqid(); echo $grandLivre->show_button(); printf ('
', $task_id, _("Le traitement est en cours , merci de patienter sans recharger la page") ); echo HtmlInput::hidden("task_id",$task_id); echo $grandLivre->button_export_pdf(); echo $grandLivre->display_html(); echo $grandLivre->button_export_pdf(); echo HtmlInput::get_to_hidden(array('ac','gDossier','sa')); echo '
'; echo $grandLivre->show_button(); ?> '; echo _('Aucune donnée trouvée'); echo '

'; } } echo ''; ?>