Cleanup on Serials. Markup corrections and cleanup, moving script blocks into header...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / viewalerts.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; View Alerts</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14
15 <h1>Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></h1>
16                 <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button">subscription</a>
17                 <!-- TMPL_IF name="alertloop" -->
18                         <table>
19                         <tr>
20                                 <th>Borrower name</th>
21                                 <th>&nbsp;</th>
22                         </tr>
23
24                         <!-- TMPL_LOOP NAME="alertloop" -->
25                                 <tr>
26                                         <td><!-- TMPL_VAR name="name" --></td>
27                                         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button">View</a></td>
28                                 </tr>
29                         <!-- /TMPL_LOOP -->
30                         </table>
31                 <!-- TMPL_ELSE -->
32                         Nobody
33                 <!-- /TMPL_IF -->
34 </div>
35 </div>
36 </div>
37
38 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
39 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->