Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tmpl
Owen Leonard 205d0d3200 Adding breadcrumbs menu to serials pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:19 -05:00

43 lines
No EOL
1.4 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Serials &rsaquo; 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> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; 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>&nbsp;</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" -->