merging katipo changes back in
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / lateissues.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
5
6 <h1>Late issues</h1>
7 <p>
8         <form action="lateissues.pl" method="post">
9                 <!-- TMPL_VAR name="CGIsupplier" -->
10                         <!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->
11                         <!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->
12                         <!-- TMPL_IF name="bookselleremail" --></p><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->
13                 <input type="submit" value="filter">
14         </form>
15 </p>
16         <!-- TMPL_IF NAME="lateissues" -->
17         
18 <table>
19         <tr>
20                 <th>Title</th>
21                 <th>Issue number</th>
22                 <th>Late since</th>
23                 <th colspan=2>&nbsp;</th>
24         </tr>
25         <!-- TMPL_LOOP name="lateissues" -->
26                 <tr>
27                         <!-- TMPL_IF name="odd" -->
28                                 <td class="hilighted"><!-- TMPL_IF name="Title" --><!-- TMPL_VAR name="Title" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --></td>
29                                 <td class="hilighted"><!-- TMPL_VAR name="serialseq" --></td>
30                                 <td class="hilighted"><!-- TMPL_VAR name="planneddate" --></td>
31                                 <td class="hilighted">
32                                         <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
33                                         <a href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Recieve</a>
34                                 </td>
35                         <!-- TMPL_ELSE -->
36                                 <td><!-- TMPL_VAR name="Title" --></td>
37                                 <td><!-- TMPL_VAR name="serialseq" --></td>
38                                 <td><!-- TMPL_VAR name="planneddate" --></td>
39                                 <td>
40                                         <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
41                                         <a
42 href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Receive</a>
43                                 </td>
44                         <!-- /TMPL_IF -->
45                 </tr>
46         <!-- /TMPL_LOOP -->
47 </table>
48         <!-- TMPL_ELSE -->
49                <p>There are currently no outstanding issues.</p>
50         <!-- /TMPL_IF -->
51         
52         <!-- TMPL_IF NAME="missingissues" -->
53                 <h1 class="bull">Missing Issues</h1>
54                 <table cellpadding="0" cellspacing="0" border="0" class="collapse">
55                 <tr>
56                 <th class="cell-header">Supplier</th>
57                 <th class="cell-header">Title</th>
58                 <th class="cell-header">Issue number</th>
59                 <th class="cell-header">Missing since</th>
60                 <th class="cell-header">&nbsp;</th>
61                 </tr>
62                 <!-- TMPL_LOOP name="missingissues" -->
63                 <tr>
64                 <td class="cell">
65                 <!-- TMPL_VAR name="name" -->
66                 </td>
67                 <td class="cell">
68                 <!-- TMPL_VAR name="Title" -->
69                 </td>
70                 <td class="cell">
71                 <!--TMPL_VAR name="serialseq" -->
72                 </td>
73                 <td class="cell">
74                 <!-- TMPL_VAR name="planneddate" -->
75                 </td>
76                 <td class="cell">
77                 <a
78 href="statecollection.pl?op=found&amp;planneddate=<!-- TMPL_VAR
79 name="planneddate" -->&amp;missingissue=<!-- TMPL_VAR name="serialseq" -->&amp;subscriptionid=<!-- TMPL_VAR
80 name="subscriptionid" -->">Receive</a>
81                 </td>
82                 </tr>
83                 <!--/TMPL_LOOP -->
84                 </table>
85         <!-- /TMPL_IF -->
86                 
87                        
88 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
89