adding footer and topnav links and logo
authorChris Sharp <csharp@georgialibraries.org>
Wed, 6 Mar 2013 05:01:18 +0000 (00:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 30 May 2013 11:51:06 +0000 (07:51 -0400)
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2
Open-ILS/src/templates/opac/parts/topnav_logo.tt2

index 2368055..1517c87 100644 (file)
@@ -1,10 +1,11 @@
 <div id="footer-wrap">
 <div id="footer">
-    <a href="/">[% l('Dynamic catalog') %]</a> &nbsp;|&nbsp;
-    <a href="http://example.com">[% l('Bottom Link 2') %]</a> &nbsp;|&nbsp;
-    <a href="http://example.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
-    <a href="http://example.com">[% l('Bottom Link 4') %]</a> &nbsp;|&nbsp;
-    <a href="http://example.com">[% l('Bottom Link 5') %]</a>
+    <a href="/eg/opac/home">[% l("Home") %]</a> &nbsp;|&nbsp;
+    <!-- <a href="/eg/kpac/home">[% l("Kids' Catalog") %]</a> &nbsp;|&nbsp; -->
+    <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">[% l('Find a Library Near Me') %]</a> &nbsp;|&nbsp;
+    <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a> &nbsp;|&nbsp;
+    <a href="http://www.georgialibraries.org/public/pines.html">[% l('About PINES') %]</a> &nbsp;|&nbsp;
+    <a href="http://www.galileo.usg.edu/">[% l('GALILEO') %]</a>
     [% IF ctx.timing %]
     <div id="timing">
         [% FOR event IN ctx.timing %]
index e6f4169..b4c7add 100644 (file)
@@ -1,11 +1,12 @@
 <div id="gold-links-holder">
     <div id="gold-links">
         <div id="header-links">
-            <a href="http://example.com">[% l('Link 1') %]</a>
-            <a href="http://example.com">[% l('Link 2') %]</a>
-            <a href="http://example.com">[% l('Link 3') %]</a>
-            <a href="http://example.com">[% l('Link 4') %]</a>
-            <a href="http://example.com">[% l('Link 5') %]</a>
-        </div>
+        <a href="/eg/opac/home">[% l("Home") %]</a>
+       <!-- <a href="/eg/kpac/home">[% l("Kids' Catalog") %]</a> -->
+       <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">[% l('Find a Library Near Me') %]</a>
+       <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a>
+       <a href="http://www.georgialibraries.org/public/pines.html">[% l('About PINES') %]</a>
+       <a href="http://www.galileo.usg.edu/">[% l('GALILEO') %]</a>
+       </div>
     </div>
 </div>
index 0b55700..f1211d2 100644 (file)
@@ -1,2 +1,2 @@
-       <div id="topnav_logo"> <a href="http://evergreen-ils.org"><img alt="[% l('Evergreen Logo') %]" 
+       <div id="topnav_logo"> <a href="/eg/opac/home"><img alt="[% l('PINES Logo') %]" 
             src="[% ctx.media_prefix %]/opac/images/small_logo.png" /></a></div>