]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/record/body.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac
[Evergreen.git] / Open-ILS / web / templates / default / opac / parts / record / body.tt2
1 <!-- ****************** page_rdetail.xml ***************************** -->
2 [%  attrs = {marc_xml => ctx.marc_xml};
3     PROCESS "default/opac/parts/misc_util.tt2";
4     PROCESS get_marc_attrs args=attrs %]
5 <div id='canvas_main' class='canvas'>
6     <div id="rdetail_header" class="hide_me">[%#
7         XXX Does it make sense for now to even have this section?  Why
8         should the record detail page be aware of the ongoing search?
9         The user can use the back button to go back to their search results
10         like on any other website. %]
11         <div style="float:left;">
12             Search Results&nbsp;&nbsp;&nbsp;
13             <span id="rdetail_result_count" class="hide_me">
14                 Showing Item <strong id='np_offset'></strong>
15                 &nbsp;of&nbsp;<strong id='np_count'></strong>
16             </span>
17         </div>
18         <div id="rdetail_result_nav">
19             <span class="hide_me">
20                 <a class='np_nav_link classic_link' id='np_start'
21                     href='#'
22                     title="[% l("First results page") %]">[% l("Start") %]</a>
23                 </span>
24                 <a class='np_nav_link classic_link hide_me' id='np_prev'
25                     href='#'
26                     title='[% l("Previous page") %]'><span
27                         class="nav_arrow_fix">&#9668;</span> Previous</a>
28                 <span style="padding:0px 10px;"> </span>
29                 <a class='np_nav_link classic_link hide_me' id='np_next'
30                     href='#'
31                     title='[% l("Next page") %]'>Next <span
32                         class="nav_arrow_fix">&#9658;</span></a>
33                 <span class="hide_me"><a class='np_nav_link classic_link'
34                     id='np_end' href='#'
35                     title="[% l("Last results page") %]">[% l("End") %]</a></span>
36         </div>
37         <div class="clear-both"></div>
38     </div>
39
40     <div style='font-weight: bold; padding: 5px; margin: 5px; width: 100%;'
41         class='hide_me color_4' id='rdetail_deleted_exp'>
42         [% l("This record has been deleted from the database.  We recommend that you remove this title from any bookbags it may have been added to.") %]
43     </div>
44     [% INCLUDE "default/opac/parts/record/summary.tt2" %]
45     <br />
46     [% INCLUDE "default/opac/parts/record/extras.tt2" %]
47 </div>
48 <!-- ****************** end; page_rdetail.xml ***************************** -->