fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / acqui / bookfund.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Budgetsréservations</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
10 <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</div>
11
12 <div id="doc3" class="yui-t2">                          
13 <div id="bd">         
14 <div id="yui-main">               
15 <div class="yui-b">               
16  
17
18 <table id="spent">
19 <tr>
20    <th>Titre</th>
21         <th>Commande</th>
22         <th>Type de document</th>
23         <th>Commande en cours</th>
24         <th>Coût estimé par document</th>
25         <th>Date budget</th>
26         <th>Sous-total</th>
27 </tr>
28
29 <!--TMPL_LOOP NAME="commitedloop"-->
30         <!--TMPL_IF name="toggle"-->
31                 <tr class="hilighted">
32         <!--TMPL_ELSE-->
33                 <tr class="hilighted2">
34         <!--/TMPL_IF-->
35         <tr>
36                 <td><!--TMPL_VAR NAME="title"-->        </td>
37                 <td>    <a href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!--TMPL_VAR NAME="ordnum"-->&amp;booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&amp;basket=<!--TMPL_VAR NAME="basketno"-->"><!--TMPL_VAR NAME="ordnum"--></a></td>
38                 <td><!--TMPL_VAR NAME="itemtype"-->     </td>
39                 <td><!--TMPL_VAR NAME="left"--> </td>
40                 <td><!--TMPL_VAR NAME="ecost"-->        </td>
41                 <td><!--TMPL_VAR NAME="budgetdate"-->   </td>
42                 <td><!--TMPL_VAR NAME="subtotal"-->             </td>
43 </tr>
44 <!--/TMPL_LOOP-->
45
46 <tr>
47    <th>Total</th>
48         <th>&nbsp;</th>
49         <th>&nbsp;</th>
50         <th>&nbsp;</th>
51         <th>&nbsp;</th>
52         <th>&nbsp;</th>
53         <th><!--TMPL_VAR NAME="total"--></th>
54 </tr>
55
56 </table>
57
58 </div>
59 </div>
60 <div class="yui-b">
61 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
62 </div>
63 </div>
64 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->