noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
stock_state_search.php
Go to the documentation of this file.
00001 <?php
00002 
00003 /*
00004  *   This file is part of NOALYSS.
00005  *
00006  *   NOALYSS is free software; you can redistribute it and/or modify
00007  *   it under the terms of the GNU General Public License as published by
00008  *   the Free Software Foundation; either version 2 of the License, or
00009  *   (at your option) any later version.
00010  *
00011  *   NOALYSS is distributed in the hope that it will be useful,
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *   GNU General Public License for more details.
00015  *
00016  *   You should have received a copy of the GNU General Public License
00017  *   along with NOALYSS; if not, write to the Free Software
00018  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 /* $Revision$ */
00021 
00022 // Copyright Author Dany De Bontridder danydb@aevalys.eu
00023 
00024 /**
00025  * @file
00026  * @brief show the form for State of stock
00027  *
00028  */
00029 ?>
00030 <form method="GET">
00031         <?php echo HtmlInput::get_to_hidden(array("gDossier","ac"));?>
00032         <table>
00033                 <tr>
00034                         <td>
00035                                 <?php echo _("Exercice")?>
00036                         </td>
00037                         <td>
00038                                 <?php echo $iexercice->input()?>
00039                         </td>
00040                 </tr>
00041                 <tr>
00042                         <td>
00043                                 <?php echo _("Présentation")?>
00044                         </td>
00045                         <td>
00046                                 <?php echo $presentation->input()?>
00047                         </td>
00048                 </tr>
00049         </table>
00050         <?php echo HtmlInput::submit('sfilter',_('Filtrer'))?>
00051 </form>
 All Data Structures Namespaces Files Functions Variables Enumerations