first go at moving templates to a modules/ dir
[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 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
6 <div id="mainbloc">
7                 <h1 class="serial">Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></h1>
8                 <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button serial">subscription</a>
9                 <div class="bloc25">
10                 <!-- TMPL_IF name="alertloop" -->
11                         <table>
12                         <tr>
13                                 <th class="serial">Borrower name</th>
14                                 <th class="serial">&nbsp;</th>
15                         </tr>
16
17                         <!-- TMPL_LOOP NAME="alertloop" -->
18                                 <tr>
19                                         <td><!-- TMPL_VAR name="name" --></td>
20                                         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button serial">View</a></td>
21                                 </tr>
22                         <!-- /TMPL_LOOP -->
23                         </table>
24                 <!-- TMPL_ELSE -->
25                         Nobody
26                 <!-- /TMPL_IF -->
27                 </div>
28
29         
30 </div>
31 <!-- TMPL_INCLUDE NAME="serials-bottom.inc" -->