2 more missing files...
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 Dec 2014 17:13:20 +0000 (12:13 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 7 Oct 2017 00:15:49 +0000 (20:15 -0400)
Open-ILS/src/templates/opac/parts/topnav_links.tt2
Open-ILS/web/images/kpac/cat-center.png [new file with mode: 0644]

index d85cc1b..4fa278c 100644 (file)
@@ -1,17 +1,29 @@
 <div id="gold-links-holder">
     <div id="gold-links">
         <div id="header-links">
-        <a href="/eg/opac/home">[% l("Home") %]</a>
+        <a href="/eg/opac/home">
+                   <img alt="[% l('PINES Home Page') %]" src="[% ctx.media_prefix %]/images/navbar-home.png" />
+                   [% l("Home") %]</a>
+       <!--
        [% IF ctx.get_org_setting(
                ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
        <a href="[% mkurl(ctx.opac_root _ '/register') %]">[%
                l('Apply for a PINES Library Card') %]</a> 
        [% END %]
-       <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://pines.georgialibraries.org/about">[% l('About PINES') %]</a>
-       <a href="http://gapines.org/eg/opac/galileo">[% l('GALILEO') %]</a>
+       -->
+       <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">
+           <img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/navbar-findalibrary.png" />
+               [% l('Library Locations') %] &nbsp; &nbsp;</a>
+       <a href="/eg/kpac/home">
+           <img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/navbar-kids.png" />
+               [% l("Kids' Catalog") %] &nbsp; &nbsp; </a> 
+    <!-- <a href="http://pines.georgialibraries.org/about">[% l('About PINES') %]</a> -->
+       <a href="http://gapines.org/eg/opac/galileo">
+           <img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/navbar-galileo.png" />
+               [% l('GALILEO Research Databases') %]</a>
+    <a href="http://pines.georgialibraries.org/catalog-help">
+           <img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/navbar-help.png" />
+               [% l('Help') %]</a>
        </div>
     </div>
 </div>
diff --git a/Open-ILS/web/images/kpac/cat-center.png b/Open-ILS/web/images/kpac/cat-center.png
new file mode 100644 (file)
index 0000000..69e9058
Binary files /dev/null and b/Open-ILS/web/images/kpac/cat-center.png differ