Modifications to enable YUI-Grids layout structure. Unfinished.
[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="header.inc" -->
5 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
6
7 <div id="doc3" class="yui-t2">
8    
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-g">
12
13 <h1 class="serial">Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></h1>
14                 <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button">subscription</a>
15                 <!-- TMPL_IF name="alertloop" -->
16                         <table>
17                         <tr>
18                                 <th class="serial">Borrower name</th>
19                                 <th class="serial">&nbsp;</th>
20                         </tr>
21
22                         <!-- TMPL_LOOP NAME="alertloop" -->
23                                 <tr>
24                                         <td><!-- TMPL_VAR name="name" --></td>
25                                         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button serial">View</a></td>
26                                 </tr>
27                         <!-- /TMPL_LOOP -->
28                         </table>
29                 <!-- TMPL_ELSE -->
30                         Nobody
31                 <!-- /TMPL_IF -->
32 </div>
33 </div>
34 </div>
35
36 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
37 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->