noalyss  Version-8.1
forecast_cat.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 ?><fieldset>
5 <legend>
6 <?php echo $str_action;?></legend>
7 <?php echo $str_name;?>
8 <?php echo _("Date de début")?> <?php echo $str_start_date?>
9 <?php echo _("Date de fin")?> <?php echo $str_end_date ?>
10 
11 <h2> <?php echo _('Catégories');?></h2>
12 <table>
13 <tr>
14 <th><?php echo _('Ordre');?></th>
15 <th><?php echo _('Nom');?></th>
16 </tr>
17 <?php for ($i=0;$i<count($aCat);$i++):?>
18 <tr>
19 <td>
20 <?php echo $aCat[$i]['order'];?>
21 </td>
22 <td>
23 <?php echo $aCat[$i]['name'];?>
24 </td>
25 </tr>
26 <?php endfor;?>
27 </table>
28 
29 
30 </fieldset>
tr
tr($p_string, $p_extra='')
Definition: ac_common.php:88
$i
$i
Definition: action_document_type_mtable_input.php:83
h2
h2($p_string, $p_class="", $raw="")
Definition: ac_common.php:68
endfor
endfor
Definition: forecast_cat.php:26
table
$compta table
Definition: company.inc.php:81
th
th($p_string, $p_extra='', $raw='')
Definition: ac_common.php:58
td
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83