noalyss Version-9
currency_mtable_input_new.php
Go to the documentation of this file.
1<?php
2
3/*
4 * This file is part of NOALYSS.
5 *
6 * PhpCompta is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * PhpCompta is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with PhpCompta; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20// Copyright (2018) Author Dany De Bontridder <dany@alchimerys.be>
21
22if (!defined('ALLOWED')) die('Appel direct ne sont pas permis');
23
24/**
25 * @file
26 * @brief input for currency_mtable
27 * @see Currency_MTable
28 */
29?>
30<table>
31 <tr>
32 <td>
33 ISO
34 <?php $error=$this->get_error("cr_code_iso");
36 ?>
37 </td>
38 <td>
39 <?php echo $cr_code_iso->input(); ?>
40 </td>
41 </tr>
42 <tr>
43 <td>
44 <?php echo _("Nom");
45 $error=$this->get_error("cr_name");
47 ?>
48
49 </td>
50 <td>
51 <?php echo $cr_name->input(); ?>
52 </td>
53 </tr>
54 <tr>
55 <td>
56 <?php echo _("Date");
57 $error=$this->get_error("str_from");
59 ?>
60 </td>
61 <td>
62 <?php echo $new_rate_date->input();?>
63 </td>
64 </tr>
65 <tr>
66 <td>
67 <?php echo _("Valeur");
68 $error=$this->get_error("ch_value");
70 ?>
71 </td>
72 <td>
73 <?php echo $new_rate_value->input();?>
74 </td>
75 </tr>
76</table>
77
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
static errorbulle($p_comment)
$all table