Move inline style attributes into CSS.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Nov 2007 14:42:13 +0000 (14:42 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Nov 2007 14:42:13 +0000 (14:42 +0000)
Add alt="" attribute to help screen readers skip logo.
Add a missing divider back to the footer links.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@8039 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/extras/slimpac/advanced.html
Open-ILS/web/opac/extras/slimpac/start.html

index 2a4b55b..26eeeef 100644 (file)
                                height: 20px;
                        }
 
+                       .footer {
+                               width: 100%;
+                               text-align: center;
+                               vertical-align: bottom;
+                               margin: auto;
+                               margin-top: 20px;
+                       }
+
+                       .footer_links {
+                               width: 60%;
+                               text-align: center;
+                               padding: 10px;
+                               font-size: 8pt;
+                               margin: auto;
+                       }
+
                        .footer_link {
                                margin-left: 10px; 
                                margin-right: 10px;
                        }
 
+                       .copyright {
+                               margin-top: 4px;
+                               font-size: 7pt;
+                       }
+
                        .indent0 {
                                padding-left: 0px; 
                        }
 
                </form>
 
-               <div style='width: 100%; text-align:center; vertical-align: bottom; margin-top: 20px;'>
+               <div class="footer">
                        <center>
-                       <div style='width: 60%; text-align:center; padding: 10px; font-size: 8pt;'>
+                       <div class="footer_links">
 
                                <span class='footer_link'>
                                        <a class='classic_link' href='/'>&slimpac.start.dynamic;</a>
                                </span> 
 
+                               <span> | </span>
+
                                <span class='footer_link'>
                                        <a class='classic_link' href='start.html'>&slimpac.start.title;</a>
                                </span> 
                                        <a target='' class='classic_link' id='eg_gal_link' href='&footer.union.url;'>&footer.union;</a>
                                </span>
                                <br/>
-                               <div style='margin-top: 4px; font-size: 7pt;'>
+                               <div class="copyright">
                                        <span>&footer.copyright;</span>
                                </div>
                        </div>
index b526fca..0d7e20e 100644 (file)
                                height: 20px;
                        }
 
+                       .footer {
+                               width: 100%;
+                               text-align: center;
+                               vertical-align: bottom;
+                               margin: auto;
+                               margin-top: 20px;
+                       }
+
+                       .footer_links {
+                               width: 60%;
+                               text-align: center;
+                               padding: 10px;
+                               font-size: 8pt;
+                               margin: auto;
+                       }
+
                        .footer_link {
                                margin-left: 10px; 
                                margin-right: 10px;
                        }
 
+                       .copyright {
+                               margin-top: 4px;
+                               font-size: 7pt;
+                       }
+
                        .indent0 {
                                padding-left: 0px; 
                        }
                                padding-left: 20px; 
                        }
 
+                       .search_field {
+                               width: 100%;
+                               text-align: center;
+                               margin: auto;
+                       }
+
                </style>
        </head>
        <body>
                        <tbody>
                                <tr>
                                        <td>
-                                               <div style='width: 100%; text-align: center'>
-                                                       <img src='/opac/images/main_logo.jpg'/>
+                                               <div class='search_field'>
+                                                       <img src='/opac/images/main_logo.jpg' alt=''/>
                                                </div>
                                        </td>
                                </tr>
                                <tr class="rowpad"><td></td></tr>
                                <tr class="bluerow">
                                        <td>
-                                               <div style='width: 100%; text-align: center'>
+                                               <div class='search_field'>
                                                        <span>&slimpac.search.nowSearching;</span>
                                                        <select name="searchOrg">
                                                                <!--#include file="lib_list.inc" -->
                                <tr class="rowpad"><td></td></tr>
                                <tr class="greenrow">
                                        <td>
-                                               <div style='width: 100%; text-align: center'>
+                                               <div class='search_field'>
 
                                                        <input type="text" name="searchTerms" size="40"/>
 
 
                </form>
 
-               <div style='width: 100%; text-align:center; vertical-align: bottom; margin-top: 20px;'>
+               <div class="footer">
                        <center>
-                       <div style='width: 60%; text-align:center; padding: 10px; font-size: 8pt;'>
+                       <div class="footer_links">
 
                                <span class='footer_link'>
                                        <a class='classic_link' href='/'>&slimpac.start.dynamic;</a>
                                        <a target='' class='classic_link' id='eg_gal_link' href='&footer.union.url;'>&footer.union;</a>
                                </span>
                                <br/>
-                               <div style='margin-top: 4px; font-size: 7pt;'>
+                               <div class="copyright">
                                        <span>&footer.copyright;</span>
                                </div>
                        </div>