noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
forecast_cat.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 ?><fieldset>
00005 <legend>
00006 <?php echo $str_action;?></legend>
00007 <?php echo $str_name;?>
00008 <?php echo _("Date de début")?> <?php echo $str_start_date?>
00009 <?php echo _("Date de fin")?> <?php echo $str_end_date ?>
00010 
00011 <h2> <?php echo _('Catégories');?></h2>
00012 <table>
00013 <tr>
00014 <th><?php echo _('Ordre');?></th>
00015 <th><?php echo _('Nom');?></th>
00016 </tr>
00017 <?php for ($i=0;$i<count($aCat);$i++):?>
00018 <tr>
00019 <td>
00020 <?php echo $aCat[$i]['order'];?>
00021 </td>
00022 <td>
00023 <?php echo $aCat[$i]['name'];?>
00024 </td>
00025 </tr>
00026 <?php endfor;?>
00027 </table>
00028 
00029 
00030 </fieldset>
 All Data Structures Namespaces Files Functions Variables Enumerations