noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
fiche_def_input.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 BORDER="0" CELLSPACING="0">
00005 <TR>
00006 <TD><?php echo _('Catégorie de fiche')?> </TD>
00007 <TD><INPUT TYPE="INPUT" NAME="nom_mod"></TD>
00008 </TR>
00009 <tr>
00010         <td style="vertical-align: text-top">
00011                 Description
00012         </td>
00013         <td>
00014                 <?php echo $fd_description->input(); ?>
00015         </td>
00016 </tr>
00017 <TR>
00018    <TD> <?php echo _('Classe de base')?> </TD>
00019 <TD><?php echo $f_class_base?> </TD>
00020 <td><span id="class_base_label"></span></td>
00021 </TR>
00022 <TR>
00023 <TD colspan='2'> <INPUT TYPE="CHECKBOX" NAME="create" CHECKED><?php echo _("Création automatique du poste comptable uniquement s'il n'y a qu'un seul poste")?></TD>
00024 </TR>
00025 <?php
00026   if ( sizeof($ref)  ) {
00027     foreach ($ref as $i=>$v) { ?>
00028 <TR><TD style="width:auto" COLSPAN="2">
00029 <?php echo $iradio->input("FICHE_REF",$v['frd_id']);
00030    echo $v['frd_text'];
00031    if ( sizeof ($v['frd_class_base']) != 0 )
00032            echo "&nbsp;&nbsp<I>Class base = ".$v['frd_class_base']."</I>";
00033       echo "</TD></TR>";
00034 
00035     }
00036 
00037   }
00038 ?>
00039 
00040 </TABLE>
 All Data Structures Namespaces Files Functions Variables Enumerations