Go to the documentation of this file.00001 <?php
00002
00003
00004
00005 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006 require_once('class_anc_grandlivre.php');
00007 $gl = new Anc_GrandLivre($cn);
00008 $gl->get_request();
00009 echo '<form method="get">';
00010 echo $gl->display_form();
00011 echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
00012 echo '</form>';
00013 if (isset($_GET['result']))
00014 {
00015 echo $gl->show_button();
00016 echo $gl->display_html();
00017 echo $gl->show_button();
00018 }
00019 ?>