integrating the slimpac
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 7 Feb 2007 02:46:56 +0000 (02:46 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 7 Feb 2007 02:46:56 +0000 (02:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6906 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/extras/slimpac/start.html
Open-ILS/web/opac/skin/default/xml/footer.xml
Open-ILS/web/opac/skin/default/xml/home/index_body.xml

index dfc6acd..f6e1e24 100644 (file)
                        <div style='width: 60%; text-align:center; padding: 10px; font-size: 8pt;'>
 
                                <span class='footer_link'>
+                                       <a class='classic_link' href='/'>Dynamic Catalog</a>
+                               </span> 
+
+                               <span> | </span>
+
+                               <span class='footer_link'>
                                        <a class='classic_link' href='advanced.html'>Advanced Search</a>
                                </span> 
 
index 14e5856..d798533 100644 (file)
                        style='width: 60%; text-align:center; padding: 10px; font-size: 8pt;'>
 
                                <span class='footer_link'>
+                                       <a class='classic_link'
+                                               href='/opac/extras/slimpac/start.html'>Basic Catalog (HTML only)</a>
+                               </span> 
+                               <span> | </span>
+                               <span class='footer_link'>
                                        <a target='_blank' class='classic_link'
                                                href='http://www.georgialibraries.org/lib/directories/pineslibdir.html'>Find a Library Near Me</a>
                                </span> 
index ed16e34..756b705 100644 (file)
@@ -1,5 +1,18 @@
 <body onload='init(); getId("home_adv_search_link").setAttribute("href", buildOPACLink({page:ADVANCED})); getId("home_myopac_link").setAttribute("href", buildOPACLink({page:MYOPAC}, false, true));'>
-       <table width='100%' style='border-collapse: collapse;'>
+
+       <noscript>
+               <style type="text/css">#toptable { display: none; }</style>
+               <p style="font-size: 1.3em; padding: 3em; text-align: center;">
+                       JavaScript must be enabled in order for you to use the regular Evergreen Catalog.
+                       However, it seems JavaScript is either disabled or not supported by your browser.
+                       To use the regular Evergreen Catalog, enable JavaScript by changing your browser options, then
+                       <a style="color: blue; text-decoration: underline;" href="/">try again</a>.
+                       <br/><br/>Alternatively, you can use the basic HTML-only catalog
+                       <a style="color: blue; text-decoration: underline;" href="/opac/extras/slimpac/start.html">here</a>.
+               </p>
+       </noscript>
+
+       <table id='#toptable' width='100%' style='border-collapse: collapse;'>
                <tbody>
                        <tr>
                                <td width='10%'> </td>
@@ -14,6 +27,7 @@
                </tbody>
        </table>
        <script language='javascript'>isFrontPage = true;</script>
+       <script language="javascript">document.getElementById('toptable').style.display = 'table';</script>
        <center>
                <!--#include virtual='../footer.xml'-->
        </center>