Fixing typo in value_builder/dateaccessioned.pl; Adding error message output to addit...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / viewalerts.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials &rsaquo; Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Alert subscribers for <i><!-- TMPL_VAR name="bibliotitle" --></i></div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Alert subscribers for <i><!-- TMPL_VAR name="bibliotitle" --></i></h1>
18                 <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button">subscription</a>
19                 <!-- TMPL_IF name="alertloop" -->
20                         <table>
21                         <tr>
22                                 <th>Patron name</th>
23                                 <th>&nbsp;</th>
24                         </tr>
25
26                         <!-- TMPL_LOOP NAME="alertloop" -->
27                                 <tr>
28                                         <td><!-- TMPL_VAR name="name" --></td>
29                                         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button">View</a></td>
30                                 </tr>
31                         <!-- /TMPL_LOOP -->
32                         </table>
33                 <!-- TMPL_ELSE -->
34                         Nobody
35                 <!-- /TMPL_IF -->
36 </div>
37 </div>
38
39 <div class="yui-b">
40 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
41 </div>
42 </div>
43 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->