Lines 1-12
Link Here
|
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › MARC Details for Record No. <!-- TMPL_VAR name="biblionumber" --> |
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › MARC Details for Record No. <!-- TMPL_VAR name="biblionumber" --> |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
3 |
<!-- TMPL_IF NAME="OPACXSLTDetailsDisplay" --><script type="text/javascript"> |
3 |
<!-- TMPL_IF NAME="OPACXSLTDetailsDisplay" --> |
4 |
var GB_ROOT_DIR = "/opac-tmpl/prog/en/lib/greybox/"; |
4 |
<script type="text/javascript"> |
|
|
5 |
//<![CDATA[ |
6 |
$(document).ready(function(){ |
7 |
$.ajaxSetup({ |
8 |
error:function(x,e){ |
9 |
switch (x.status) { |
10 |
case 200: break; |
11 |
default: |
12 |
$('#switchview').parent().html("<div class=\"dialog alert\">"+_("Sorry, plain view is temporarily unavailable")+".</div>"); |
13 |
$("#plainmarc").hide(); |
14 |
$("#labeledmarc").show(); |
15 |
break; |
16 |
} |
17 |
} |
18 |
}); |
19 |
|
20 |
var loaded = 0; |
21 |
$("#switchview").toggle( |
22 |
function () { |
23 |
$(this).text(_("view labeled")); |
24 |
$("#labeledmarc").hide(); |
25 |
if(!loaded){ |
26 |
$("#plainmarc").show().html("<div style=\"margin:1em;padding:1em;border:1px solid #EEE;font-size:150%;\"><img src=\"/opac-tmpl/prog/images/loading.gif\" /> "+_("Loading")+"...</div>").load("/cgi-bin/koha/opac-showmarc.pl","id=<!-- TMPL_VAR name="biblionumber" -->&viewas=html"); |
27 |
loaded = 1; |
28 |
} else { |
29 |
$("#plainmarc").show(); |
30 |
} |
31 |
}, |
32 |
function () { |
33 |
$(this).text(_("view plain")); |
34 |
$("#labeledmarc").show(); |
35 |
$("#plainmarc").hide(); |
36 |
} |
37 |
); |
38 |
}); |
39 |
//]]> |
5 |
</script> |
40 |
</script> |
6 |
<script type="text/javascript" src="/opac-tmpl/prog/en/lib/greybox/AJS.js"></script> |
|
|
7 |
<script type="text/javascript" src="/opac-tmpl/prog/en/lib/greybox/AJS_fx.js"></script> |
8 |
<script type="text/javascript" src="/opac-tmpl/prog/en/lib/greybox/gb_scripts.js"></script> |
9 |
<link href="/opac-tmpl/prog/en/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" /> |
10 |
<!-- /TMPL_IF --> |
41 |
<!-- /TMPL_IF --> |
11 |
</head> |
42 |
</head> |
12 |
<body id="opac-marcdetail"> |
43 |
<body id="opac-marcdetail"> |
Lines 15-42
Link Here
|
15 |
<div id="bd"> |
46 |
<div id="bd"> |
16 |
<!--TMPL_INCLUDE NAME="masthead.inc" --> |
47 |
<!--TMPL_INCLUDE NAME="masthead.inc" --> |
17 |
|
48 |
|
18 |
|
|
|
19 |
<div id="yui-main"> |
49 |
<div id="yui-main"> |
20 |
<div class="yui-b"><div id="opac-detail" class="yui-ge"> |
50 |
<div class="yui-b"><div id="opac-detail" class="yui-ge"> |
21 |
<div class="yui-u first"> |
51 |
<div class="yui-u first"> |
22 |
<div class="container"> |
52 |
<div class="container"> |
23 |
<div id="catalogue_detail_biblio"> |
53 |
<div id="catalogue_detail_biblio"> |
24 |
|
54 |
|
25 |
<h1 style="float:left;margin: 0 1em 1em 0;">MARC View</h1> |
55 |
<h2 style="float:left;margin: 0 1em 1em 0;">MARC View</h2> |
26 |
<div id="views"> |
56 |
<div id="views"> |
27 |
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> |
57 |
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> |
28 |
|
|
|
29 |
<!-- TMPL_IF NAME="OPACXSLTDetailsDisplay" --> |
30 |
<span class="view"><a id="MARCviewPop" href="/cgi-bin/koha/opac-showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">MARC View</a></span> |
31 |
<span class="view"><span id="MARCview">Expanded MARC View</span></span> |
32 |
<!-- TMPL_ELSE --> |
33 |
<span class="view"><span id="MARCview">MARC View</span> |
34 |
<!-- /TMPL_IF --> |
35 |
|
58 |
|
36 |
<!-- TMPL_IF NAME="ISBD" --><span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">ISBD View</a></span><!-- /TMPL_IF --> |
59 |
<span class="view"><span id="MARCview">MARC View</span></span> |
|
|
60 |
<!-- TMPL_IF NAME="ISBD" --><span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">ISBD View</a></span><!-- /TMPL_IF --> |
37 |
</div> |
61 |
</div> |
38 |
<h1 style="clear:both;"><!-- TMPL_VAR NAME="bibliotitle" --> (Record no. <!-- TMPL_VAR NAME="biblionumber" -->)</h1> |
62 |
<h3 style="clear:both;"><!-- TMPL_VAR NAME="bibliotitle" --> (Record no. <!-- TMPL_VAR NAME="biblionumber" -->)</h3> |
39 |
<table id="marc"> |
63 |
<!-- TMPL_IF NAME="OPACXSLTDetailsDisplay" --> |
|
|
64 |
<div>[ <a id="switchview" href="/cgi-bin/koha/opac-showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->&viewas=html">view plain</a> ]</div> |
65 |
<div id="plainmarc"></div><!-- /TMPL_IF --> |
66 |
<div id="labeledmarc"> |
67 |
<table id="marc"> |
40 |
<!-- TMPL_LOOP name="0XX" --> |
68 |
<!-- TMPL_LOOP name="0XX" --> |
41 |
<tr><th colspan="2"><!-- TMPL_VAR name="tag" --></th></tr> |
69 |
<tr><th colspan="2"><!-- TMPL_VAR name="tag" --></th></tr> |
42 |
<!-- TMPL_LOOP name="subfield" --> |
70 |
<!-- TMPL_LOOP name="subfield" --> |
Lines 136-144
Link Here
|
136 |
<!-- /TMPL_LOOP --> |
164 |
<!-- /TMPL_LOOP --> |
137 |
<!-- /TMPL_LOOP --> |
165 |
<!-- /TMPL_LOOP --> |
138 |
</table> |
166 |
</table> |
|
|
167 |
</div> |
139 |
<!-- TMPL_IF NAME="item_header_loop" --> |
168 |
<!-- TMPL_IF NAME="item_header_loop" --> |
140 |
<table id="items"> |
169 |
<table id="items"> |
141 |
<caption>Copies</caption> |
170 |
<caption>Copies</caption> |
142 |
<tr> |
171 |
<tr> |
143 |
<!-- TMPL_LOOP name="item_header_loop" --> |
172 |
<!-- TMPL_LOOP name="item_header_loop" --> |
144 |
<th> |
173 |
<th> |
Lines 157-179
Link Here
|
157 |
</div> |
186 |
</div> |
158 |
</div> |
187 |
</div> |
159 |
</div> |
188 |
</div> |
160 |
<div class="yui-u"> |
189 |
<div class="yui-u"> |
161 |
<div class="container"> |
190 |
<div class="container"> |
162 |
<ul id="action"> |
191 |
<ul id="action"> |
163 |
|
192 |
|
164 |
<!-- TMPL_UNLESS NAME="norequests" --> |
193 |
<!-- TMPL_UNLESS NAME="norequests" --> |
165 |
<!-- TMPL_IF NAME="opacuserlogin" --> |
194 |
<!-- TMPL_IF NAME="opacuserlogin" --> |
166 |
<!-- TMPL_IF NAME="RequestOnOpac" --> |
195 |
<!-- TMPL_IF NAME="RequestOnOpac" --> |
167 |
<!-- TMPL_IF NAME="AllowOnShelfHolds" --> |
196 |
<!-- TMPL_IF NAME="AllowOnShelfHolds" --> |
168 |
<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li> |
197 |
<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li> |
169 |
<!-- TMPL_ELSE --> |
198 |
<!-- TMPL_ELSE --> |
170 |
<!-- TMPL_IF NAME="ItemsIssued" --> |
199 |
<!-- TMPL_IF NAME="ItemsIssued" --> |
171 |
<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li> |
200 |
<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li> |
172 |
<!-- /TMPL_IF --> |
201 |
<!-- /TMPL_IF --> |
173 |
<!-- /TMPL_IF --> |
202 |
<!-- /TMPL_IF --> |
174 |
|
203 |
|
175 |
<!-- /TMPL_IF --> |
204 |
<!-- /TMPL_IF --> |
176 |
<!-- /TMPL_IF --> |
205 |
<!-- /TMPL_IF --> |
177 |
<!-- /TMPL_UNLESS --> |
206 |
<!-- /TMPL_UNLESS --> |
178 |
<li><a class="print" href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> |
207 |
<li><a class="print" href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> |
179 |
Print |
208 |
Print |
Lines 190-200
Link Here
|
190 |
</a></li><!-- /TMPL_IF --> |
219 |
</a></li><!-- /TMPL_IF --> |
191 |
</ul> |
220 |
</ul> |
192 |
|
221 |
|
193 |
<div id="export"> |
222 |
<div id="export"> |
194 |
<form method="get" action="/cgi-bin/koha/opac-export.pl"> |
223 |
<form method="get" action="/cgi-bin/koha/opac-export.pl"> |
195 |
<label for="format">Save Record:</label> |
224 |
<label for="format">Save Record:</label> |
196 |
<select name="format" id="format"> |
225 |
<select name="format" id="format"> |
197 |
<option value="">-- Choose Format --</option> |
226 |
<option value="">-- Choose Format --</option> |
198 |
<option value="mods">MODS (XML)</option> |
227 |
<option value="mods">MODS (XML)</option> |
199 |
<option value="dc">Dublin Core (XML)</option> |
228 |
<option value="dc">Dublin Core (XML)</option> |
200 |
<option value="marcxml">MARCXML</option> |
229 |
<option value="marcxml">MARCXML</option> |