[open-ils-commits] r684 - in conifer/trunk/web/opac: locale/en-CA locale/en-US locale/fr-CA skin/uhearst/xml (kbeswick)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 22 10:29:32 EDT 2009


Author: kbeswick
Date: 2009-09-22 10:29:29 -0400 (Tue, 22 Sep 2009)
New Revision: 684

Added:
   conifer/trunk/web/opac/skin/uhearst/xml/footer.xml
Modified:
   conifer/trunk/web/opac/locale/en-CA/opac_conifer.dtd
   conifer/trunk/web/opac/locale/en-US/opac_conifer.dtd
   conifer/trunk/web/opac/locale/fr-CA/opac_conifer.dtd
Log:
Added some custom links to the UHearst footer


Modified: conifer/trunk/web/opac/locale/en-CA/opac_conifer.dtd
===================================================================
--- conifer/trunk/web/opac/locale/en-CA/opac_conifer.dtd	2009-09-21 18:30:11 UTC (rev 683)
+++ conifer/trunk/web/opac/locale/en-CA/opac_conifer.dtd	2009-09-22 14:29:29 UTC (rev 684)
@@ -43,3 +43,10 @@
 <!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/">

Modified: conifer/trunk/web/opac/locale/en-US/opac_conifer.dtd
===================================================================
--- conifer/trunk/web/opac/locale/en-US/opac_conifer.dtd	2009-09-21 18:30:11 UTC (rev 683)
+++ conifer/trunk/web/opac/locale/en-US/opac_conifer.dtd	2009-09-22 14:29:29 UTC (rev 684)
@@ -43,3 +43,10 @@
 <!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/">

Modified: conifer/trunk/web/opac/locale/fr-CA/opac_conifer.dtd
===================================================================
--- conifer/trunk/web/opac/locale/fr-CA/opac_conifer.dtd	2009-09-21 18:30:11 UTC (rev 683)
+++ conifer/trunk/web/opac/locale/fr-CA/opac_conifer.dtd	2009-09-22 14:29:29 UTC (rev 684)
@@ -41,3 +41,10 @@
 <!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/">

Added: conifer/trunk/web/opac/skin/uhearst/xml/footer.xml
===================================================================
--- conifer/trunk/web/opac/skin/uhearst/xml/footer.xml	                        (rev 0)
+++ conifer/trunk/web/opac/skin/uhearst/xml/footer.xml	2009-09-22 14:29:29 UTC (rev 684)
@@ -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>



More information about the open-ils-commits mailing list