[% INCLUDE 'opac/parts/record/refworks.tt2' %]
[%- END %]
-<hr style="margin-top: 1em;" />
+<hr />
[%- # This holds the record summary information %]
-<div id="rdetail_image_div" style="float: left; margin-right: 1em;">
+<div id="rdetail_image_div">
[% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
<a href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/[% ident | uri %]'><img
alt="[% l('Image of item') %]" id='rdetail_image'
<br />
</div>
-<div id="rdetail_actions_div" style="float: right; margin-left: 1em;">
- <div class="rdetail_aux_utils opac-auto-010">
+<div id="rdetail_actions_div">
+ <div class="rdetail_aux_utils place_hold">
<a href="[% mkurl(ctx.opac_root _ '/place_hold',
{hold_target => ctx.bre_id, hold_type => 'T', hold_source_page => mkurl()}) %]"
class="no-dec"><img src="[% ctx.media_prefix %]/images/green_check.png" alt="[% l('place hold') %]" /><span
- style="position:relative;top:-3px;left:3px;">[% l('Place Hold') %]</span></a>
+ class="place_hold">[% l('Place Hold') %]</span></a>
</div>
- <div class="rdetail_aux_utils opac-auto-121">
+ <div class="rdetail_aux_utils toggle_list">
[%-
operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
label = (operation == "add") ? l("Add to my list") : l("Remove from my list");
<div id='rdetail_title_div'>
[%- IF attrs.format_icon %]
- <div style="float:right;margin-right:17px;">
+ <div class="format_icon">
<img alt="[% attrs.format_label %]" title="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" />
</div>
[%- END %]
num_uris = merged_uris.size;
IF num_uris > 0;
-%]
-<h2 style="margin-top: 1em;">[% l("Electronic resources") %]</h2>
+<h2 class="rdetail_uris">[% l("Electronic resources") %]</h2>
<div class="rdetail_uris">
[%- IF num_uris > 1 %]<ul>[% END %]
[%- FOR uri IN merged_uris %]
<td>
[%- more_copies_limit = 50 %] [%# TODO: config %]
[%- IF ctx.copy_limit != more_copies_limit AND ctx.copies.size >= ctx.copy_limit %]
- <div style='margin-top:10px;'>
+ <div class="rdetail_show_copies">
<img src="[% ctx.media_prefix %]/images/plus_sign.png" />
<a href="[% mkurl('', {copy_limit => more_copies_limit, copy_offset => 0}) %]">[% l('Show more copies') %]</a>
</div>
[%- ELSIF ctx.copy_limit == more_copies_limit %]
- <div style='margin-top:10px;'>
+ <div class="rdetail_show_copies">
<img src="[% ctx.media_prefix %]/images/minus_sign.png" />
<a href="[% mkurl('', {copy_limit => 0, copy_offset => 0}) %]">[% l('Show fewer copies') %]</a>
</div>
padding-right: 10px;
}
-.rdetail_uris {
- padding: 1em;
+h2.rdetail_uris {
+ margin-top: 1em;
+}
+div.rdetail_uris {
+ padding: 0.5em 1em 0.5em 1em;
+ background-color: lightGray;
+}
+div.rdetail_uris ul li {
+ position: relative;
+ left: 1em;
+}
+
+div.rdetail_show_copies {
+ margin-top: 1em;
+}
+
+#rdetail_image_div {
+ float: left;
+ margin-right: 1em;
+}
+
+#rdetail_image_div {
+ float: right;
+ margin-left: 1em;
}
.rdetail_aux_utils {
padding-right: 70px;
}
+div.place_hold {
+ border-bottom: 1px dotted #ccc;
+ padding-top: 10px;
+}
+
+span.place_hold {
+ position:relative;
+ top:-3px;
+ left:3px;
+}
+
+div.toggle_list { padding-top: 6px; }
+
+div.format_icon {
+ float: right;
+ margin-right: 17px;
+}
+
.results_aux_utils {
border-left:1px dotted #ccc;
padding-left: 17px;
.save-notes { padding-bottom: 1.5ex; }
/* Moved from semiauto.css */
-.opac-auto-010 {
- border-bottom: 1px dotted #ccc;
- padding-top: 10px;
-}
.opac-auto-011 {
border-bottom: 1px dotted #ccc;
padding-top: 6px;