fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / acqui / spent.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Budgets et fonds : dépenséretours </title>                                     
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->           
4 </head>   
5 <body>  
6 <!-- TMPL_INCLUDE NAME="header.inc" -->                                   
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Accueil</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Budgets et dépenses</div>
10
11 <div id="doc3" class="yui-t2">
12 <div id="bd">            
13 <div id="yui-main">                         
14 <div class="yui-b">
15
16 <h1>Budgets et postes budgétaires</h1>
17 <h2>Dépensé</h2>
18
19 <br /><br />
20
21
22 <table id="spent">
23 <tr>
24    <th>Titre</th>
25         <th>Commande</th>
26         <th>Fournisseur</th>
27         <th>Numéro de facture</th>
28         <th>Type de document</th>
29         <th>Reçu</th>
30         <th>Prix unitaire</th>
31         <th>Date de réception</th>
32         <th>Sous-total</th>
33 </tr>
34
35 <!--TMPL_LOOP NAME="SPENTLOOP"-->
36         <!--TMPL_IF name="toggle"-->
37                 <tr class="hilighted">
38         <!--TMPL_ELSE-->
39                 <tr class="hilighted2">
40         <!--/TMPL_IF-->
41         
42                 <td><!--TMPL_VAR NAME="title"-->        </td>
43                 <td>
44                   <a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!--TMPL_VAR NAME="ordnum"-->&amp;biblio=<!--TMPL_VAR NAME="biblionumber"-->&amp;invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->&amp;catview=yes"><TMPL_VAR NAME="ordnum"--></a></td>
45                 <td><!--TMPL_VAR NAME="booksellerid"--> </td>
46                 <td>    <a href=/cgi-bin/koha/acqui/receive.pl?invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->><!--TMPL_VAR NAME="booksellerinvoicenumber"--></a></td>
47                 <td><!--TMPL_VAR NAME="itemtype"-->     </td>
48                 <td><!--TMPL_VAR NAME="qrev"--> </td>
49                 <td><!--TMPL_VAR NAME="unitprice"-->            </td>
50                 <td><!--TMPL_VAR NAME="datereceived"-->         </td>
51                 <td><!--TMPL_VAR NAME="subtotal"-->             </td>
52 </tr>
53 <!--/TMPL_LOOP-->
54
55 <tr>
56    <th>Total</th>
57         <th>&nbsp;</th>
58         <th>&nbsp;</th>
59         <th>&nbsp;</th>
60         <th>&nbsp;</th>
61         <th>&nbsp;</th>
62         <th>&nbsp;</th>
63         <th>&nbsp;</th>
64         <th><!--TMPL_VAR NAME="total"--></th>
65 </tr>
66
67 </table>
68
69 </div>
70 </div>
71 <div class="yui-b">
72 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
73 </div>
74 </div>
75 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->