noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
anc_group_balance.inc.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 
00005 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006 require_once('class_anc_group.php');
00007 $gr = new Anc_Group($cn);
00008 $gr->get_request();
00009 echo '<form method="get">';
00010 echo $gr->display_form();
00011 echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
00012 echo '</form>';
00013 if (isset($_GET['result']))
00014 {
00015     echo $gr->show_button();
00016 
00017     echo $gr->display_html();
00018 }
00019 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations