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>
Tue, 31 Oct 2017 19:12:15 +0000 (15:12 -0400)
Conflicts:

Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_logo.tt2

Conflicts:
Open-ILS/src/templates/opac/parts/footer.tt2

Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2

index a25cc8b..e1c20b1 100644 (file)
@@ -6,6 +6,11 @@
     <a href="[% mkurl(ctx.opac_root _ '/register') %]">[% 
         l('Request Library Card') %]</a> &nbsp;|&nbsp;
     [% ELSE %]
+    <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;
     [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %]
     <a href="[% gurl %]"> [% l('GALILEO') %] </a> &nbsp;|&nbsp;
     <a href="http://example.com">[% l('Bottom Link 2') %]</a> &nbsp;|&nbsp;
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>