Bug 10904: Limit patron update request management by branch
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / routing-lists.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Subscription Routing Lists for [% INCLUDE 'patron-title.inc' %]</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6 <body id="pat_routing_lists" class="pat">
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'patron-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Subscription Routing Lists for [% INCLUDE 'patron-title.inc' %]</div>
11
12 <div id="doc3" class="yui-t2">
13     <div id="bd">
14     <div id="yui-main">
15     <div class="yui-b">
16 [% INCLUDE 'members-toolbar.inc' %]
17
18 <!-- Search Bar -->
19 <p class="tip">Search subscriptions:</p>
20 <form action="/cgi-bin/koha/serials/serials-home.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter %]" /><input type="submit" value="Search" class="submit" />
21 </form>
22 <!-- Search Bar End -->
23
24 <h1>
25 [% IF ( countSubscrip ) %]
26 [% countSubscrip %] Subscription routing list(s)
27 [% ELSE %]
28 0 Subscription routing lists
29 [% END %]
30 </h1>
31
32 <div id="subscriptions">
33 [% IF ( subscripLoop ) %]
34 <table id="subscriptiont">
35               <thead>
36                 <tr>
37                   <th>Subscription title</th>
38                   <th>Routing list</th>
39                 </tr>
40               </thead>
41               <tbody>
42 [% FOREACH subscripLoop IN subscripLoop %]
43 <tr>
44     <td>
45     <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscripLoop.subscriptionid %]"><strong>
46     [% subscripLoop.title %]
47     </strong>
48                     </a>
49                   </td>
50                   <td>
51                     <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscripLoop.subscriptionid %]"><strong>
52                     Edit routing list
53                       </strong>
54                     </a>
55                     <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
56                     <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
57                   </td>
58                 </tr>
59                 [% END %]
60                 </tbody>
61             </table>
62             </form>
63           [% ELSE %]
64           <p>Patron does not belong to any subscription routing lists.</p>
65           <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
66                     <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
67                     [% END %]
68
69 </div>
70
71
72
73
74 </div>
75 </div>
76
77 <div class="yui-b">
78 [% INCLUDE 'circ-menu.inc' %]
79 </div>
80 </div>
81 [% INCLUDE 'intranet-bottom.inc' %]