noalyss
Version-9
include
template
stock_state_search.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* This file is part of NOALYSS.
5
*
6
* NOALYSS is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* NOALYSS is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with NOALYSS; if not, write to the Free Software
18
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
*/
20
/* $Revision$ */
21
22
// Copyright Author Dany De Bontridder danydb@aevalys.eu
23
24
/**
25
* @file
26
* @brief show the form for State of stock
27
*
28
*/
29
?>
30
<form method=
"GET"
>
31
<?php echo
HtmlInput::get_to_hidden
(array(
"gDossier"
,
"ac"
));?>
32
<
table
>
33
<
tr
>
34
<
td
>
35
<?php echo _(
"Exercice"
)?>
36
</
td
>
37
<
td
>
38
<?php echo
$iexercice
->input()?>
39
</
td
>
40
</
tr
>
41
<
tr
>
42
<
td
>
43
<?php echo _(
"Présentation"
)?>
44
</
td
>
45
<
td
>
46
<?php echo
$presentation
->input()?>
47
</
td
>
48
</
tr
>
49
</
table
>
50
<?php echo
HtmlInput::submit
(
'sfilter'
,_(
'Filtrer'
))?>
51
</form>
tr
tr($p_string, $p_extra='')
Definition:
ac_common.php:88
td
td($p_string='', $p_extra='')
surround the string with td
Definition:
ac_common.php:83
HtmlInput\get_to_hidden
static get_to_hidden($array)
transform $_GET data to hidden
Definition:
html_input.class.php:679
HtmlInput\submit
static submit($p_name, $p_value, $p_javascript="", $p_class="smallbutton")
Definition:
html_input.class.php:211
table
$all table
Definition:
company.inc.php:142
$presentation
$presentation
Definition:
stock_state.inc.php:43
$iexercice
$iexercice
Definition:
stock_state.inc.php:34