Added some custom links to the UHearst footer
authorkbeswick <kbeswick@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 22 Sep 2009 14:29:29 +0000 (14:29 +0000)
committerkbeswick <kbeswick@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 22 Sep 2009 14:29:29 +0000 (14:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@684 6d9bc8c9-1ec2-4278-b937-99fde70a366f

web/opac/locale/en-CA/opac_conifer.dtd
web/opac/locale/en-US/opac_conifer.dtd
web/opac/locale/fr-CA/opac_conifer.dtd
web/opac/skin/uhearst/xml/footer.xml [new file with mode: 0644]

index b3f1a0a..9b1f735 100644 (file)
 <!ENTITY au.footer.library.home.url "http://www.algomau.ca/view.php?page=about&amp;parent=library">
 <!ENTITY au.footer.library.reserves "COURSE RESERVES">
 <!ENTITY au.footer.library.reserves.url "http://courses.algomau.ca/course/view.php?id=539">
+<!-- UHearst custom footer links -->
+<!ENTITY uhearst.footer.databases "Databases">
+<!ENTITY uhearst.footer.databases.url "http://www.uhearst.ca/services/bibliotheque/bases/">
+<!ENTITY uhearst.footer.library.home "Home">
+<!ENTITY uhearst.footer.library.home.url "http://www.uhearst.ca/services/bibliotheque/">
+<!ENTITY uhearst.footer.racer "Racer">
+<!ENTITY uhearst.footer.racer.url "http://www.uhearst.ca/services/bibliotheque/racer/">
index f08794b..49f4ba8 100644 (file)
 <!ENTITY au.footer.library.home.url "http://www.algomau.ca/view.php?page=about&amp;parent=library">
 <!ENTITY au.footer.library.reserves "COURSE RESERVES">
 <!ENTITY au.footer.library.reserves.url "http://courses.algomau.ca/course/view.php?id=539">
+<!-- UHearst custom footer links -->
+<!ENTITY uhearst.footer.databases "Databases">
+<!ENTITY uhearst.footer.databases.url "http://www.uhearst.ca/services/bibliotheque/bases/">
+<!ENTITY uhearst.footer.library.home "Home">
+<!ENTITY uhearst.footer.library.home.url "http://www.uhearst.ca/services/bibliotheque/">
+<!ENTITY uhearst.footer.racer "Racer">
+<!ENTITY uhearst.footer.racer.url "http://www.uhearst.ca/services/bibliotheque/racer/">
index ec38a4d..3725551 100644 (file)
 <!ENTITY au.footer.library.about.url "http://www.algomau.ca/view.php?page=about&amp;parent=library">
 <!ENTITY au.footer.library.home "Accueil">
 <!ENTITY au.footer.library.home.url "http://www.algomau.ca/view.php?page=about&amp;parent=library">
+<!-- UHearst custom footer links -->
+<!ENTITY uhearst.footer.databases "Bases De DonnĂ©es">
+<!ENTITY uhearst.footer.databases.url "http://www.uhearst.ca/services/bibliotheque/bases/">
+<!ENTITY uhearst.footer.library.home "Accueil">
+<!ENTITY uhearst.footer.library.home.url "http://www.uhearst.ca/services/bibliotheque/">
+<!ENTITY uhearst.footer.racer "Racer">
+<!ENTITY uhearst.footer.racer.url "http://www.uhearst.ca/services/bibliotheque/racer/">
diff --git a/web/opac/skin/uhearst/xml/footer.xml b/web/opac/skin/uhearst/xml/footer.xml
new file mode 100644 (file)
index 0000000..4d756e2
--- /dev/null
@@ -0,0 +1,30 @@
+<div id='copyright_block'>
+               <div id='footer_links'>
+                               <span class='footer_link'>
+                                       <a class='classic_link'
+                                               href='/opac/<!--#echo var="locale"-->/extras/slimpac/start.html'>&opac.basic;</a>
+                               </span> 
+                               <span> | </span>
+                               <span class='footer_link'>
+                                       <a target='_blank' class='classic_link'
+                                               href='&uhearst.footer.databases.url;'>&uhearst.footer.databases;</a>
+                               </span>
+                               <span> | </span>
+                               <span class='footer_link'>
+                                       <a target='_blank' class='classic_link'
+                                               href='&uhearst.footer.racer.url;'>&uhearst.footer.racer;</a>
+                               </span>
+                               <span> | </span>
+                               <span class='footer_link'>
+                                       <a target='_blank' class='classic_link'
+                                               href='&uhearst.footer.library.home.url;'>&uhearst.footer.library.home;</a>
+                               </span>
+                               
+               </div>
+        <div id='copyright_text'>
+            <span>&footer.copyright;</span>
+        </div>
+        <div id='footer_logo'>&footer.logo;
+            <a href='http://open-ils.org'><img style='border:none;' src='../../../../images/eg_tiny_logo.jpg'/></a>
+        </div>
+</div>