]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/body.xml
started working on the callnumber/copy details pane in the record details page
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / body.xml
1 <!--
2 <body onload='init();' style='height: 100%; border: 2px solid black;'>
3 -->
4 <body onload='init();'>
5         <table width='100%' height='99%'>
6                 <tbody>
7                         <tr>
8                                 <td id='main_left_cell'>
9                                         <!--#include virtual="common/logo.xml"-->
10                                         <!--#include virtual="common/sidebar.xml"-->
11                                 </td>
12                                 <td id='main_right_cell'>
13                                         <div id='canvas' class='canvas'>
14                                                 <!--#if expr="$OILS_PAGE!='advanced.xml'"-->
15                                                 <!--#include virtual="common/searchbar.xml"-->
16                                                 <!--#include virtual="common/statusbar.xml"-->
17                                                 <!--#endif-->
18                                                 <!--#include virtual="common/fonts.xml"-->
19
20                                                 <!--#include virtual="common/altcanvas.xml"-->
21                                                 <!--#include virtual="common/ilsevents.xml"--> 
22                                                 <!--#include virtual="page_${OILS_PAGE}"-->
23                                         </div>
24                                         <br/>
25                                         <!--#include virtual="common/tips.xml"-->
26                                 </td>
27                         </tr>
28                 </tbody>
29         </table>
30         <center>
31                 <!--#include virtual='footer.xml'-->
32         </center>
33 </body>