Plugins  LAST
 All Data Structures Files Functions Variables Pages
appel_fond.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of NOALYSS.
4  *
5  * NOALYSS is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * NOALYSS is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with NOALYSS; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18  */
19 /* $Revision$ */
20 
21 // Copyright (c) 2002 Author Dany De Bontridder dany@alchimerys.be
22 
23 /**
24  * @file
25  * @brief demande info pour générer appel de fond
26  *
27  */
28 ?>
29 <table>
30  <tr>
31  <td>
32  Date de l'opération
33  </td>
34  <td>
35  <?php echo $date->input()?>
36  </td>
37  </tr>
38  <td>Journal pour l'appel de fond</td>
39  <td>
40  <?php echo $led_appel_fond->input()?>
41  </td>
42  </tr>
43  <tr>
44  <td> Fiche pour l'appel</td>
45 
46  <td><?php echo $f_categorie_appel_bt?><?php echo $categorie_appel->input()?></td>
47  <td><?php echo $f_categorie_appel_label?></td>
48  <td><?php echo $str_add_appel?></td>
49  </tr>
50 
51 </table>
52 appel de fond par <?php echo $appel_fond_type->input()?>
53 <div style="margin-left:150px">
54 <table id="appel_fond_budget">
55  <tr >
56 
57  <td>
58  Budget à utiliser
59  </td>
60  <td>
61  <?php echo $budget_sel->input()?>
62  </td>
63  </tr>
64  <tr>
65  <td>
66  Pourcentage du budget
67  </td>
68  <td>
69  <?php echo $budget_pct->input()?>%
70  </td>
71  </tr>
72 </table>
73 <table id="appel_fond_amount">
74  <tr>
75 
76  <td>
77  Montant à répartir
78  </td>
79  <td>
80  <?php echo $amount->input()?>
81  </td>
82  </tr>
83  <tr>
84  <td>
85  Clef de répartiton à utiliser
86  </td>
87  <td>
88  <?php echo $key->input()?>
89  </td>
90  </tr>
91 
92 </table>
93 </div>
94 <script> appel_fond_show()</script>
$led_appel_fond
$categorie_appel table