Owen Leonard
47609920b7
This patch replaces the XHTML DOCTYPE with an HTML5 one. The HTML5 validator seems to be significantly different than the XHTML one, so I'm seeing lots of new errors. This patch includes corrections for one: Deprecation of the "language" attribute of <script> tags. To test, view pages in the OPAC and staff client. They should appear as normal. Numerous validation follow-ups will be required, but I suggest these be handled incrementally. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> test on some intranet pages and I found no regression. (chromium and firefox). The w3c page about the doctype: http://www.w3.org/TR/html5-diff/#doctype Signed-off-by: Mason James <mtj@kohaaloha.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
56 lines
2 KiB
Text
56 lines
2 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">
|
|
//<![CDATA[
|
|
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' %]
|