noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
impress_cat_card.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 ?><table>
00005 <tr>
00006   <td><?php echo _('Categorie')?> </td>
00007   <td><?php echo $str_categorie?></td>
00008 </tr>
00009 <tr>
00010   <td><?php echo _('Type')?></td>
00011   <td><?php echo $str_histo?></td>
00012 </tr>
00013 <tr id="trstart">
00014   <td><?php echo _('Depuis')?></td>
00015   <td> <?php echo $str_start?></td>
00016 </tr>
00017 <tr id="trend">
00018   <td><?php echo _('Jusque')?></td>
00019   <td><?php echo $str_end?></td>
00020 <tr id="allcard">
00021         <td><?php echo _('Pour toutes les catégories')?></td>
00022         <td><?php echo $str_icall?></td>
00023 </tr>
00024 </tr>
00025 </table>
 All Data Structures Namespaces Files Functions Variables Enumerations