43 lines
No EOL
1.4 KiB
Cheetah
43 lines
No EOL
1.4 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Serials › Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="serials-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Alert subscribers for <i><!-- TMPL_VAR name="bibliotitle" --></i></div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<h1>Alert subscribers for <i><!-- TMPL_VAR name="bibliotitle" --></i></h1>
|
|
<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button">subscription</a>
|
|
<!-- TMPL_IF name="alertloop" -->
|
|
<table>
|
|
<tr>
|
|
<th>Patron name</th>
|
|
<th> </th>
|
|
</tr>
|
|
|
|
<!-- TMPL_LOOP NAME="alertloop" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR name="name" --></td>
|
|
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button">View</a></td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<!-- TMPL_ELSE -->
|
|
Nobody
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> |