prog templates : completed, fixed & xhtml valid
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / lateorders.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
4
5 <h1 ><!-- TMPL_IF name="Supplier" --><!-- TMPL_VAR name="Supplier" --> : <!--/TMPL_IF -->Late issues</h1>
6                         <form action="lateorders.pl" method="post">
7         <table>
8                 <tr>
9                         <th>Supplier</th>
10                         <th>Order Date</th>
11                         <th>Ordered for</th>
12                         <th>Including Basket</th>
13                         <th>Book information</th>
14                         <th>Branch</th>
15                         <th>Estimated Unit Price</th>
16                         <th>Retailer Catalogue Unit Price</th>
17                         <th>Quantity</th>
18                         <th>Total cost</th>
19                         <th>Budget</th>
20                         <th>&nbsp;</th>
21                 </tr>
22                 <tr>
23                                 <td class="doNotPrint">
24                                         <!-- TMPL_VAR name="CGIsupplier" -->
25                                 </td>
26                                 <td> &nbsp;</td>
27                                 <td align="center" class="doNotPrint">
28                                         <input align="right" size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days
29                                 </td>
30                                 <td colspan="2">
31                                         &nbsp;
32                                 </td>
33                                 <td class="doNotPrint">
34                                         <select name="branch">
35                                         <!-- TMPL_LOOP name="branchloop" -->
36                                                 <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option>
37                                         <!-- /TMPL_LOOP -->
38                                         </select>
39                                 </td>
40                                 <td colspan="5">
41                                         &nbsp;
42                                 </td>
43                                 
44                                 <td class="doNotPrint">
45                                         <input type="submit" value="filter" />
46                                 </td>
47                 </tr>
48                 <!-- TMPL_LOOP name="lateorders" -->
49                         <!--TMPL_IF Name="hilighted" --> <tr class="hilighted"> <!--TMPL_ELSE--> <tr> <!-- /TMPL_IF -->
50                                 <td class="doNotPrint">
51                                         <!-- TMPL_VAR name="supplier" -->
52                                 </td>
53                                 <td>
54                                         <!-- TMPL_VAR name="orderdate" -->
55                                 </td>
56                                 <td class="number" align="right">
57                                         <!-- TMPL_VAR name="latesince" -->
58                                 </td>
59                                 <td align="center" class="doNotPrint">
60                                         <!-- TMPL_VAR name="basketno" -->
61                                 </td>
62                                 <td >
63                                         <b><!-- TMPL_VAR name="title" --></b>
64                                 <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
65                                 <!-- TMPL_IF name="publisher" --><br/><i>Published by:</i> <!-- TMPL_VAR NAME="publisher" --><!-- TMPL_IF name="publicationyear" --><i> in </i><!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF --><!-- /TMPL_IF -->
66                                 </td>
67                                 <td class="doNotPrint">
68                                         <!-- TMPL_VAR name="branch" -->
69                                 </td>
70                                 <td align="right" class="doNotPrint">
71                                         <!-- TMPL_VAR name="unitpricelib" -->
72                                 </td>
73                                 <td align="right">
74                                         <!-- TMPL_VAR name="unitpricesupplier" -->
75                                 </td>
76                                 <td align="right">
77                                         <!-- TMPL_VAR name="quantity" -->
78                                 </td>
79                                 <td align="right">
80                                         <!-- TMPL_VAR name="subtotal" -->
81                                 </td>
82                                 <td class="doNotPrint">
83                                         <!-- TMPL_VAR name="budget" -->
84                                 </td>
85                                 <td class="doNotPrint">
86                                         &nbsp;
87                                 </td>
88                         </tr>
89                 <!-- /TMPL_LOOP -->
90                 <tr> 
91                                 <th>
92                                         Total
93                                 </th>
94                                 <th colspan="2">
95                                         &nbsp;
96                                 </th>
97                                 <th class="doNotPrint"> &nbsp;</th>
98                                 <th colspan="5">
99                                         &nbsp;
100                                 </th>
101                                 
102                                 <th>
103                                         <!-- TMPL_VAR name="total" -->
104                                 </th>
105                 </tr>
106         </table>
107 </form>
108 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
109