nomenclature cleanup for acquisitions:
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / lateorders.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Late issues</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">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Late issues</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16         
17 <h1 ><!-- TMPL_IF name="Supplier" --><!-- TMPL_VAR name="Supplier" --> : <!--/TMPL_IF -->Late issues</h1>
18 <div id="acqui_lateorders">
19     <table>
20         <tr>
21             <th>Order Date</th>
22             <th>Vendor</th>
23             <th>Information</th>
24             <th>Total cost</th>
25             <th>Basket</th>
26             <th>&nbsp;</th>
27         </tr>
28         <tr>
29             <td>
30                 <form action="lateorders.pl" method="post">
31                 <input size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days
32             </td>
33             <td>
34                     <!-- TMPL_VAR name="CGIsupplier" -->
35             </td>
36             <td colspan="2">
37                     &nbsp;
38             </td>
39             <td>
40                 <input type="submit" value="filter" />
41                 </form>
42             </td>
43             <td>
44                 <form action="lateorders.pl" name="claim" method="post">
45                     <input type="hidden" name="op" value="send_alert" />
46                     <!-- TMPL_IF NAME="letters" --><select name="letter_code" id="letter_code">
47                         <!--TMPL_LOOP Name="letters"-->
48                             <option value="<!--TMPL_VAR Name="code"-->"><!--TMPL_VAR Name="name"--></option>
49                         <!--/TMPL_LOOP -->
50                     </select>
51                                         <!-- /TMPL_IF -->
52                     <input type="submit" value="Claim Order" />
53             </td>
54         </tr>
55         <!-- TMPL_LOOP name="lateorders" -->
56             <!--TMPL_IF Name="hilighted" -->
57                 <tr class="hilighted"> 
58             <!--TMPL_ELSE-->
59                 <tr>
60             <!-- /TMPL_IF -->
61                 <td>
62                     <!-- TMPL_VAR name="orderdate" -->
63                     (<!-- TMPL_VAR name="latesince" --> days)
64                 </td>
65                 <td>
66                         <!-- TMPL_VAR name="supplier" -->
67                 </td>
68                 <td>
69                     <b><!-- TMPL_VAR name="title" --></b>
70                     <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
71                     <!-- TMPL_IF name="publisher" -->
72                         <br/><i>Published by:</i> <!-- TMPL_VAR NAME="publisher" -->
73                         <!-- TMPL_IF name="publicationyear" -->
74                             <i> in </i><!-- TMPL_VAR name="publicationyear" -->
75                         <!-- /TMPL_IF -->
76                     <!-- /TMPL_IF -->
77                 </td>
78                 <td>
79                     <!-- TMPL_VAR name="unitpricesupplier" -->x<!-- TMPL_VAR name="quantity" --> = 
80                     <!-- TMPL_VAR name="subtotal" -->
81                     <p title="budget"><!-- TMPL_VAR name="budget" --></p>
82                 </td>
83                 <td>
84                     <p><a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->" title="basket">
85                         <!-- TMPL_VAR name="basketno" -->
86                     </a>
87                     </p>
88                     <p title="branch"><!-- TMPL_VAR name="branch" --></p>
89                 </td>
90                 <td>
91                     <input type="checkbox" name="claim_for" value="<!--TMPL_VAR Name="ordernumber" -->" />
92                 </td>
93             </tr>
94         <!-- /TMPL_LOOP -->
95         <tr> 
96             <th>
97                 Total
98             </th>
99             <th colspan="2">
100                 &nbsp;
101             </th>
102             <th>
103                 <!-- TMPL_VAR name="total" -->
104             </th>
105             <th> &nbsp;</th>
106             <td>
107                 <input type="submit" value="Claim Order" />
108                 </form>
109             </td>
110         </tr>
111     </table>
112 </div>
113 </div>
114 </div>
115 <div class="yui-b">
116 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
117 </div>
118 </div>
119 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->