reordering code & debugging
[koha.git] / koha-tmpl / intranet-tmpl / default / en / bull / bull-home.tmpl
1 <!-- TMPL_INCLUDE NAME="bull-top.inc" -->
2 <!--------------------------MAIN BODY OF PAGE-------------------------->
3 <div id="mainbloc">
4         <h1 class="bull">Serials subscriptions</h1>
5         <table>
6                 <tr>
7                         <th class="bull">Title</th>
8                         <th class="bull">ISSN</th>
9                         <th class="bull" colspan=2>&nbsp;</th>
10                 </tr>
11                 <tr>
12                         <form action="bull-home.pl" method="post">
13                         <td>
14                                 <input type="text" size=40 maxlength=40 name="title" value="<!-- TMPL_VAR name="title" -->">
15                         </td>
16                         <td>
17                                 <input type="text" size=11 maxlength=11 name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->">
18                         </td>
19                         <td colspan=3>
20                                 <input type="submit" value="filter" class="button bull">
21                         </td>
22                 </tr>
23                 <!-- TMPL_LOOP name="subscriptions" -->
24                         <tr>
25                                 <td>
26                                         <!-- TMPL_VAR name="title" -->
27                                 </td>
28                                 <td>
29                                         <!-- TMPL_VAR name="ISSN" -->
30                                 </td>
31                                 <td>
32                                         <a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>
33                                         <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
34                                 </td>
35                         </tr>
36                 <!-- /TMPL_LOOP -->
37         </table>
38         <a href="/cgi-bin/koha/bull/subscription-add.pl" class="button bull">Add subscription</a>
39 </div>
40 <!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
41