Go to the documentation of this file.00001 <?php
00002
00003
00004
00005
00006
00007 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00008 require_once ('class_anc_listing.php');
00009 $list = new Anc_Listing($cn);
00010 $list->get_request();
00011
00012 echo $list->display_form();
00013
00014 if (isset($_GET['result']))
00015 {
00016 echo '<div class="content">';
00017
00018
00019
00020
00021 echo $list->show_button();
00022 echo $list->display_html();
00023 echo '</div>';
00024 }
00025 echo '</div>';
00026 ?>