'; require_once NOALYSS_INCLUDE.'/class_anc_grandlivre.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=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->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(); } else { echo '

'; echo _('Aucune donnée trouvée'); echo '

'; } } echo ''; ?>