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>
59 lines
2.1 KiB
Text
59 lines
2.1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › ISBD view
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
<script type="text/JavaScript" language="JavaScript">
|
|
//<![CDATA[
|
|
$(document).ready(function() {
|
|
$('#bibliodescriptions > ul').tabs();
|
|
});
|
|
YAHOO.util.Event.onContentReady("furtherm", function () {
|
|
$("#furtherm").css("display","block").css("visibility","hidden");
|
|
$("#furthersearches").parent().show();
|
|
var furthersearchesMenu = new YAHOO.widget.Menu("furtherm");
|
|
furthersearchesMenu.render();
|
|
furthersearchesMenu.cfg.setProperty("context", ["furthersearches", "tr", "br"]);
|
|
furthersearchesMenu.subscribe("beforeShow",positionfurthersearchesMenu);
|
|
furthersearchesMenu.subscribe("show", furthersearchesMenu.focus);
|
|
function positionfurthersearchesMenu() {
|
|
furthersearchesMenu.align("tr", "br");
|
|
}
|
|
YAHOO.util.Event.addListener("furthersearches", "click", furthersearchesMenu.show, null, furthersearchesMenu);
|
|
YAHOO.widget.Overlay.windowResizeEvent.subscribe(positionfurthersearchesMenu);
|
|
});
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body id="opac-isbddetail">
|
|
|
|
<div id="doc3" class="yui-t7">
|
|
<div id="bd">
|
|
[% INCLUDE 'masthead.inc' %]
|
|
|
|
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<div id="opac-detail" class="yui-ge">
|
|
<div class="yui-u first">
|
|
<div id="userisbddetail" class="container">
|
|
<div id="catalogue_detail_biblio">
|
|
|
|
<div id="views">
|
|
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]">Normal view</a></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblionumber %]">MARC view</a></span> <span class="view"><span id="ISBDview">ISBD view</span></span></div>
|
|
|
|
<div id="isbdcontents">[% ISBD %]</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="yui-u">
|
|
<div id="ulactioncontainer" class="container">
|
|
|
|
[% INCLUDE 'opac-detail-sidebar.inc' %]
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
[% INCLUDE 'opac-bottom.inc' %]
|