big commit, still breaking things...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / bull / lateissues.tmpl
1 <!-- TMPL_INCLUDE NAME="bull-top.inc" -->
2 <!--------------------------MAIN BODY OF PAGE-------------------------->
3 <div id="mainbloc">
4         <h1 class="bull">Late issues</h1>
5         <table>
6                 <tr>
7                         <th class="bull">Supplier</th>
8                         <th class="bull">Title</th>
9                         <th class="bull">Issue number</th>
10                         <th class="bull">Late since</th>
11                         <th class="bull" colspan=2>&nbsp;</th>
12                 </tr>
13                 <tr>
14                         <form action="lateissues.pl" method="post">
15                                 <td>
16                                         <!-- TMPL_VAR name="CGIsupplier" -->
17                                 </td>
18                                 <td>
19                                         <p>
20                                         <!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->
21                                         <!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->
22                                         <!-- TMPL_IF name="bookselleremail" --></p><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->" class="button bull"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->
23                                         </p>
24                                 </td>
25                                 <td>
26                                         <input type="submit" value="filter" class="button bull">
27                                 </td>
28                         </form>
29                 </tr>
30                 <!-- TMPL_LOOP name="lateissues" -->
31                         <tr>
32                                 <td>
33                                         <!-- TMPL_VAR name="name" -->
34                                 </td>
35                                 <td>
36                                         <!-- TMPL_VAR name="Title" -->
37                                 </td>
38                                 <td>
39                                         <!-- TMPL_VAR name="serialseq" -->
40                                 </td>
41                                 <td>
42                                         <!-- TMPL_VAR name="planneddate" -->
43                                 </td>
44                                 <td>
45                                         <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>
46                                         <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
47                                 </td>
48                         </tr>
49                 <!-- /TMPL_LOOP -->
50         </table>
51 </div>
52 <!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
53