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