'; require_once NOALYSS_INCLUDE.'/class_anc_grandlivre.php'; $grandLivre=new Anc_Grandlivre($cn); $grandLivre->get_request(); /* * Form */ echo '
'; $result=HtmlInput::default_value_request('result',null); if ($result != null) { $result=$grandLivre->display_html(); if ($grandLivre->has_data != 0 ) { echo ''; echo _('Tout sélectionner')." ".ICheckBox::toggle_checkbox('export_pdf_bt1','export_anc_receipt_pdf'); echo ''; echo $grandLivre->show_button(); echo ''; echo $grandLivre->show_button(); } else { echo ''; echo _('Aucune donnée trouvée'); echo '
'; } } echo ''; ?>