Owen Leonard
3a0b35cfbc
Correcting capitalization in OPAC templates Signed-off-by: Liz Rea <wizzyrea@gmail.com> Passes tests, changes look consistent by reading through the patch. What a doozy! Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
43 lines
2.1 KiB
Text
43 lines
2.1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Serials
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body id="opac-alert-subscribe">
|
|
[% INCLUDE 'masthead.inc' %]
|
|
|
|
<div id="doc3" class="yui-t1">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<div id="useralertsubscribe" class="container"> [% IF ( typeissue ) %]
|
|
<h1 class="catalogue">Subscribe issue receive warning</h1>
|
|
<form action="opac-alert-subscribe.pl" method="post">
|
|
<p>Do you want to receive an email when a new issue for this subscription arrives?</p>
|
|
[% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrive ?</p>
|
|
<input type="hidden" name="externalid" value="[% externalid %]">
|
|
<input type="hidden" name="alerttype" value="issue">
|
|
<input type="hidden" name="biblionumber" value="[% biblionumber %]">
|
|
<input type="hidden" name="op" value="alert_confirmed">
|
|
<input type="submit" value="Yes">
|
|
<a href="opac-serial-issues.pl?biblionumber=[% biblionumber %]" >No</a>
|
|
</form>
|
|
|
|
[% END %]
|
|
[% IF ( typeissuecancel ) %]
|
|
<h1 class="catalogue">Unsubscribe</h1>
|
|
<form action="opac-alert-subscribe.pl" method="post">
|
|
<p>Please confirm that you do not want to receive email when a new issue arrives for this subscription</p>
|
|
[% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] ?</p>
|
|
<input type="hidden" name="externalid" value="[% externalid %]">
|
|
<input type="hidden" name="alerttype" value="issue">
|
|
<input type="hidden" name="biblionumber" value="[% biblionumber %]">
|
|
<input type="hidden" name="op" value="cancel_confirmed">
|
|
<input type="submit" value="Yes" class="button">
|
|
<a href="opac-serial-issues.pl?biblionumber=[% biblionumber %]" class="button">No</a>
|
|
</form>
|
|
|
|
[% END %]</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
[% INCLUDE 'opac-bottom.inc' %]
|