]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/record_detail.ttk
adding
[Evergreen.git] / Open-ILS / src / templates / opac / pages / record_detail.ttk
1 [%
2
3         # --------------------------------------------------------------------------------- 
4         # This page will display a list of metarecord search results
5         # --------------------------------------------------------------------------------- 
6         tm = global.textmap.opac.mr_result;
7
8         WRAPPER html/html;
9
10                 WRAPPER html/head title="Record Detail Page";
11                         INCLUDE opac/pages/chunks/css_includes.ttk;
12                 END;
13
14
15
16                 WRAPPER html/body onload='pageInit();';
17
18                         INCLUDE opac/pages/chunks/body_header.ttk;
19
20                         WRAPPER html/div id='page_trail';END;
21
22                         # --------------------------------------------------------------------------------- 
23                         # Display record detail info
24                         # --------------------------------------------------------------------------------- 
25
26                         lines(1);
27                         "Record details go here...";
28                                         
29                 END; # body
30
31         END; # html
32
33 %]
34