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