Bug 10936: (prog theme) remove duplicate 'Standard number' option in Advanced search
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / modules / opac-ISBDdetail.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › ISBD view
3 [% INCLUDE 'doc-head-close.inc' %]
4 <script type="text/javascript">
5 //<![CDATA[
6     YAHOO.util.Event.onContentReady("furtherm", function () {
7         $("#furtherm").css("display","block").css("visibility","hidden");
8         $("#furthersearches").parent().show();
9         var furthersearchesMenu = new YAHOO.widget.Menu("furtherm");
10             furthersearchesMenu.render();
11             furthersearchesMenu.cfg.setProperty("context", ["furthersearches", "tr", "br"]);
12             furthersearchesMenu.subscribe("beforeShow",positionfurthersearchesMenu);
13             furthersearchesMenu.subscribe("show", furthersearchesMenu.focus);
14             function positionfurthersearchesMenu() {
15                         furthersearchesMenu.align("tr", "br");
16             }
17             YAHOO.util.Event.addListener("furthersearches", "click", furthersearchesMenu.show, null, furthersearchesMenu);
18             YAHOO.widget.Overlay.windowResizeEvent.subscribe(positionfurthersearchesMenu);
19      });
20 //]]>
21 </script>
22 </head>
23 <body id="opac-isbddetail">
24
25 <div id="doc3" class="yui-t7">
26    <div id="bd">
27 [% INCLUDE 'masthead.inc' %]
28
29
30     <div id="yui-main">
31     <div class="yui-b">
32     <div id="opac-detail" class="yui-ge">
33     <div class="yui-u first">
34     <div id="userisbddetail" class="container">
35     <div id="catalogue_detail_biblio">
36         
37      <div id="views">
38      <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>
39
40     <div id="isbdcontents">[% ISBD %]</div>
41
42         </div>
43         </div>
44         </div>
45         <div class="yui-u">
46         <div id="ulactioncontainer" class="container">
47
48 [% INCLUDE 'opac-detail-sidebar.inc' %]
49
50 </div>
51 </div>
52 </div>
53
54 </div>
55 </div>
56
57 [% INCLUDE 'opac-bottom.inc' %]