New XML API
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / serials-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-serials.inc" -->
4
5
6 <h1>Serials</h1>
7 <div id="serials_home">
8         <h2>Serials subscriptions</h2>
9 <!-- TMPL_IF NAME="routing" -->
10         <h3>Search for Serial Routing List</h3>
11 <!-- /TMPL_IF -->
12
13     <table>
14         <tr><th>Biblionumber</th>
15             <th>ISSN</th>
16             <th>Title</th>
17             <th>
18                 Note
19             </td>
20             <th colspan=2>&nbsp;</th>
21         </tr>
22         <tr>
23             <form action="serials-home.pl" method="post">
24             <!-- TMPL_IF NAME="routing" -->
25                 <input type="hidden" name="routing" value="<!-- TMPL_VAR NAME="routing" -->" />
26             <!-- /TMPL_IF -->
27             <input type="hidden" name="searched" value="1" />
28         <td>
29                 <input type="text" size=10 maxlength=15 name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" title="type biblionumber here to filter subscription">
30             </td>
31             <td>
32                 <input type="text" size=10 maxlength=11 name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->" title="type ISSN here to filter subscription">
33             </td>
34             <td>
35                 <input type="text" size=40 maxlength=40 name="title" value="<!-- TMPL_VAR name="title" -->" title="type a title -complete or partial- to filter subscription">
36             </td>
37             <td>
38                 &nbsp;
39             </td>
40             <td colspan=2>
41                 <input type="submit" value="filter" class="button serial" title="set a filter on ISSN / title">
42             </td>
43         </tr>
44         <!-- TMPL_LOOP name="subscriptions" -->
45          <!-- TMPL_IF name="toggle" -->
46             <tr class="hilighted">
47                 <!-- TMPL_ELSE -->
48         <tr>
49                   <!-- /TMPL_IF -->
50                     
51                <td><a href="/cgi-bin/koha/cataloguing/MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button serial" title="Biblio"><!-- TMPL_VAR name="biblionumber" --></a></td>
52        <td>
53                 <!-- TMPL_IF name="ISSN" -->
54                    <a href="serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button serial" title="Issues history"><!-- TMPL_VAR name="ISSN" --></a>   
55                 <!-- /TMPL_IF -->
56              </td>
57                
58                     <td>
59             
60                 <!-- TMPL_IF name="title" -->
61                     <!-- TMPL_VAR name="title" -->
62                 <!-- TMPL_ELSE -->
63                     |
64                 <!-- /TMPL_IF -->
65                 </td>
66                 
67                     <td>
68              
69                 <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
70                 </td>
71                 <!-- TMPL_IF NAME="routing" -->
72                         <td>
73                         <a href="routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" -->&op=new<!-- /TMPL_UNLESS -->">Routing List</a>
74                     </td>
75                 <!-- TMPL_ELSE -->
76                             <td>
77                             <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button serial" title="subscription detail">Detail</a>
78                         </td>
79                             <td>
80                             <a href="serials-receive.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button serial" title="receive issues for this subscription">Receive</a>
81                         </td>
82                 <!-- /TMPL_IF -->
83
84             </tr>
85         <!-- /TMPL_LOOP -->
86     </table>
87     
88     <!-- TMPL_IF NAME="routing" -->
89     <!-- TMPL_ELSE -->
90         <!-- TMPL_IF NAME="alt_links" -->
91             <a href="/cgi-bin/koha/serials/alt_subscription-add.pl" class="button serial">Add subscription</a>        
92         <!-- TMPL_ELSE -->      
93             <a href="/cgi-bin/koha/serials/subscription-add.pl" class="button serial">Add subscription</a>
94         <!-- /TMPL_IF -->
95     <!-- /TMPL_IF -->
96 </div>
97
98 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
99