]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index_body.xml
moved opac over to pure SSI and browser-handled XML entities.
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / index_body.xml
1 <body onload='init(); 
2         getId("home_adv_search_link").setAttribute("href", buildOPACLink({page:ADVANCED}));
3         getId("home_myopac_link").setAttribute("href", buildOPACLink({page:MYOPAC}, false, true));'>
4         <table width='100%' style='border-collapse: collapse;'>
5                 <tbody>
6                         <tr>
7                                 <td width='10%'> </td>
8                                 <td width='80%'>
9                                         <div id='canvas'>
10                                                 <!--#include virtual="altcanvas.xml"-->
11                                                 <!--#include virtual="homesearch.xml"-->
12                                         </div>
13                                 </td>
14                                 <td width='10%'> </td>
15                         </tr>
16                 </tbody>
17         </table>
18         <script language='javascript'>isFrontPage = true;</script>
19 </body>
20
21