[%- END %]
}
+div#rdetail_copy_counts {
+ margin-top; 1em;
+}
+
+/*
span#rdetail_copy_counts {
display: inline-block;
vertical-align: top;
padding-right: 1em;
[%- END %]
}
+*/
span#rdetail_hold_counts {
display: inline-block;
width: 100%;
}
-#rdetail_record_details {
+.rdetail_record_details {
clear: both;
margin-top: 1em;
}
-.rdetail_content {
+h2.rdetail_record_details, #rdetail_copy_counts h2, h2.rdetail_contents,
+h2.rdetail_related_subjects, h2.rdetail_related_series,
+h2.rdetail_other_formats, h2.rdetail_uris {
+ font-size: [% css_fonts.size_biggest %];
+ font-weight: bold;
+}
+
+.rdetail_content, .rdetail_subject {
[% IF rtl == 't' -%]
margin-right: 1.5em;
padding-right: 1.5em;
<button id="btnMore" data-toggle="collapse" data-target="#demo"
class="btn btn-action btn-sm my-3"><i class="fas fa-info-circle" aria-hidden="true"></i> [%l ("More Details") %]</button>
<div id="demo" class="collapse">
- <h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
+ <h2 class='rdetail_record_details'>[% l("Record details") %]</h2>
<ul class="list-unstyled">
[%- IF attrs.hl.isbn.size; FOR isbn IN attrs.hl.isbn %]
<li class='rdetail_isbns'>
[%- INCLUDE "opac/parts/record/contents.tt2" %]
[%- INCLUDE "opac/parts/record/subjects.tt2" %]
[%- INCLUDE "opac/parts/record/series.tt2" %]
+
+ </div>
+
+ </div>
+ <script>
+ $(document).ready(function() {
+ $('#demo').on('hidden.bs.collapse', function () {
+ $('#btnMore').html("<i class='fas fa-info-circle' aria-hidden='true'></i> [%l ('More Details') %]");
+ })
+ $('#demo').on('shown.bs.collapse', function () {
+ $('#btnMore').html("<i class='fas fa-info-circle' aria-hidden='true'></i> [%l ('Fewer Details') %]");
+ })
+ });
+ </script>
+
+ <div id="copy_hold_counts">
+
+ [%-
+ # Hold/copy summary
+ IF ctx.copy_summary.0.count;
+ INCLUDE "opac/parts/record/copy_counts.tt2";
+ %]
+
+
+ [%- END %]
+
+ </div> <!-- metarecord_population -->
<div>
[%-
# l( 'mmr id = ' _ ctx.mmr_id );
IF args.mmr_unique_bib.size > 1;
%]
- <h3>[% l("More Options") %]</h3>
+ <h2 class="rdetail_other_formats">[% l("Other Formats and Editions") %]</h2>
<span class="metarecord_population_format">
[%- IF mmr_attrs.format_label;
[% args = save_args; %]
</div>
- </div>
-
- </div>
- <script>
- $(document).ready(function() {
- $('#demo').on('hidden.bs.collapse', function () {
- $('#btnMore').html("<i class='fas fa-info-circle' aria-hidden='true'></i> [%l ('More Details') %]");
- })
- $('#demo').on('shown.bs.collapse', function () {
- $('#btnMore').html("<i class='fas fa-info-circle' aria-hidden='true'></i> [%l ('Fewer Details') %]");
- })
- });
- </script>
-
- <div id="copy_hold_counts">
-
- [%-
- # Hold/copy summary
- IF ctx.copy_summary.0.count;
- INCLUDE "opac/parts/record/copy_counts.tt2";
- %]
-
-
- [%- END %]
-
- </div> <!-- metarecord_population -->
</div>
<!--rdetail_title_div-->
<div class="col-lg-4">
- <div id="actions" class="mx-auto btn-group btn-group-vertical dropright mt-3">
+ <div id="actions" class="mx-auto btn-group-vertical dropright mt-3">
[%- search_ou = ctx.search_ou;
IF ctx.place_unfillable ||
( attrs.marc_xml.findnodes('//*[local-name()="holdings" and @has_holdable="true"]').size