noalyss Version-9
stock_histo_search.php
Go to the documentation of this file.
1<?php
2/*
3 * This file is part of NOALYSS.
4 *
5 * NOALYSS is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * NOALYSS is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with NOALYSS; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19/* $Revision$ */
20
21// Copyright Author Dany De Bontridder danydb@aevalys.eu
22
23/**
24 * @file
25 * @brief show box for search
26 *
27 */
28?>
29<div id="histo_search_d" class="inner_box" style="width:60%;height:380px;display:none">
30 <?php echo HtmlInput::title_box(_("Recherche"), "histo_search_d", "hide")?>
31 <form method="GET">
32 <?php echo HtmlInput::get_to_hidden(array("gDossier", "ac"))?>
33 <table>
34 <tr>
35 <td> <?php echo _("Code Stock")?> </td>
36 <td> <?php echo $wcode_stock->input()?><?php echo $wcode_stock->search()?> </td>
37 </tr>
38 <tr>
39 <td> <?php echo _("Fiche")?> </td>
40 <td> <?php echo $wcard->input()?><?php echo $wcard->search()?> </td>
41 </tr>
42 <tr>
43 <td> <?php echo _("A partir de")?> </td>
44 <td> <?php echo $wdate_start->input()?> </td>
45 </tr>
46 <tr>
47 <td> <?php echo _("Jusque")?> </td>
48 <td> <?php echo $wdate_end->input()?> </td>
49 </tr>
50 <tr>
51 <td> <?php echo _("Dépôt")?> </td>
52 <td> <?php echo $wrepo->input()?> </td>
53 </tr>
54 <tr>
55 <td> <?php echo _("Montant supérieur ou égal à")?> </td>
56 <td> <?php echo $wamount_start->input()?> </td>
57 </tr>
58 <tr>
59 <td> <?php echo _("Montant inférieur ou égal à")?> </td>
60 <td> <?php echo $wamount_end->input()?> </td>
61 </tr>
62
63 <tr>
64 <td> <?php echo _("Direction")?> </td>
65 <td> <?php echo $wdirection->input()?> </td>
66 </tr>
67 </table>
68 <?php echo HtmlInput::submit("search_histo_b",_("Recherche"))?>
69 </form>
70</div>
71
tr($p_string, $p_extra='')
Definition: ac_common.php:88
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83
$opd_description style
static title_box($p_name, $p_div, $p_mod="close", $p_js="", $p_draggable="n", $p_enlarge='n')
Title for boxes, you can customize the symbol thanks symbol with the mode "custom".
static get_to_hidden($array)
transform $_GET data to hidden
static submit($p_name, $p_value, $p_javascript="", $p_class="smallbutton")
$all table