]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/home/index_body.xml
protecting against IE complaints over table display
[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
3         <noscript>
4                 <style type="text/css">#toptable { display: none; }</style>
5                 <p style="font-size: 1.3em; padding: 3em; text-align: center;">
6                         JavaScript must be enabled in order for you to use the regular Evergreen Catalog.
7                         However, it seems JavaScript is either disabled or not supported by your browser.
8                         To use the regular Evergreen Catalog, enable JavaScript by changing your browser options, then
9                         <a style="color: blue; text-decoration: underline;" href="/">try again</a>.
10                         <br/><br/>Alternatively, you can use the basic HTML-only catalog
11                         <a style="color: blue; text-decoration: underline;" href="/opac/extras/slimpac/start.html">here</a>.
12                 </p>
13         </noscript>
14
15         <table id='toptable' width='100%' style='border-collapse: collapse;'>
16                 <tbody>
17                         <tr>
18                                 <td width='10%'> </td>
19                                 <td width='80%'>
20                                         <div id='canvas'>
21                                                 <!--#include virtual="../common/altcanvas.xml"-->
22                                                 <!--#include virtual="homesearch.xml"-->
23                                         </div>
24                                 </td>
25                                 <td width='10%'> </td>
26                         </tr>
27                 </tbody>
28         </table>
29         <script language='javascript'>isFrontPage = true;</script>
30         <script language="javascript">try { document.getElementById('toptable').style.display = 'table'; } catch(e) {}</script>
31         <center>
32                 <!--#include virtual='../footer.xml'-->
33         </center>
34 </body>
35
36