french templates fix
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / acqui-home.tmpl
1 <TMPL_INCLUDE name="acquisitions-top.inc">
2
3 <FONT SIZE=6><em>Acquisitions</em></FONT><br>
4
5 <TABLE width="50%" cellspacing=0 cellpadding=5 border=1 >
6 <TR VALIGN=TOP>
7         <TD  bgcolor="ffdf61" colspan=2>
8                 <b>Débuter, réceptionner, modifier une commande</b>
9         </TD>
10 </TR>
11 <TR VALIGN=TOP>
12         <TD>N° ou nom du vendeur</TD>
13         <TD>
14                 <form action="/cgi-bin/koha/acqui/order.pl" method=post>
15                 <INPUT TYPE="text"  SIZE="25"   NAME="supplier">
16                 </form>
17         </TD>
18 </TR>
19 </table>
20 <br />
21 <!-- showbudget-->
22 <TABLE  align="left" width="40%"  cellspacing=0 cellpadding=5 border=1 >
23 <FORM ACTION="/cgi-bin/koha/search.pl">
24 <TR VALIGN=TOP>
25         <TD  bgcolor="ffdf61" colspan=2><b>Budgets</b></TD>
26 </TR>
27 <TR VALIGN=TOP>
28         <TD colspan=2>
29                 <table cellspacing=0 cellpadding=2 border=1>
30                         <tr>
31                                 <td><b>Budgets</B></TD>
32                                 <TD><b>Total</B></TD>
33                                 <TD><b>Dépensé</B></TD>
34                                 <TD><b>Engagé</B></TD>
35                                 <TD><b>Dispo</B></TD>
36                         </TR>
37                         <TMPL_LOOP name="loop_budget">
38                                 <tr>
39                                         <td><TMPL_VAR name="bookfundname"></TD>
40                                         <TD><TMPL_VAR name="budgetamount"></TD>
41                                         <TD><TMPL_VAR name="spent"></TD>
42                                         <TD><TMPL_VAR name="comtd"></TD>
43                                         <TD><TMPL_VAR name="avail"></TD>
44                                 </TR>
45                         </TMPL_LOOP>
46                         <tr>
47                                 <td><b>Total</b></TD>
48                                 <TD><b><TMPL_VAR name="total"></b></TD>
49                                 <TD><b><TMPL_VAR name="totspent"></b></TD>
50                                 <TD><b><TMPL_VAR name="totcomtd"></b></TD>
51                                 <TD><b><TMPL_VAR name="totavail"></b></TD>
52                         </TR>
53                 </table><br>
54                 Utiliser la fonction "mise à jour" (ctrl-r) pour mettre à jour les valeurs.
55                 Les montants engagés sont approximatifs, ils varient en fonction des taux de change.
56         </TD>
57 </TR>
58 </form>
59 </table>
60 <!-- currencies-->
61 <TABLE cellspacing=0 cellpadding=5 border=1 >
62         <FORM ACTION="/cgi-bin/koha/currency.pl">
63         <input type=hidden name=type value=change>
64         <TR VALIGN=TOP>
65                 <TD  bgcolor="ffdf61" colspan=2><b>Taux de change</b></TD>
66         </TR>
67         <TMPL_LOOP name="loop_currency">
68                 <TR VALIGN=TOP>
69                         <TD>
70                                 <TMPL_VAR name="currency">
71                         </td>
72                         <td>
73                                 <INPUT TYPE="text"  SIZE="10"   NAME="<TMPL_VAR name="currency">" value=<TMPL_VAR name="rate">>
74                         </td>
75                 </TR>
76         </TMPL_LOOP>
77         <tr>
78                 <td colspan=2 align="center"><input type=submit value="Save"></TD>
79         </tr>
80         </form>
81 </table>
82
83 <br />
84 <TABLE cellspacing=0 cellpadding=5 border=1 >
85 <TR VALIGN=TOP>
86         <TD  bgcolor="ffdf61" colspan=2>
87                 <b>Aide</b><br>
88                 <b>Commande:</b> <p>Pour débuter une acquisition, chercher tout d'abord le vendeur. Vous pourrez ensuite créer un nouveau "panier".</p>
89                 <p>Pour commander un exemplaire, vous devez vérifier qu'une notice existe déjà, et soit ajouter un exemplaire, soit créer une nouvelle notice et y ajouter un exemplaire</p>
90                 <p>Pour commencer un nouveau panier avec un nouveau fournisseur, revenez à cette page, et passez par la recherche d'un fournisseur</p>
91                 <p>Pour cloturer un panier, cliquer sur "voir panier", et choisir "confirmer panier"</p>
92         </td>
93 </TR>
94 </table>
95
96 <TMPL_INCLUDE name="acquisitions-bottom.inc">