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>
Mon, 21 Sep 2015 18:34:39 +0000 (14:34 -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
Open-ILS/src/templates/opac/parts/topnav_logo.tt2

index e301f4c..a9c38ba 100644 (file)
@@ -5,13 +5,13 @@
     <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;
-    [% END %]
-    <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="[% gurl %]"> [% 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 fedb66a..f1211d2 100644 (file)
@@ -1,2 +1,2 @@
-       <div id="topnav_logo"> <a href="/"><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>