Fix OSUL links that were broken by the new Web site
authorDan Scott <dscott@laurentian.ca>
Tue, 25 Sep 2012 17:25:26 +0000 (13:25 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:48:01 +0000 (11:48 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_laurentian/opac/parts/footer.tt2
Open-ILS/src/templates_laurentian/opac/parts/topnav_links.tt2

index b453c20..b0a2d8f 100644 (file)
@@ -1,11 +1,11 @@
 <div id="footer-wrap">
 <div id="footer">
-    <a href="http://laurentian.ca/library">[% l('Library Home') %]</a> &nbsp;|&nbsp;
-    <a href="http://sfx.scholarsportal.info/laurentian/az">[% l('Electronic Journals (A-Z)') %]</a> &nbsp;|&nbsp;
-    <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/Databases/databases.htm">[% l('Databases') %]</a> &nbsp;|&nbsp;
-    <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/Finding_information_in_the_Archives/Finding_Information_in_the_Archives.htm">[% l('Archives') %]</a> &nbsp;|&nbsp;
+    <a href="http://laurentian.ca/library">[% l('Library Home') %]</a> |
+    <a href="http://sfx.scholarsportal.info/laurentian/az">[% l('Electronic Journals (A-Z)') %]</a> |
+    <a href="http://mcms.laurentian.ca/Laurentian/Home/Departments/Library/Databases/databases.htm">[% l('Databases') %]</a> |
+    <a href="mcms.http://laurentian.ca/Laurentian/Home/Departments/Library/Finding_information_in_the_Archives/Finding_Information_in_the_Archives.htm">[% l('Archives') %]</a> |
     <a href="http://biblio.laurentian.ca/reserves/">[% l('Course Reserves') %]</a> &nbsp;|&nbsp;
-    <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/feedbackpage.htm">[% l('Feedback') %]</a>
+    <a href="http://mcms.laurentian.ca/Laurentian/Home/Departments/Library/feedbackpage.htm">[% l('Feedback') %]</a>
     [% IF ctx.timing %]
     <div id="timing">
         [% FOR event IN ctx.timing %]
index 92437a2..7e853e2 100644 (file)
@@ -3,10 +3,10 @@
         <div id="header-links">
             <a href="http://laurentian.ca/library">[% l('Library Home') %]</a>
             <a href="http://sfx.scholarsportal.info/laurentian/az">[% l('Electronic Journals (A-Z)') %]</a>
-            <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/Databases/databases.htm">[% l('Databases') %]</a>
-            <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/Finding_information_in_the_Archives/Finding_Information_in_the_Archives.htm">[% l('Archives') %]</a>
+            <a href="http://mcms.laurentian.ca/Laurentian/Home/Departments/Library/Databases/databases.htm">[% l('Databases') %]</a>
+            <a href="http://mcms.laurentian.ca/Laurentian/Home/Departments/Library/Finding_information_in_the_Archives/Finding_Information_in_the_Archives.htm">[% l('Archives') %]</a>
             <a href="http://biblio.laurentian.ca/reserves/">[% l('Course Reserves') %]</a>
-            <a href="http://laurentian.ca/Laurentian/Home/Departments/Library/feedbackpage.htm">[% l('Feedback') %]</a>
+            <a href="http://mcms.laurentian.ca/Laurentian/Home/Departments/Library/feedbackpage.htm">[% l('Feedback') %]</a>
         </div>
     </div>
 </div>