noalyss Version-9
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($p_string, $p_extra='')
Definition: ac_common.php:88
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83
$all table
$str_categorie
Definition: fiche.inc.php:40
$str_icall
Definition: fiche.inc.php:44
$str_end
Definition: fiche.inc.php:57
$str_start
Definition: fiche.inc.php:56
$str_histo
Definition: fiche.inc.php:78