bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / bookfund.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Funds</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">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Funds</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>Title</th>
21         <th>Order</th>
22         <th>Itemtype</th>
23         <th>Left on Order</th>
24         <th>Estimated cost per unit</th>
25         <th>Budget Date</th>
26         <th>Subtotal</th>
27 </tr>
28
29 <!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
30         <!--TMPL_IF name="toggle"-->
31         <tr class="hilighted">
32         <!--TMPL_ELSE-->
33         <tr>
34         <!--/TMPL_IF-->
35                 <td><!--TMPL_VAR NAME="title"-->        </td>
36                 <td>    <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordnum=<!--TMPL_VAR NAME="ordnum"-->&amp;booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&amp;basketno=<!--TMPL_VAR NAME="basketno"-->"><!--TMPL_VAR NAME="ordnum"--></a></td>
37                 <td><!--TMPL_VAR NAME="itemtype"-->     </td>
38                 <td><!--TMPL_VAR NAME="left"--> </td>
39                 <td><!--TMPL_VAR NAME="ecost"-->        </td>
40                 <td><!--TMPL_VAR NAME="budgetdate"-->   </td>
41                 <td><!--TMPL_VAR NAME="subtotal"-->             </td>
42 </tr>
43 <!--/TMPL_LOOP-->
44
45 <tr>
46    <th>Total</th>
47         <th>&nbsp;</th>
48         <th>&nbsp;</th>
49         <th>&nbsp;</th>
50         <th>&nbsp;</th>
51         <th>&nbsp;</th>
52         <th><!--TMPL_VAR NAME="total"--></th>
53 </tr>
54
55 </table>
56
57 </div>
58 </div>
59 <div class="yui-b">
60 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
61 </div>
62 </div>
63 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->