noalyss
Version-9
include
template
list_category_document.php
Go to the documentation of this file.
1
<?php
2
//This file is part of NOALYSS and is under GPL
3
//see licence.txt
4
?><form method=
"post"
>
5
6
<
table
>
7
8
<?php
9
for
(
$i
=0;
$i
<count($aList);
$i
++) :
10
$row
=$aList[
$i
];
11
?>
12
13
<
tr
id
=
"row<?php echo $row['dt_id']?>"
>
14
<
td
colspan=
"2"
>
15
<?php echo
h
(
$row
[
'dt_value'
]);?>
16
</
td
>
17
<
td
colspan=
"2"
>
18
<?php echo
h
(
$row
[
'dt_prefix'
]);?>
19
</
td
>
20
<
td
>
21
<?php echo
$row
[
'js_mod'
];?>
22
</
td
>
23
<
td
>
24
<?php echo
$row
[
'js_remove'
];?>
25
</
td
>
26
27
28
</
tr
>
29
<?php
30
endfor
;
31
?>
32
<
tr
>
33
<
td
>
34
<?php echo $str_addCat?>
35
</
td
>
36
<
td
>
37
<?php echo $str_addPrefix?>
38
</
td
>
39
<
td
>
40
<?php echo $str_submit?>
41
</
td
>
42
</
tr
>
43
44
</
table
>
45
<?php
46
echo dossier::hidden();
47
echo
HtmlInput::hidden
(
'ac'
,
$_REQUEST
[
'ac'
]);
48
?>
49
</form>
h
h( $row[ 'oa_description'])
Definition:
ajax_anc_detail_operation.php:46
tr
tr($p_string, $p_extra='')
Definition:
ac_common.php:88
$i
$i
Definition:
action_document_type_mtable_input.php:83
$_REQUEST
$_REQUEST['ac']
Definition:
ajax_search_action.php:26
endfor
endfor
Definition:
stock_cfg.inc.php:108
table
$all table
Definition:
company.inc.php:138
td
td($p_string='', $p_extra='')
surround the string with td
Definition:
ac_common.php:83
HtmlInput\hidden
static hidden($p_name, $p_value, $p_id="")
Definition:
html_input.class.php:218
$row
$row
Definition:
ajax_anc_detail_operation.php:33