Merge remote-tracking branch 'origin/new/bug_6328'
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-ISBDdetail.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › ISBD View
2 [% INCLUDE 'doc-head-close.inc' %]
3 <script type="text/JavaScript" language="JavaScript">
4 //<![CDATA[
5         $(document).ready(function() {
6                 $('#bibliodescriptions > ul').tabs();
7         }); 
8     YAHOO.util.Event.onContentReady("furtherm", function () {
9         $("#furtherm").css("display","block").css("visibility","hidden");
10         $("#furthersearches").parent().show();
11         var furthersearchesMenu = new YAHOO.widget.Menu("furtherm");
12             furthersearchesMenu.render();
13             furthersearchesMenu.cfg.setProperty("context", ["furthersearches", "tr", "br"]);
14             furthersearchesMenu.subscribe("beforeShow",positionfurthersearchesMenu);
15             furthersearchesMenu.subscribe("show", furthersearchesMenu.focus);
16             function positionfurthersearchesMenu() {
17                         furthersearchesMenu.align("tr", "br");
18             }
19             YAHOO.util.Event.addListener("furthersearches", "click", furthersearchesMenu.show, null, furthersearchesMenu);
20             YAHOO.widget.Overlay.windowResizeEvent.subscribe(positionfurthersearchesMenu);
21      });
22 //]]>
23 </script>
24 </head>
25 <body id="opac-isbddetail">
26
27 <div id="doc3" class="yui-t7">
28    <div id="bd">
29 [% INCLUDE 'masthead.inc' %]
30
31
32     <div id="yui-main">
33     <div class="yui-b">
34     <div id="opac-detail" class="yui-ge">
35     <div class="yui-u first">
36     <div id="userisbddetail" class="container">
37     <div id="catalogue_detail_biblio">
38         
39      <div id="views">
40          <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>
41
42     <div id="isbdcontents">[% ISBD %]</div>
43
44         </div>
45         </div>
46         </div>
47         <div class="yui-u">
48         <div id="ulactioncontainer" class="container">
49 <ul id="action">
50
51 [% UNLESS ( norequests ) %]
52         [% IF ( opacuserlogin ) %]
53                 [% IF ( RequestOnOpac ) %]
54                         [% IF ( AllowOnShelfHolds ) %]
55                                 <li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% biblionumber %]">Place Hold</a></li>
56                         [% ELSE %]
57                                 [% IF ( ItemsIssued ) %]
58                                         <li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% biblionumber %]">Place Hold</a></li>
59                                 [% END %]
60                         [% END %]
61
62                 [% END %]
63         [% END %]
64 [% END %]
65         <li><a class="print" href="#" onclick="window.print();">Print</a></li>
66 [% IF ( virtualshelves ) %]
67    [% IF ( opacuserlogin ) %] [% IF ( loggedinusername ) %]
68         <li><a class="addtoshelf" href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=[% biblionumber %]" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=[% biblionumber %]'); return false;">
69             Save to Your Lists
70         </a></li>
71     [% END %][% END %]
72 [% END %]
73         [% IF ( opacbookbag ) %]<li><a class="addtocart" href="#" onclick="addRecord('[% biblionumber %]'); return false;">
74             Add to Your Cart
75         </a></li>[% END %]
76                 <li style="display:none;"><a href="#" id="furthersearches">More searches</a></li>
77 </ul>
78
79 [% IF ( OPACSearchForTitleIn ) %]
80 <div id="furtherm" class="yuimenu">
81 <div class="bd">
82 <h4>Search for this title in:</h4>
83 <ul class="first-of-type">
84
85 [% OPACSearchForTitleIn %]
86
87 </ul>
88 </div>
89 </div>
90 [% END %]
91
92                 <div id="export">
93                 <form method="get" action="/cgi-bin/koha/opac-export.pl">
94                 <label for="format">Save Record:</label>
95             <select name="format" id="format">
96                 <option value="">-- Choose Format --</option>
97             <option value="bibtex">BibTex</option>
98         <option value="dc">Dublin Core (XML)</option>
99         <option value="marcxml">MARCXML</option>
100         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
101         <option value="utf8">MARC (Unicode/UTF-8)</option>
102         <option value="mods">MODS (XML)</option>
103             <option value="ris">RIS</option>    
104                 </select><input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber %]" />
105 <input type="submit" name="save" value="Go" /></form></div>
106 </div>
107 </div>
108 </div>
109
110 </div>
111 </div>
112
113 [% INCLUDE 'opac-bottom.inc' %]