adding
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 May 2005 20:11:45 +0000 (20:11 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 May 2005 20:11:45 +0000 (20:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@746 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/templates/opac/pages/record_detail.ttk [new file with mode: 0644]

diff --git a/Open-ILS/src/templates/opac/pages/record_detail.ttk b/Open-ILS/src/templates/opac/pages/record_detail.ttk
new file mode 100644 (file)
index 0000000..f5cd507
--- /dev/null
@@ -0,0 +1,34 @@
+[%
+
+       # --------------------------------------------------------------------------------- 
+       # This page will display a list of metarecord search results
+       # --------------------------------------------------------------------------------- 
+       tm = global.textmap.opac.mr_result;
+
+       WRAPPER html/html;
+
+               WRAPPER html/head title="Record Detail Page";
+                       INCLUDE opac/pages/chunks/css_includes.ttk;
+               END;
+
+
+
+               WRAPPER html/body onload='pageInit();';
+
+                       INCLUDE opac/pages/chunks/body_header.ttk;
+
+                       WRAPPER html/div id='page_trail';END;
+
+                       # --------------------------------------------------------------------------------- 
+                       # Display record detail info
+                       # --------------------------------------------------------------------------------- 
+
+                       lines(1);
+                       "Record details go here...";
+                                       
+               END; # body
+
+       END; # html
+
+%]
+