noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
anc_history.inc.php
Go to the documentation of this file.
00001 <?php
00002 
00003 //This file is part of NOALYSS and is under GPL 
00004 //see licence.txt
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 //---- result
00014 if (isset($_GET['result']))
00015 {
00016     echo '<div class="content">';
00017 
00018     //--------------------------------
00019     // export Buttons
00020     //---------------------------------
00021     echo $list->show_button();
00022     echo $list->display_html();
00023     echo '</div>';
00024 }
00025 echo '</div>';
00026 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations