Add custom footer for HRSRH
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 4 Dec 2009 21:53:35 +0000 (21:53 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 4 Dec 2009 21:53:35 +0000 (21:53 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@742 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/hrsrh/xml/footer.xml [new file with mode: 0644]

index b59b82c..59de207 100644 (file)
 <!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/">
+<!-- HRSRH custom footer links -->
+<!ENTITY hrsrh.footer.pubmed "PubMed">
+<!ENTITY hrsrh.footer.pubmed.url "http://pubmed.gov/">
+<!ENTITY hrsrh.footer.atoz "A-Z">
+<!ENTITY hrsrh.footer.atoz.url "http://atoz.ebsco.com/titles.asp?id=9321&amp;sid=77067420&amp;TabID=2">
+<!ENTITY uhearst.footer.library.home "Library home">
+<!ENTITY uhearst.footer.library.home.url "http://intranet/PORTAL/library">
index 44d4462..4f0490d 100644 (file)
 <!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/">
+<!-- HRSRH custom footer links -->
+<!ENTITY hrsrh.footer.pubmed "PubMed">
+<!ENTITY hrsrh.footer.pubmed.url "http://pubmed.gov/">
+<!ENTITY hrsrh.footer.atoz "A-Z">
+<!ENTITY hrsrh.footer.atoz.url "http://atoz.ebsco.com/titles.asp?id=9321&amp;sid=77067420&amp;TabID=2">
+<!ENTITY uhearst.footer.library.home "Library home">
+<!ENTITY uhearst.footer.library.home.url "http://intranet/PORTAL/library">
index 0b94d20..6411ba8 100644 (file)
 <!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/">
+<!-- HRSRH custom footer links -->
+<!ENTITY hrsrh.footer.pubmed "PubMed">
+<!ENTITY hrsrh.footer.pubmed.url "http://pubmed.gov/">
+<!ENTITY hrsrh.footer.atoz "A-Z">
+<!ENTITY hrsrh.footer.atoz.url "http://atoz.ebsco.com/titles.asp?id=9321&amp;sid=77067420&amp;TabID=2">
+<!ENTITY uhearst.footer.library.home "Library home">
+<!ENTITY uhearst.footer.library.home.url "http://intranet/PORTAL/library">
diff --git a/web/opac/skin/hrsrh/xml/footer.xml b/web/opac/skin/hrsrh/xml/footer.xml
new file mode 100644 (file)
index 0000000..8a26368
--- /dev/null
@@ -0,0 +1,29 @@
+<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='&hrsrh.footer.pubmed.url;'>&hrsrh.footer.pubmed;</a>
+                                </span>
+                               <span> | </span>
+                               <span class='footer_link'>
+                                       <a target='_blank' class='classic_link'
+                                               href='&hrsrh.footer.atoz.url;'>&hrsrh.footer.atoz;</a>
+                               </span> 
+                               <span> | </span>
+                               <span class='footer_link'>
+                                       <a target='_blank' class='classic_link'
+                                               href='&hrsrh.footer.library.home.url;'>&hrsrh.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>