reordering template
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / lateorders.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
6
7 <h1 ><!-- TMPL_IF name="Supplier" --><!-- TMPL_VAR name="Supplier" --> : <!--/TMPL_IF -->Late issues</h1>
8         <div id="acqui_lateorders">
9                 <table>
10                         <tr>
11                                 <th>Supplier</th>
12                                 <th>Order Date</th>
13                                 <th>Book information</th>
14                                 <th>Total cost</th>
15                                 <th>Basket</th>
16                                 <th>&nbsp;</th>
17                         </tr>
18                         <tr>
19                                         <td class="doNotPrint">
20                         <form action="lateorders.pl" method="post">
21                                                 <!-- TMPL_VAR name="CGIsupplier" -->
22                                         </td>
23                                         <td align="center" class="doNotPrint">
24                                                 <input align="right" size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days
25                                         </td>
26                                         <td colspan="2">
27                                                 &nbsp;
28                                         </td>
29                                         
30                                         
31                     <td class="doNotPrint">
32                                                 <input type="submit" value="filter" />
33                         </form>
34                                         </td>
35                                         <td class="doNotPrint">
36                         <form name="claim" method="post">
37                         <input type="hidden" name="op" value="send_alert" />
38                         <select name="letter_code" >
39                           <!--TMPL_LOOP Name="letters"-->
40                             <option value="<!--TMPL_VAR Name="code"-->"><!--TMPL_VAR Name="name"--></option>
41                           <!--/TMPL_LOOP -->
42                         </select>
43                                                 <input type="submit" value="Claim Order" />
44                                         </td>
45                         </tr>
46                         <!-- TMPL_LOOP name="lateorders" -->
47                                 <!--TMPL_IF Name="hilighted" --> <tr class="hilighted"> <!--TMPL_ELSE--> <tr> <!-- /TMPL_IF -->
48                                         <td class="doNotPrint">
49                                                 <!-- TMPL_VAR name="supplier" -->
50                                         </td>
51                                         <td>
52                                                 <!-- TMPL_VAR name="orderdate" -->
53                                                 (<!-- TMPL_VAR name="latesince" --> days)
54                                         </td>
55                                         <td >
56                                                 <b><!-- TMPL_VAR name="title" --></b>
57                                         <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
58                                         <!-- 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 -->
59                                         </td>
60                                         <td align="right">
61                                                 <!-- TMPL_VAR name="unitpricesupplier" -->x
62                                                 <!-- TMPL_VAR name="quantity" --> = 
63                                                 <!-- TMPL_VAR name="subtotal" -->
64                                         </td>
65                                         <td class="doNotPrint">
66                                                 <p><a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->" title="basket">
67                                                     <!-- TMPL_VAR name="basketno" -->
68                                                 </a>
69                                                 </p>
70                                                 <p title="budget"><!-- TMPL_VAR name="budget" --></p>
71                                                 <p title="branch"><!-- TMPL_VAR name="branch" --></p>
72                                         </td>
73                                         <td class="doNotPrint">
74                                                 <input type="checkbox" name="claim_for" value="<!--TMPL_VAR Name="ordernumber" -->" />
75                                         </td>
76                                 </tr>
77                         <!-- /TMPL_LOOP -->
78                         <tr> 
79                                         <th>
80                                                 Total
81                                         </th>
82                                         <th colspan="2">
83                                                 &nbsp;
84                                         </th>
85                                         <th>
86                                                 <!-- TMPL_VAR name="total" -->
87                                         </th>
88                                         <th class="doNotPrint"> &nbsp;</th>
89                                         <td>
90                                                 <input type="submit" value="Claim Order" />
91                         </form>
92                                         </td>
93                         </tr>
94                 </table>
95         </div>
96 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
97