statecollection.pl renamed to serials-recieve.pl
[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 <table>
17         <tr>
18                 <th>Title</th>
19                 <th>Issue number</th>
20                 <th>Late since</th>
21                 <th colspan=2>&nbsp;</th>
22         </tr>
23         <!-- TMPL_LOOP name="lateissues" -->
24                 <tr>
25                         <!-- TMPL_IF name="odd" -->
26                                 <td class="hilighted"><!-- TMPL_IF name="Title" --><!-- TMPL_VAR name="Title" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --></td>
27                                 <td class="hilighted"><!-- TMPL_VAR name="serialseq" --></td>
28                                 <td class="hilighted"><!-- TMPL_VAR name="planneddate" --></td>
29                                 <td class="hilighted">
30                                         <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
31                                         <a href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Recieve</a>
32                                 </td>
33                         <!-- TMPL_ELSE -->
34                                 <td><!-- TMPL_VAR name="Title" --></td>
35                                 <td><!-- TMPL_VAR name="serialseq" --></td>
36                                 <td><!-- TMPL_VAR name="planneddate" --></td>
37                                 <td>
38                                         <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
39                                         <a href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Recieve</a>
40                                 </td>
41                         <!-- /TMPL_IF -->
42                 </tr>
43         <!-- /TMPL_LOOP -->
44 </table>
45 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
46