noalyss
Version-9
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
a
s
u
v
Files
File List
Globals
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Pages
include
template
impress_cat_card.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
?><
table
>
5
<
tr
>
6
<
td
><?php echo _(
'Categorie'
)?> </
td
>
7
<
td
><?php echo
$str_categorie
?></
td
>
8
</
tr
>
9
<
tr
>
10
<
td
><?php echo _(
'Type'
)?></
td
>
11
<
td
><?php echo
$str_histo
?></
td
>
12
</
tr
>
13
<
tr
id
=
"trstart"
>
14
<
td
><?php echo _(
'Depuis'
)?></
td
>
15
<
td
> <?php echo
$str_start
?></
td
>
16
</
tr
>
17
<
tr
id
=
"trend"
>
18
<
td
><?php echo _(
'Jusque'
)?></
td
>
19
<
td
><?php echo
$str_end
?></
td
>
20
<
tr
id
=
"allcard"
>
21
<
td
><?php echo _(
'Pour toutes les catégories'
)?></
td
>
22
<
td
><?php echo
$str_icall
?></
td
>
23
</
tr
>
24
</
tr
>
25
</
table
>
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
table
$all table
Definition:
company.inc.php:142
$str_categorie
$str_categorie
Definition:
fiche.inc.php:40
$str_icall
$str_icall
Definition:
fiche.inc.php:44
$str_end
$str_end
Definition:
fiche.inc.php:57
$str_start
$str_start
Definition:
fiche.inc.php:56
$str_histo
$str_histo
Definition:
fiche.inc.php:78