]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/footer.xml
changed copyright to 2006
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / footer.xml
1 <!-- Needs serious DTD-ization -->
2
3 <div
4         style='width: 100%; text-align:center; vertical-align: bottom; margin-top: 50px;'>
5         <center id='copyright_block'>
6                 <div 
7                         style='width: 80%; background: #EFF6EF; text-align:center; border: 1px solid #808080; padding: 10px;'>
8                         <table width='100%'>
9                                 <tr>
10                                         <td width='25%'>
11                                                 <span style='margin-left: 10px; margin-right: 10px;'>
12                                                         <a target='_blank' class='classic_link' 
13                                                                 href='http://www.georgialibraries.org/public/findlibrary.html'>Find a Library Near Me</a>
14                                                 </span>
15                                         </td>
16                                         <td width='50%'>
17                                                 <span>Copyright (C) 2006 Georgia Public Library Service</span>
18                                         </td>
19                                         <td width='25%'>
20                                                 <span style='margin-left: 10px; margin-right: 10px;'>
21                                                         <a target='_blank' class='classic_link' 
22                                                                 href='http://www.georgialibraries.org/public/pines.html'>About PINES</a>
23                                                 </span>
24                                         </td>
25                                 </tr>
26                         </table>
27                 </div>
28         </center>
29 </div>