extras = [
{name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary},
{name => 'contents', label => l('Contents'), hide => !attrs.contents},
- {name => 'series', label => l('Series')},
{name => 'annotation', label => l('Annotation'), hide => 1},
{name => 'awards', label => l('Awards, Reviews, & Suggested Reads')},
{name => 'excerpt', label => l('Excerpt'), hide => 1},
</div>
<div id='rdetail_title_div'>
- <h1 id='rdetail_title'>[% attrs.title_extended | html %]</h1><br />
+ <h1 id='rdetail_title'>[% attrs.title_extended | html %]</h1>
[%- INCLUDE "opac/parts/record/authors.tt2" %]
[%- IF attrs.format_icon %]
<div style="float:right;margin-right:17px;">
%]
<div id='rdetail_openurl'>
<strong class='rdetail_openurl_title'>[% l("Electronic resources") %]</strong>
+ <table><tbody>
[%-
FOR res IN sfx;
%]
- <div class="rdetail_openurl_entry" style="margin-left: 1em;">
- <strong><a href="[% res.target_url %]">
- [% res.public_name %]</a></strong>
- <span>[% res.target_coverage %]</td>
- </div>
+ <tr>
+ <td class='rdetail_openurl_entry'><a href="[% res.target_url %]">[% res.public_name %]</a></td>
+ <td>[% res.target_coverage %]</td>
+ </tr>
[%- END %]
+ </tbody></table>
[%- END %]
[%- IF sfx.size && sfx.0 != '' %]
</div>
<h2 class='rdetail_related_series'>[% l('Search for related items by series') %]</h2>
[%- INCLUDE "opac/parts/record/series.tt2" %]
-
-<div>
- [%- IF CGI.param('expand') == 'all' %]
- <img src="[% ctx.media_prefix %]/images/minus_sign.png" />
- <a href="[% mkurl('', {}, ['expand']) %]">[% l('Collapse all tabs') %]</a>
- [%- ELSE %]
- <img src="[% ctx.media_prefix %]/images/plus_sign.png" />
- <a href="[% mkurl('', {expand => 'all'}) %]">[% l('Expand all tabs') %]</a>
- [%- END %]
-</div>
-
-<div id="rdetail_extras_expand" class="hide_me">
- <a href="#"><img
- src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
- <a style="position:relative;top:-3px;" href="#">[% l('Expand all tabs') %]</a>
-</div>
-
-<div id="rdetail_extras_collapse" class="hide_me">
- <a href="#"><img src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
- <a style="position:relative;top:-3px;" href="#">[% l('Collapse all tabs') %]</a>
-</div>
a {
color: #003399;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
}
#search-wrapper input[type=text] {
h2 {
margin:0;
margin-bottom: 5px;
- font-size: 14px;
+ font-size: 16px;
font-weight:bold;
}
margin-top: 15px;
}
-#rdetail_title {
- font-size: 18px;
-}
-
#rdetail_image { border: none; }
#rdetail_image_cell {
padding-top: 3px;
#rdetail_record_details {
clear: both;
- margin-top: 1.5em;
- padding-top: 1.5em;
+ margin-top: 1em;
}
.rdetail_subject_type {
.rdetail_related_series {
margin-top: 1.5em;
}
+
+#rdetail_openurl {
+ margin-top: 1em;
+}
+
+.rdetail_openurl_entry {
+ margin-left: 1em;
+ padding-left: 1em;
+}