noalyss Version-9
fiche_def_input.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 BORDER="0" CELLSPACING="0">
5<TR>
6<TD><?php echo _('Catégorie de fiche')?> </TD>
7<TD><INPUT TYPE="INPUT" class="input_text" NAME="nom_mod"></TD>
8</TR>
9<tr>
10 <td style="vertical-align: text-top">
11 Description
12 </td>
13 <td>
14 <?php echo $fd_description->input(); ?>
15 </td>
16</tr>
17<TR>
18 <TD> <?php echo _('Classe de base')?> </TD>
19<TD><?php echo $f_class_base?> </TD>
20<td><span id="class_base_label"></span></td>
21</TR>
22<TR>
23<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>
24</TR>
25</table>
26<h2><?php echo _("Modèles de catégorie")?></h2>
27<ul>
28<?php
29 if ( !empty ($ref) ) {
30 foreach ($ref as $i=>$v) { ?>
31 <li style="list-style-type: none">
32<?php echo $iradio->input("FICHE_REF",$v['frd_id']);
33 echo $v['frd_text'];
34 if ( !empty ($v['frd_class_base']) != 0 )
35 echo "&nbsp;&nbsp<I>Class base = ".$v['frd_class_base']."</I>";
36
37 }?>
38 </li>
39 <?php }
40?>
41</UL>
h2($p_string, $p_class="", $raw="")
Definition: ac_common.php:68
span($p_string, $p_extra='')
Definition: ac_common.php:43
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
$opd_description style
$all table