Rather than forcing users (and search engines) to open a twisty, just
display the 500 fields right in the main record body.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
[% IF tab_is_active(name);
IF name == 'marchtml';
ctx.marchtml;
- ELSIF name == 'contents';
- attrs.contents;
ELSE;
# Load the template for the selected extra
INCLUDE "opac/parts/record/${name}.tt2";
[%- END %]
</ul>
+[%- INCLUDE "opac/parts/record/contents.tt2" %]
[%- INCLUDE "opac/parts/record/subjects.tt2" %]
[%- INCLUDE "opac/parts/record/series.tt2" %]
[%- INCLUDE "opac/parts/record/extras.tt2" %]